[Python-apps-commits] r14173 - in packages/simple-image-reducer/trunk/debian (2 files)
takaki at users.alioth.debian.org
takaki at users.alioth.debian.org
Wed Jul 5 12:37:53 UTC 2017
Date: Wednesday, July 5, 2017 @ 12:37:52
Author: takaki
Revision: 14173
python-pil
Modified:
packages/simple-image-reducer/trunk/debian/changelog
packages/simple-image-reducer/trunk/debian/control
Modified: packages/simple-image-reducer/trunk/debian/changelog
===================================================================
--- packages/simple-image-reducer/trunk/debian/changelog 2017-07-04 08:54:54 UTC (rev 14172)
+++ packages/simple-image-reducer/trunk/debian/changelog 2017-07-05 12:37:52 UTC (rev 14173)
@@ -1,3 +1,9 @@
+simple-image-reducer (1.0.2-5) UNRELEASED; urgency=medium
+
+ * debian/control: Replace python-imaging by python-pil (Closes: #866479)
+
+ -- TANIGUCHI Takaki <takaki at debian.org> Wed, 05 Jul 2017 21:33:45 +0900
+
simple-image-reducer (1.0.2-4) unstable; urgency=medium
* debian/patcher/fix_exif_module_name: Fix wrong module name.
Modified: packages/simple-image-reducer/trunk/debian/control
===================================================================
--- packages/simple-image-reducer/trunk/debian/control 2017-07-04 08:54:54 UTC (rev 14172)
+++ packages/simple-image-reducer/trunk/debian/control 2017-07-05 12:37:52 UTC (rev 14173)
@@ -16,7 +16,7 @@
Depends: ${misc:Depends},
python,
python-exif,
- python-imaging,
+ python-pil,
python-gtk2,
Description: GTK application to easily reduce and rotate images
Simple Image Reducer is an GTK application to easily reduce and rotate
More information about the Python-apps-commits
mailing list