[Python-apps-commits] r12315 - in packages/lunch/trunk/debian (changelog control rules)

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Wed Sep 2 17:24:03 UTC 2015


    Date: Wednesday, September 2, 2015 @ 17:24:01
  Author: wrar
Revision: 12315

Port to dh-python.

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

Modified: packages/lunch/trunk/debian/changelog
===================================================================
--- packages/lunch/trunk/debian/changelog	2015-09-01 18:50:19 UTC (rev 12314)
+++ packages/lunch/trunk/debian/changelog	2015-09-02 17:24:01 UTC (rev 12315)
@@ -1,9 +1,13 @@
-lunch (0.4.0-2) UNRELEASED; urgency=low
+lunch (0.4.0-2) unstable; urgency=low
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:17 +0200
+  [ Andrey Rahmatullin ]
+  * Port from python-support to dh-python (Closes: #786129)
 
+ -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Wed, 02 Sep 2015 22:19:57 +0500
+
 lunch (0.4.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/lunch/trunk/debian/control
===================================================================
--- packages/lunch/trunk/debian/control	2015-09-01 18:50:19 UTC (rev 12314)
+++ packages/lunch/trunk/debian/control	2015-09-02 17:24:01 UTC (rev 12315)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Alexandre Quessy <alexandre at quessy.net>
-Build-Depends: python, python-support (>= 0.90), debhelper (>= 7.0.50~), python-setuptools
+Build-Depends: python, dh-python, debhelper (>= 7.0.50~), python-setuptools
 Build-Depends-Indep: help2man, python-twisted-core, python-gtk2
 XS-Python-Version: all
 Standards-Version: 3.9.1

Modified: packages/lunch/trunk/debian/rules
===================================================================
--- packages/lunch/trunk/debian/rules	2015-09-01 18:50:19 UTC (rev 12314)
+++ packages/lunch/trunk/debian/rules	2015-09-02 17:24:01 UTC (rev 12315)
@@ -1,5 +1,5 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --buildsystem=python_distutils
+	dh $@ --buildsystem=python_distutils --with python2
 




More information about the Python-apps-commits mailing list