[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#776249: unblock: python-exif/1.4.2-2



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package python-exif

This fixes https://bugs.debian.org/775609

(I just dropped the Python 3 package for Jessie which was never
in a stable release anyway.)

diff -Nru python-exif-1.4.2/debian/changelog python-exif-1.4.2/debian/changelog
--- python-exif-1.4.2/debian/changelog	2014-10-08 00:48:01.000000000 +0200
+++ python-exif-1.4.2/debian/changelog	2015-01-25 23:46:40.000000000 +0100
@@ -1,3 +1,9 @@
+python-exif (1.4.2-2) unstable; urgency=low
+
+  * Drop buggy Python 3 support for Jessie (Closes: #775609).
+
+ -- W. Martin Borgert <debacle@debian.org>  Sun, 25 Jan 2015 22:33:19 +0000
+
 python-exif (1.4.2-1) unstable; urgency=low
 
   * New upstream release (Closes: #763347), new upstream homepage
diff -Nru python-exif-1.4.2/debian/control python-exif-1.4.2/debian/control
--- python-exif-1.4.2/debian/control	2014-10-08 00:48:01.000000000 +0200
+++ python-exif-1.4.2/debian/control	2015-01-25 23:46:40.000000000 +0100
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki@debian.org>, W. Martin Borgert <debacle@debian.org>
-Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), python3-all, python3-setuptools
+Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9)
 Standards-Version: 3.9.5
 Homepage: https://github.com/ianare/exif-py
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-exif.git
@@ -18,13 +18,3 @@
  image files. It contains the EXIF.py script and the exifread library.
  .
  This package provides the Python 2.x module.
-
-Package: python3-exif
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Provides: ${python3:Provides}
-Description: Python library to extract Exif data from TIFF and JPEG files
- This is a Python library to extract Exif information from digital camera
- image files. It contains the EXIF.py script and the exifread library.
- .
- This package provides the Python 3.x module.
diff -Nru python-exif-1.4.2/debian/python3-exif.install python-exif-1.4.2/debian/python3-exif.install
--- python-exif-1.4.2/debian/python3-exif.install	2014-10-08 00:48:01.000000000 +0200
+++ python-exif-1.4.2/debian/python3-exif.install	1970-01-01 01:00:00.000000000 +0100
@@ -1 +0,0 @@
-EXIF.py /usr/lib/python3/dist-packages/
\ No newline at end of file
diff -Nru python-exif-1.4.2/debian/rules python-exif-1.4.2/debian/rules
--- python-exif-1.4.2/debian/rules	2014-10-08 00:48:01.000000000 +0200
+++ python-exif-1.4.2/debian/rules	2015-01-25 23:46:40.000000000 +0100
@@ -5,9 +5,8 @@
 export PYBUILD_NAME=exif
 
 %:
-	dh $@ --buildsystem=pybuild --with python2,python3
+	dh $@ --buildsystem=pybuild --with python2
 
 override_dh_install:
 	dh_install
-	sed -i '1c\#!/usr/bin/python3' $(CURDIR)/debian/python3-exif/usr/lib/python3/dist-packages/EXIF.py
 	rm $(CURDIR)/debian/python*-exif/usr/bin/EXIF.py


Reply to: