ソースを参照

Fix watch URL to use pypi redirector service.

Jelmer Vernooij 9 年 前
コミット
cd8453ee76
4 ファイル変更10 行追加8 行削除
  1. 2 0
      debian/changelog
  2. 6 6
      debian/copyright
  3. 1 1
      debian/watch
  4. 1 1
      dulwich.egg-info/pbr.json

+ 2 - 0
debian/changelog

@@ -1,6 +1,8 @@
 dulwich (0.11.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * debian/copyright: Fix license header to be unique.
+  * debian/watch: Fix watch URL to use pypi redirector service.
 
  -- Jelmer Vernooij <jelmer@debian.org>  Sun, 13 Sep 2015 18:15:59 +0000
 

+ 6 - 6
debian/copyright

@@ -5,18 +5,18 @@ Source: http://samba.org/~jelmer/dulwich
 Debianized-By: Jelmer Vernooij <jelmer@debian.org>
 Debianized-Date: Tue, 13 Jan 2009 16:56:47 +0100
 
+License: GPL-2+
+ On Debian systems the full text of the GNU General Public License version 2
+ can be found in the `/usr/share/common-licenses/GPL-2' file.
+
 Files: *
 Copyright:
   2007 James Westby <jw+debian@jameswestby.net>
-  2007-2012 Jelmer Vernooij <jelmer@samba.org>
+  2007-2015 Jelmer Vernooij <jelmer@samba.org>
   2008 John Carr <john.carr@unrouted.co.uk>
   2010 Google, Inc. <dborowitz@google.com>
 License: GPL-2+
- On Debian systems the full text of the GNU General Public License version 2
- can be found in the `/usr/share/common-licenses/GPL-2' file.
 
 Files: debian/*
-Copyright: 2009-2012 Jelmer Vernooij <jelmer@debian.org>
+Copyright: 2009-2015 Jelmer Vernooij <jelmer@debian.org>
 License: GPL-2+
- On Debian systems the full text of the GNU General Public License version 2
- can be found in the `/usr/share/common-licenses/GPL-2' file.

+ 1 - 1
debian/watch

@@ -1,3 +1,3 @@
 version=3
 opts="pgpsigurlmangle=s/$/.asc/" \
-	https://pypi.python.org/pypi/dulwich/ https://pypi.python.org/packages/source/d/dulwich/dulwich-(.*)\.tar\.gz
+	 http://pypi.debian.net/dulwich/dulwich-(.*).tar.gz

+ 1 - 1
dulwich.egg-info/pbr.json

@@ -1 +1 @@
-{"is_release": false, "git_version": "b732930"}
+{"is_release": false, "git_version": "d7bf517"}