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

dottedmag-guest at users.alioth.debian.org dottedmag-guest at users.alioth.debian.org
Sun Jun 29 18:39:59 UTC 2008


    Date: Sunday, June 29, 2008 @ 18:39:58
  Author: dottedmag-guest
Revision: 5755

Bumped debhelper compat level & Standards-Version

Modified:
  packages/python-openid/trunk/debian/changelog
  packages/python-openid/trunk/debian/compat
  packages/python-openid/trunk/debian/control
  packages/python-openid/trunk/debian/rules

Modified: packages/python-openid/trunk/debian/changelog
===================================================================
--- packages/python-openid/trunk/debian/changelog	2008-06-29 18:29:17 UTC (rev 5754)
+++ packages/python-openid/trunk/debian/changelog	2008-06-29 18:39:58 UTC (rev 5755)
@@ -2,6 +2,14 @@
 
   * New upstream release:
     - fix-openid1.0-compatibility.patch removed, included upstream.
+  * Debhelper compatibility level bumped to 7:
+    - manual stamp-file deletion removed from debian/rules (it was
+    incorrect btw);
+    - debhelper debpendency bumped.
+  * Standards-Version bumped to 3.8.0:
+    - Homepage added to debian/control.
+  * python-central dependency moved to Build-Depends-Indep as suggested by
+    lintian.
 
  -- Mikhail Gusarov <dottedmag at dottedmag.net>  Mon, 30 Jun 2008 01:24:49 +0700
 

Modified: packages/python-openid/trunk/debian/compat
===================================================================
--- packages/python-openid/trunk/debian/compat	2008-06-29 18:29:17 UTC (rev 5754)
+++ packages/python-openid/trunk/debian/compat	2008-06-29 18:39:58 UTC (rev 5755)
@@ -1 +1 @@
-5
+7

Modified: packages/python-openid/trunk/debian/control
===================================================================
--- packages/python-openid/trunk/debian/control	2008-06-29 18:29:17 UTC (rev 5754)
+++ packages/python-openid/trunk/debian/control	2008-06-29 18:39:58 UTC (rev 5755)
@@ -3,11 +3,13 @@
 Priority: optional
 Maintainer: Mikhail Gusarov <dottedmag at dottedmag.net>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), python-all-dev (>= 2.3.5-11), python-central (>= 0.6), quilt
-Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 7), python-all-dev (>= 2.3.5-11), quilt
+Build-Depends-Indep: python-central (>= 0.6)
+Standards-Version: 3.8.0
 XS-Python-Version: all
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-openid/trunk/
 Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-openid/trunk/?op=log
+Homepage: http://openidenabled.com/python-openid/
 
 Package: python-openid
 Architecture: all

Modified: packages/python-openid/trunk/debian/rules
===================================================================
--- packages/python-openid/trunk/debian/rules	2008-06-29 18:29:17 UTC (rev 5754)
+++ packages/python-openid/trunk/debian/rules	2008-06-29 18:39:58 UTC (rev 5755)
@@ -13,7 +13,6 @@
 
 	python setup.py clean
 	rm -rf build
-	rm -f build-stapm
 
 	dh_clean
 




More information about the Python-modules-commits mailing list