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

nijel at users.alioth.debian.org nijel at users.alioth.debian.org
Fri Nov 18 16:58:11 UTC 2016


    Date: Friday, November 18, 2016 @ 16:58:10
  Author: nijel
Revision: 13709

Use Python 3 (Closes: #843971).

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

Modified: packages/lazygal/trunk/debian/changelog
===================================================================
--- packages/lazygal/trunk/debian/changelog	2016-11-18 16:56:03 UTC (rev 13708)
+++ packages/lazygal/trunk/debian/changelog	2016-11-18 16:58:10 UTC (rev 13709)
@@ -1,8 +1,9 @@
-lazygal (0.9.1-1) UNRELEASED; urgency=medium
+lazygal (0.9.1-1) unstable; urgency=medium
 
   * New upstream release.
+  * Use Python 3 (Closes: #843971).
 
- -- Michal ÄŒihaÅ™ <nijel at debian.org>  Fri, 18 Nov 2016 17:54:58 +0100
+ -- Michal ÄŒihaÅ™ <nijel at debian.org>  Fri, 18 Nov 2016 17:57:55 +0100
 
 lazygal (0.9-1) unstable; urgency=medium
 

Modified: packages/lazygal/trunk/debian/control
===================================================================
--- packages/lazygal/trunk/debian/control	2016-11-18 16:56:03 UTC (rev 13708)
+++ packages/lazygal/trunk/debian/control	2016-11-18 16:58:10 UTC (rev 13709)
@@ -4,7 +4,7 @@
 Maintainer: Michal ÄŒihaÅ™ <nijel at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 9), docbook-xsl, xsltproc
-Build-Depends-Indep: python (>= 2.6.6-3)
+Build-Depends-Indep: python3 (>= 3.3)
 Standards-Version: 3.9.8
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/lazygal/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/lazygal/trunk/
@@ -13,19 +13,19 @@
 
 Package: lazygal
 Architecture: all
-Depends: ${python:Depends},
+Depends: ${python3:Depends},
          ${misc:Depends},
-         python-imaging,
-         python-genshi,
+         python3-pil,
+         python3-genshi,
          gir1.2-gexiv2-0.10 (>= 0.10.1),
-         python-gi,
-         python (>= 2.5)
+         python3-gi,
+         python3 (>= 3.3)
 Suggests: gstreamer1.0-plugins-base, 
           gstreamer1.0-plugins-good,
           gir1.2-gstreamer-1.0, 
           gir1.2-gst-plugins-base-1.0, 
-          python-gst-1.0
-Breaks: ${python:Breaks}
+          python3-gst-1.0
+Breaks: ${python3:Breaks}
 Description: static web gallery generator
  Lazygal is another static web gallery generator written in Python. It is
  command line based, uses reusable engine and is lazy - it regenerates

Modified: packages/lazygal/trunk/debian/rules
===================================================================
--- packages/lazygal/trunk/debian/rules	2016-11-18 16:56:03 UTC (rev 13708)
+++ packages/lazygal/trunk/debian/rules	2016-11-18 16:58:10 UTC (rev 13709)
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
 
 override_dh_auto_clean:
-	rm -rf build/mo
+	rm -rf build/mo lazygal.1 lazygal.conf.5
 	dh_auto_clean
 
 %:
-	dh $@ --with python2
+	dh $@ --with=python3 --buildsystem=pybuild




More information about the Python-apps-commits mailing list