[Python-modules-commits] r34192 - in packages/web2py/trunk/debian (changelog control rules)

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Mon Sep 7 21:44:27 UTC 2015


    Date: Monday, September 7, 2015 @ 21:44:26
  Author: piotr
Revision: 34192

add Ana Rodr?\195?\173guez L?\195?\179pez' changes

Modified:
  packages/web2py/trunk/debian/changelog
  packages/web2py/trunk/debian/control
  packages/web2py/trunk/debian/rules

Modified: packages/web2py/trunk/debian/changelog
===================================================================
--- packages/web2py/trunk/debian/changelog	2015-09-07 21:41:34 UTC (rev 34191)
+++ packages/web2py/trunk/debian/changelog	2015-09-07 21:44:26 UTC (rev 34192)
@@ -1,9 +1,14 @@
-web2py (1.99.7-2) UNRELEASED; urgency=medium
+web2py (1.99.7-2) unstable; urgency=low
 
+  * Team upload.
+
   [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
   * Use empty lines to separate paragraphs in debian/control.
 
+  [ Ana Rodríguez López ]
+  * Replace python-support with dh-python (Closes: #786088)
+
  -- Piotr Ożarowski <piotr at debian.org>  Mon, 07 Sep 2015 23:40:28 +0200
 
 web2py (1.99.7-1) unstable; urgency=low

Modified: packages/web2py/trunk/debian/control
===================================================================
--- packages/web2py/trunk/debian/control	2015-09-07 21:41:34 UTC (rev 34191)
+++ packages/web2py/trunk/debian/control	2015-09-07 21:44:26 UTC (rev 34192)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: José L. Redrejo Rodríguez <jredrejo at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), python-support, python (>= 2.5)
+Build-Depends: debhelper (>= 7.0.50~), dh-python, python (>= 2.5)
 Build-Depends-Indep: libjs-jquery, python-feedparser
 Standards-Version: 3.9.3
 Homepage: http://www.web2py.com

Modified: packages/web2py/trunk/debian/rules
===================================================================
--- packages/web2py/trunk/debian/rules	2015-09-07 21:41:34 UTC (rev 34191)
+++ packages/web2py/trunk/debian/rules	2015-09-07 21:44:26 UTC (rev 34192)
@@ -6,7 +6,7 @@
 PREFIX = debian/python-web2py/usr/share/web2py
 
 %:
-	dh $@ 
+	dh $@ --with python2
 
 override_dh_clean:
 	#unset executable permissions in several files:




More information about the Python-modules-commits mailing list