Package: hugin
Version: 2014.0.0~rc3+dfsg-2
Severity: normal
Tags: sid jessie patch
User: freewx-ma...@lists.alioth.debian.org
Usertags: wxpy3.0
Control: block 755757 by -1

We're aiming to migrate the archive to using wxpython3.0 instead of
wxwidgets2.8, and hope to drop wxwidgets2.8 before jessie is released.
This transition is already underway, and is being tracked by the release
team here:

https://release.debian.org/transitions/html/wxpython3.0.html

The wxPython code in hugin looks fine for wxPython 3.0, but there's a
'Suggests:' dependency that needs updating.  I've attached a patch.

Cheers,
    Olly
diff -Nru hugin-2014.0.0~rc3+dfsg/debian/changelog hugin-2014.0.0~rc3+dfsg/debian/changelog
--- hugin-2014.0.0~rc3+dfsg/debian/changelog	2014-08-03 23:35:58.000000000 +1200
+++ hugin-2014.0.0~rc3+dfsg/debian/changelog	2014-08-24 16:28:01.000000000 +1200
@@ -1,3 +1,10 @@
+hugin (2014.0.0~rc3+dfsg-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Update 'Suggests: python-wxgtk2.8' to 'Suggests: python-wxgtk3.0'.
+
+ -- Olly Betts <o...@survex.com>  Sun, 24 Aug 2014 16:27:26 +1200
+
 hugin (2014.0.0~rc3+dfsg-2) unstable; urgency=medium
 
   * Add autopkgtest, generating a simple panorama.
diff -Nru hugin-2014.0.0~rc3+dfsg/debian/control hugin-2014.0.0~rc3+dfsg/debian/control
--- hugin-2014.0.0~rc3+dfsg/debian/control	2014-06-09 17:41:59.000000000 +1200
+++ hugin-2014.0.0~rc3+dfsg/debian/control	2014-08-24 16:26:12.000000000 +1200
@@ -87,7 +87,7 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
 Breaks: ${python:Breaks}
 # imports of included plugins
-Suggests: python-wxgtk2.8
+Suggests: python-wxgtk3.0
 Description: panorama photo stitcher - common data files
  Hugin is a panorama photo stitching program.
  .

Reply via email to