[Python-modules-commits] r28589 - in packages/python-repoze.who-plugins/trunk/debian (4 files)
xnox at users.alioth.debian.org
xnox at users.alioth.debian.org
Sun Apr 20 14:07:07 UTC 2014
Date: Sunday, April 20, 2014 @ 14:07:06
Author: xnox
Revision: 28589
* QA/Team upload
* Switch to debhelper compat level 9.
* Switch to dh_python2.
Modified:
packages/python-repoze.who-plugins/trunk/debian/changelog
packages/python-repoze.who-plugins/trunk/debian/compat
packages/python-repoze.who-plugins/trunk/debian/control
packages/python-repoze.who-plugins/trunk/debian/rules
Modified: packages/python-repoze.who-plugins/trunk/debian/changelog
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/changelog 2014-04-20 13:55:32 UTC (rev 28588)
+++ packages/python-repoze.who-plugins/trunk/debian/changelog 2014-04-20 14:07:06 UTC (rev 28589)
@@ -1,8 +1,14 @@
python-repoze.who-plugins (20090913-2) UNRELEASED; urgency=low
+ [ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
* Fix a typo in README.source.
+ [ Dimitri John Ledkov ]
+ * QA/Team upload
+ * Switch to debhelper compat level 9.
+ * Switch to dh_python2.
+
-- Jakub Wilk <jwilk at debian.org> Wed, 12 Jun 2013 13:24:18 +0200
python-repoze.who-plugins (20090913-1) unstable; urgency=low
Modified: packages/python-repoze.who-plugins/trunk/debian/compat
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/compat 2014-04-20 13:55:32 UTC (rev 28588)
+++ packages/python-repoze.who-plugins/trunk/debian/compat 2014-04-20 14:07:06 UTC (rev 28589)
@@ -1 +1 @@
-7
+9
Modified: packages/python-repoze.who-plugins/trunk/debian/control
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/control 2014-04-20 13:55:32 UTC (rev 28588)
+++ packages/python-repoze.who-plugins/trunk/debian/control 2014-04-20 14:07:06 UTC (rev 28589)
@@ -6,11 +6,11 @@
Stefano Zacchiroli <zack at debian.org>,
Piotr Ożarowski <piotr at debian.org>
Build-Depends:
- debhelper (>= 7),
- cdbs,
+ debhelper (>= 9),
+ cdbs (>= 0.4.90~),
dpatch,
python-dev,
- python-support,
+ dh-python,
python-setuptools
Standards-Version: 3.8.3
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-repoze.who-plugins/trunk/
Modified: packages/python-repoze.who-plugins/trunk/debian/rules
===================================================================
--- packages/python-repoze.who-plugins/trunk/debian/rules 2014-04-20 13:55:32 UTC (rev 28588)
+++ packages/python-repoze.who-plugins/trunk/debian/rules 2014-04-20 14:07:06 UTC (rev 28589)
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM = pysupport
include /usr/share/cdbs/1/class/python-distutils.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/dpatch.mk
More information about the Python-modules-commits
mailing list