[Python-modules-commits] r28585 - in packages/python-repoze.what-plugins/trunk/debian (4 files)

xnox at users.alioth.debian.org xnox at users.alioth.debian.org
Sun Apr 20 13:33:45 UTC 2014


    Date: Sunday, April 20, 2014 @ 13:33:44
  Author: xnox
Revision: 28585

* QA/Team upload
* Switch to debhelper 9 compat level.
* Switch to dh_python2.

Modified:
  packages/python-repoze.what-plugins/trunk/debian/changelog
  packages/python-repoze.what-plugins/trunk/debian/compat
  packages/python-repoze.what-plugins/trunk/debian/control
  packages/python-repoze.what-plugins/trunk/debian/rules

Modified: packages/python-repoze.what-plugins/trunk/debian/changelog
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/changelog	2014-04-19 22:40:27 UTC (rev 28584)
+++ packages/python-repoze.what-plugins/trunk/debian/changelog	2014-04-20 13:33:44 UTC (rev 28585)
@@ -1,7 +1,13 @@
 python-repoze.what-plugins (20090531-3) UNRELEASED; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Dimitri John Ledkov ]
+  * QA/Team upload
+  * Switch to debhelper 9 compat level.
+  * Switch to dh_python2.
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:03:20 +0200
 
 python-repoze.what-plugins (20090531-2) unstable; urgency=low

Modified: packages/python-repoze.what-plugins/trunk/debian/compat
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/compat	2014-04-19 22:40:27 UTC (rev 28584)
+++ packages/python-repoze.what-plugins/trunk/debian/compat	2014-04-20 13:33:44 UTC (rev 28585)
@@ -1 +1 @@
-7
+9

Modified: packages/python-repoze.what-plugins/trunk/debian/control
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/control	2014-04-19 22:40:27 UTC (rev 28584)
+++ packages/python-repoze.what-plugins/trunk/debian/control	2014-04-20 13:33:44 UTC (rev 28585)
@@ -6,10 +6,10 @@
  Stefano Zacchiroli <zack at debian.org>,
  Piotr Ożarowski <piotr at debian.org>
 Build-Depends:
- debhelper (>= 7),
- cdbs,
+ debhelper (>= 9),
+ cdbs (>= 0.4.90~),
  python-dev,
- python-support,
+ dh-python,
  python-setuptools
 Standards-Version: 3.8.2
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.what-plugins/trunk/

Modified: packages/python-repoze.what-plugins/trunk/debian/rules
===================================================================
--- packages/python-repoze.what-plugins/trunk/debian/rules	2014-04-19 22:40:27 UTC (rev 28584)
+++ packages/python-repoze.what-plugins/trunk/debian/rules	2014-04-20 13:33:44 UTC (rev 28585)
@@ -1,5 +1,4 @@
 #!/usr/bin/make -f
-DEB_PYTHON_SYSTEM = pysupport
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
 




More information about the Python-modules-commits mailing list