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

wrar at users.alioth.debian.org wrar at users.alioth.debian.org
Tue Sep 1 18:50:00 UTC 2015


    Date: Tuesday, September 1, 2015 @ 18:49:59
  Author: wrar
Revision: 12313

Port to dh-python.

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

Modified: packages/snakefood/trunk/debian/changelog
===================================================================
--- packages/snakefood/trunk/debian/changelog	2015-08-31 17:20:09 UTC (rev 12312)
+++ packages/snakefood/trunk/debian/changelog	2015-09-01 18:49:59 UTC (rev 12313)
@@ -1,9 +1,14 @@
-snakefood (1.4-2) UNRELEASED; urgency=low
+snakefood (1.4-2) unstable; urgency=medium
 
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 18:05:49 +0200
+  [ Andrey Rahmatullin ]
+  * Port from python-support to dh-python (Closes: #786114).
+  * Drop unnecessary XB-Python-Version.
 
+ -- Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>  Tue, 01 Sep 2015 23:44:54 +0500
+
 snakefood (1.4-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/snakefood/trunk/debian/control
===================================================================
--- packages/snakefood/trunk/debian/control	2015-08-31 17:20:09 UTC (rev 12312)
+++ packages/snakefood/trunk/debian/control	2015-09-01 18:49:59 UTC (rev 12313)
@@ -3,8 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 7), python
-Build-Depends-Indep: python-support
+Build-Depends: debhelper (>= 7), python, dh-python
 Standards-Version: 3.8.3
 Homepage: http://furius.ca/snakefood/
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/snakefood/trunk/
@@ -13,7 +12,6 @@
 
 Package: snakefood
 Architecture: all
-XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, ${misc:Depends}
 Description: Python dependency grapher
  Generate dependency graphs from Python code. This dependency tracker

Modified: packages/snakefood/trunk/debian/rules
===================================================================
--- packages/snakefood/trunk/debian/rules	2015-08-31 17:20:09 UTC (rev 12312)
+++ packages/snakefood/trunk/debian/rules	2015-09-01 18:49:59 UTC (rev 12313)
@@ -45,7 +45,7 @@
 	dh_testroot
 	dh_installchangelogs	CHANGES
 	dh_installdocs
-	dh_pysupport
+	dh_python2
 	dh_installman		doc/manpages/sfood*.1
 	dh_link
 	dh_compress




More information about the Python-apps-commits mailing list