Package: lazygal
Version: 0.9-1
Severity: wishlist
Tags: patch

Dear Maintainer,

Upstream has stable support for python3, please use the python3 runtime for
the package.

Thanks,

Alex

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.8.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lazygal depends on:
ii  gir1.2-gexiv2-0.10  0.10.4-1
ii  python              2.7.11-2
ii  python-genshi       0.7-5
ii  python-gi           3.22.0-1
ii  python-imaging      3.4.2-1
pn  python:any          <none>

lazygal recommends no packages.

Versions of packages lazygal suggests:
ii  gir1.2-gst-plugins-base-1.0  1.10.0-1
ii  gir1.2-gstreamer-1.0         1.10.0-2
ii  gstreamer1.0-plugins-base    1.10.0-1
ii  gstreamer1.0-plugins-good    1.10.0-1
ii  python-gst-1.0               1.10.0-1

-- no debconf information
diff -Nru lazygal-0.9.old/debian/control lazygal-0.9/debian/control
--- lazygal-0.9.old/debian/control	2016-11-10 13:30:19.000000000 +0100
+++ lazygal-0.9/debian/control	2016-11-11 11:28:03.956096020 +0100
@@ -4,7 +4,7 @@
 Maintainer: Michal Čihař <[email protected]>
 Uploaders: Python Applications Packaging Team <[email protected]>
 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
diff -Nru lazygal-0.9.old/debian/rules lazygal-0.9/debian/rules
--- lazygal-0.9.old/debian/rules	2016-07-07 11:42:23.000000000 +0200
+++ lazygal-0.9/debian/rules	2016-11-11 11:33:17.111134675 +0100
@@ -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

Reply via email to