[Python-apps-commits] r12301 - in packages/didjvu/trunk/debian (3 files)
danstender-guest at users.alioth.debian.org
danstender-guest at users.alioth.debian.org
Thu Aug 27 23:23:34 UTC 2015
Date: Thursday, August 27, 2015 @ 23:23:33
Author: danstender-guest
Revision: 12301
temporarily don't depend on python-pyexiv2
Modified:
packages/didjvu/trunk/debian/changelog
packages/didjvu/trunk/debian/control
packages/didjvu/trunk/debian/tests/control
Modified: packages/didjvu/trunk/debian/changelog
===================================================================
--- packages/didjvu/trunk/debian/changelog 2015-08-27 23:15:34 UTC (rev 12300)
+++ packages/didjvu/trunk/debian/changelog 2015-08-27 23:23:33 UTC (rev 12301)
@@ -1,8 +1,9 @@
didjvu (0.6.1-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Temporarily don't depend on python-pyexiv2 (Closes: #797077).
- -- Daniel Stender <debian at danielstender.com> Wed, 26 Aug 2015 10:02:17 +0200
+ -- Daniel Stender <debian at danielstender.com> Fri, 28 Aug 2015 01:16:15 +0200
didjvu (0.6-1) unstable; urgency=medium
Modified: packages/didjvu/trunk/debian/control
===================================================================
--- packages/didjvu/trunk/debian/control 2015-08-27 23:15:34 UTC (rev 12300)
+++ packages/didjvu/trunk/debian/control 2015-08-27 23:23:33 UTC (rev 12301)
@@ -14,8 +14,7 @@
python-gamera,
python-libxmp,
python-nose,
- python-pil,
- python-pyexiv2
+ python-pil
X-Python-Version: >= 2.6
Standards-Version: 3.9.6
Homepage: http://jwilk.net/software/didjvu
@@ -34,7 +33,7 @@
${misc:Depends},
${python:Depends}
Suggests:
- python-libxmp | python-pyexiv2 (>= 0.3)
+ python-libxmp
Description: DjVu encoder with foreground/background separation
The DjVu graphics format is very effective because it uses
multiple layers which are differently compressed. For the
Modified: packages/didjvu/trunk/debian/tests/control
===================================================================
--- packages/didjvu/trunk/debian/tests/control 2015-08-27 23:15:34 UTC (rev 12300)
+++ packages/didjvu/trunk/debian/tests/control 2015-08-27 23:23:33 UTC (rev 12301)
@@ -1,2 +1,2 @@
Tests: didjvu
-Depends: djvulibre-bin, locales-all, python-libxmp, python-gamera, python-nose, python-pil, python-pyexiv2
\ No newline at end of file
+Depends: djvulibre-bin, locales-all, python-libxmp, python-gamera, python-nose, python-pil
\ No newline at end of file
More information about the Python-apps-commits
mailing list