[Python-modules-commits] [python-exif] 01/02: Drop buggy Python 3 support for Jessie.

Wolfgang Borgert debacle at moszumanska.debian.org
Sun Jan 25 22:49:39 UTC 2015


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-exif.

commit a9e066709efd15e7631132055bee85eefc2bed8c
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sun Jan 25 23:36:16 2015 +0100

    Drop buggy Python 3 support for Jessie.
---
 debian/control              | 12 +-----------
 debian/python3-exif.install |  1 -
 debian/rules                |  3 +--
 3 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/debian/control b/debian/control
index 688b3fa..35a935c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
 Priority: extra
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>, W. Martin Borgert <debacle at 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 @@ Description: Python library to extract Exif data from TIFF and JPEG files
  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 --git a/debian/python3-exif.install b/debian/python3-exif.install
deleted file mode 100644
index 4c896e3..0000000
--- a/debian/python3-exif.install
+++ /dev/null
@@ -1 +0,0 @@
-EXIF.py /usr/lib/python3/dist-packages/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 50b5645..98d4b3c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-exif.git



More information about the Python-modules-commits mailing list