[Python-apps-commits] r8302 - in packages/pychecker/trunk/debian (changelog compat control)
pronovic at users.alioth.debian.org
pronovic at users.alioth.debian.org
Mon Mar 12 18:22:06 UTC 2012
Date: Monday, March 12, 2012 @ 18:22:03
Author: pronovic
Revision: 8302
Move to debhelper (>= 9) and debian/compat=9, which is the new standard.
Modified:
packages/pychecker/trunk/debian/changelog
packages/pychecker/trunk/debian/compat
packages/pychecker/trunk/debian/control
Modified: packages/pychecker/trunk/debian/changelog
===================================================================
--- packages/pychecker/trunk/debian/changelog 2012-03-12 17:54:27 UTC (rev 8301)
+++ packages/pychecker/trunk/debian/changelog 2012-03-12 18:22:03 UTC (rev 8302)
@@ -4,6 +4,7 @@
* Add year 2012 to list of covered years for debian/* copyright statement.
* Add Sandro to copyright statement for debian/* files.
* Bump standards version to 3.9.3.0; no packaging changes.
+ * Move to debhelper (>= 9) and debian/compat=9, which is the new standard.
-- Kenneth J. Pronovici <pronovic at debian.org> Mon, 12 Mar 2012 12:06:33 -0500
Modified: packages/pychecker/trunk/debian/compat
===================================================================
--- packages/pychecker/trunk/debian/compat 2012-03-12 17:54:27 UTC (rev 8301)
+++ packages/pychecker/trunk/debian/compat 2012-03-12 18:22:03 UTC (rev 8302)
@@ -1 +1 @@
-7
+9
Modified: packages/pychecker/trunk/debian/control
===================================================================
--- packages/pychecker/trunk/debian/control 2012-03-12 17:54:27 UTC (rev 8301)
+++ packages/pychecker/trunk/debian/control 2012-03-12 18:22:03 UTC (rev 8302)
@@ -6,7 +6,7 @@
Homepage: http://pychecker.sourceforge.net/
Vcs-Svn: svn://svn.debian.org/svn/python-apps/packages/pychecker/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-apps/packages/pychecker/trunk
-Build-Depends: debhelper (>= 7.0.1), python-all (>= 2.6.6-3~)
+Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.3.0
X-Python-Version: >= 2.1
More information about the Python-apps-commits
mailing list