[Python-modules-commits] r11802 - in packages/python-decorator/trunk/debian (4 files)

malex at users.alioth.debian.org malex at users.alioth.debian.org
Thu Feb 18 23:02:56 UTC 2010


    Date: Thursday, February 18, 2010 @ 23:02:48
  Author: malex
Revision: 11802

Changed to DPMT group maintenance; Added POX as uploader; Changed copyright

Modified:
  packages/python-decorator/trunk/debian/changelog
  packages/python-decorator/trunk/debian/control
  packages/python-decorator/trunk/debian/copyright
  packages/python-decorator/trunk/debian/rules

Modified: packages/python-decorator/trunk/debian/changelog
===================================================================
--- packages/python-decorator/trunk/debian/changelog	2010-02-18 22:52:17 UTC (rev 11801)
+++ packages/python-decorator/trunk/debian/changelog	2010-02-18 23:02:48 UTC (rev 11802)
@@ -1,3 +1,15 @@
+python-decorator (3.1.2-2) unstable; urgency=low
+
+  * debian/control: 
+    - Changed to DPMT group maintenance with Piotr Ożarowski
+      <piotr at debian.org> in uploaders.
+    - Updated Standards-Version to 3.8.4.
+    - Moved python depends to Build-Depends-Indep and updated them.
+  * debian/copyright: Changed packaging license to BSD to sync with upstream.
+  * debian/rules: Removed extraneous dh_strip and dh_shlibdeps.
+
+ -- Oleksandr Moskalenko <malex at debian.org>  Thu, 18 Feb 2010 16:36:20 -0600
+
 python-decorator (3.1.2-1) unstable; urgency=low
 
   * New upstream release.

Modified: packages/python-decorator/trunk/debian/control
===================================================================
--- packages/python-decorator/trunk/debian/control	2010-02-18 22:52:17 UTC (rev 11801)
+++ packages/python-decorator/trunk/debian/control	2010-02-18 23:02:48 UTC (rev 11802)
@@ -1,18 +1,18 @@
 Source: python-decorator
 Section: python
 Priority: optional
-Maintainer: Oleksandr Moskalenko <malex at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5), python-all-dev, python-setuptools (>= 0.6b3)
-Build-Depends-Indep: python-support (>= 0.6.4)
-Standards-Version: 3.8.3
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Oleksandr Moskalenko <malex at debian.org>, Piotr Ożarowski <piotr at debian.org>
+Build-Depends: debhelper (>= 5)
+Build-Depends-Indep: python-support (>= 0.6.4), python-all-dev, python-setuptools (>= 0.6b3~)
+Standards-Version: 3.8.4
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-decorator/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-decorator/trunk/
 Homepage: http://www.phyast.pitt.edu/~micheles/python/documentation.html
 
 Package: python-decorator
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends},
 Enhances: python-pylons
 Description: simplify usage of python decorators by programmers
  Python 2.4 decorators have significantly changed the way Python programs are

Modified: packages/python-decorator/trunk/debian/copyright
===================================================================
--- packages/python-decorator/trunk/debian/copyright	2010-02-18 22:52:17 UTC (rev 11801)
+++ packages/python-decorator/trunk/debian/copyright	2010-02-18 23:02:48 UTC (rev 11802)
@@ -4,10 +4,8 @@
 It was downloaded from
 http://www.phyast.pitt.edu/~micheles/python/documentation.html
 
-Upstream Author: Michele Simionato <michele.simionato at gmail.com>
+Copyright 2007-2010 Michele Simionato <michele.simionato at gmail.com>
 
-Copyright: 2007-2009 Michele Simionato <michele.simionato at gmail.com>
-
 License:
 
     This software is licensed under the 2-clause BSD license.
@@ -16,6 +14,5 @@
     /usr/share/common-licenses/BSD
 
 
-The Debian packaging is copyright 2007-2009, Oleksandr Moskalenko
-<malex at debian.org> and is licensed under the GPL, see
-`/usr/share/common-licenses/GPL'.
+The Debian packaging is copyright 2007-2010, Oleksandr Moskalenko
+<malex at debian.org> and is licensed under the BSD license as above.

Modified: packages/python-decorator/trunk/debian/rules
===================================================================
--- packages/python-decorator/trunk/debian/rules	2010-02-18 22:52:17 UTC (rev 11801)
+++ packages/python-decorator/trunk/debian/rules	2010-02-18 23:02:48 UTC (rev 11802)
@@ -40,15 +40,11 @@
 	dh_testroot
 	dh_installchangelogs CHANGES.txt
 	dh_installdocs
-#	mv debian/$(package)/usr/share/doc/$(package)/CHANGES.txt \
-	    debian/$(package)/usr/share/doc/$(package)/changelog
 	dh_installexamples
-	dh_strip
+	dh_pysupport
 	dh_compress -X.py
 	dh_fixperms
-	dh_pysupport
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Python-modules-commits mailing list