[Python-modules-commits] r31979 - in packages/authres/trunk/debian (4 files)

kitterman at users.alioth.debian.org kitterman at users.alioth.debian.org
Tue Mar 10 03:14:11 UTC 2015


    Date: Tuesday, March 10, 2015 @ 03:14:01
  Author: kitterman
Revision: 31979

* New upstream release
* Update debian/copyright
* Update clean override to account for the .pybuild directory
* Add dh-python to build-depends

Modified:
  packages/authres/trunk/debian/changelog
  packages/authres/trunk/debian/control
  packages/authres/trunk/debian/copyright
  packages/authres/trunk/debian/rules

Modified: packages/authres/trunk/debian/changelog
===================================================================
--- packages/authres/trunk/debian/changelog	2015-03-09 16:02:55 UTC (rev 31978)
+++ packages/authres/trunk/debian/changelog	2015-03-10 03:14:01 UTC (rev 31979)
@@ -1,3 +1,12 @@
+authres (0.800-1) experimental; urgency=medium
+
+  * New upstream release
+  * Update debian/copyright
+  * Update clean override to account for the .pybuild directory
+  * Add dh-python to build-depends
+
+ -- Scott Kitterman <scott at kitterman.com>  Mon, 09 Mar 2015 23:08:33 -0400
+
 authres (0.702-1) experimental; urgency=medium
 
   * New upstream release

Modified: packages/authres/trunk/debian/control
===================================================================
--- packages/authres/trunk/debian/control	2015-03-09 16:02:55 UTC (rev 31978)
+++ packages/authres/trunk/debian/control	2015-03-10 03:14:01 UTC (rev 31979)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Scott Kitterman <scott at kitterman.com>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 8), python-all (>= 2.6.5-2~), python3-all (>= 3.1.2-10~)
+Build-Depends: debhelper (>= 8), dh-python, python-all (>= 2.6.5-2~), python3-all (>= 3.1.2-10~)
 Standards-Version: 3.9.6
 Homepage: https://launchpad.net/authentication-results-python
 X-Python-Version: >= 2.6

Modified: packages/authres/trunk/debian/copyright
===================================================================
--- packages/authres/trunk/debian/copyright	2015-03-09 16:02:55 UTC (rev 31978)
+++ packages/authres/trunk/debian/copyright	2015-03-10 03:14:01 UTC (rev 31979)
@@ -11,7 +11,7 @@
 Copyright:
 
     Copyright © 2011-2013 Julian Mehnle <julian at mehnle.net>
-    Copyright © 2011-2013 Scott Kitterman <scott at kitterman.com>
+    Copyright © 2011-2015 Scott Kitterman <scott at kitterman.com>
 
 License:
 

Modified: packages/authres/trunk/debian/rules
===================================================================
--- packages/authres/trunk/debian/rules	2015-03-09 16:02:55 UTC (rev 31978)
+++ packages/authres/trunk/debian/rules	2015-03-10 03:14:01 UTC (rev 31979)
@@ -7,4 +7,5 @@
 
 override_dh_auto_clean:
 	rm -rf build
+	rm -rf .pybuild
 	dh_clean




More information about the Python-modules-commits mailing list