[Python-modules-commits] r21500 - in packages/jpylyzer/trunk/debian (6 files)

malat at users.alioth.debian.org malat at users.alioth.debian.org
Wed May 2 20:10:38 UTC 2012


    Date: Wednesday, May 2, 2012 @ 20:10:37
  Author: malat
Revision: 21500

switch to 3.0

Added:
  packages/jpylyzer/trunk/debian/patches/
  packages/jpylyzer/trunk/debian/patches/series
  packages/jpylyzer/trunk/debian/source/
  packages/jpylyzer/trunk/debian/source/format
Modified:
  packages/jpylyzer/trunk/debian/control
  packages/jpylyzer/trunk/debian/rules

Modified: packages/jpylyzer/trunk/debian/control
===================================================================
--- packages/jpylyzer/trunk/debian/control	2012-05-02 20:03:05 UTC (rev 21499)
+++ packages/jpylyzer/trunk/debian/control	2012-05-02 20:10:37 UTC (rev 21500)
@@ -4,7 +4,7 @@
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Mathieu Malaterre <malat at debian.org>
 Build-Depends: debhelper (>= 9)
-Build-Depends-Indep: python-support (>= 0.6.4), python
+Build-Depends-Indep: python (>= 2.6.6-3~)
 Standards-Version: 3.9.3
 Homepage: https://github.com/openplanets/jpylyzer
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/jpylyzer/trunk/

Added: packages/jpylyzer/trunk/debian/patches/series
===================================================================
Modified: packages/jpylyzer/trunk/debian/rules
===================================================================
--- packages/jpylyzer/trunk/debian/rules	2012-05-02 20:03:05 UTC (rev 21499)
+++ packages/jpylyzer/trunk/debian/rules	2012-05-02 20:10:37 UTC (rev 21500)
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh  $@
+	dh $@ --with python2
 
 #DEB_INSTALL_MANPAGES_jpylyzer = jpylyzer.1
 #pod2man --section=1 --release=$(VERSION) --center "" debian/jpylyzer.pod > jpylyzer.1

Added: packages/jpylyzer/trunk/debian/source/format
===================================================================
--- packages/jpylyzer/trunk/debian/source/format	                        (rev 0)
+++ packages/jpylyzer/trunk/debian/source/format	2012-05-02 20:10:37 UTC (rev 21500)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the Python-modules-commits mailing list