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

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Wed May 21 08:50:47 UTC 2014


    Date: Wednesday, May 21, 2014 @ 08:50:46
  Author: dktrkranz
Revision: 10869

Port to Python 3

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

Modified: packages/debomatic/trunk/debian/changelog
===================================================================
--- packages/debomatic/trunk/debian/changelog	2014-05-21 08:45:14 UTC (rev 10868)
+++ packages/debomatic/trunk/debian/changelog	2014-05-21 08:50:46 UTC (rev 10869)
@@ -1,6 +1,12 @@
 debomatic (0.12~bzr403-1) UNRELEASED; urgency=medium
 
   * New upstream development release.
+  * debian/control:
+    - Build-depends on python3 and python3-sphinx.
+    - No longer depends on python-daemon and python-lockfile.
+    - Recommends python3-pyinotify.
+  * debian/rules:
+    - Use python3 sequencer.
 
  -- Luca Falavigna <dktrkranz at debian.org>  Wed, 21 May 2014 10:44:18 +0200
 

Modified: packages/debomatic/trunk/debian/control
===================================================================
--- packages/debomatic/trunk/debian/control	2014-05-21 08:45:14 UTC (rev 10868)
+++ packages/debomatic/trunk/debian/control	2014-05-21 08:50:46 UTC (rev 10869)
@@ -4,14 +4,14 @@
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9),
-               python (>= 2.6.6-3~),
-               python-sphinx,
+               python3 (>= 3.2~),
+               python3-sphinx,
                texlive-latex-base,
                texlive-latex-recommended,
                texlive-fonts-recommended,
                texlive-latex-extra,
                gettext
-X-Python-Version: >= 2.7
+X-Python3-Version: >= 3.2
 Standards-Version: 3.9.5
 Homepage: https://launchpad.net/debomatic
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/debomatic/trunk/
@@ -19,15 +19,13 @@
 
 Package: debomatic
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${misc:Depends},
          pbuilder | cowbuilder,
-         debootstrap | cdebootstrap,
-         python-daemon,
-         python-lockfile
+         debootstrap | cdebootstrap
 Recommends: gpgv,
             lintian,
-            python-pyinotify (>= 0.8.6-1),
+            python3-pyinotify (>= 0.8.6-1),
             debian-archive-keyring,
             ubuntu-keyring
 Suggests: piuparts (>= 0.45),

Modified: packages/debomatic/trunk/debian/rules
===================================================================
--- packages/debomatic/trunk/debian/rules	2014-05-21 08:45:14 UTC (rev 10868)
+++ packages/debomatic/trunk/debian/rules	2014-05-21 08:50:46 UTC (rev 10869)
@@ -1,10 +1,10 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2
+	dh $@ --with python3
 
 clean:
-	dh $@ --with python2
+	dh $@ --with python3
 	rm -fr build locale docs/_build
 	dh_clean debian/init debian/default
 




More information about the Python-apps-commits mailing list