[Python-modules-commits] [python-exif] 02/03: start version 2.1.1-1

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Aug 1 21:52:19 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 dd648c80429fa1465cf444fd0406dd5ecadecd2d
Author: W. Martin Borgert <debacle at debian.org>
Date:   Sat Aug 1 11:27:21 2015 +0200

    start version 2.1.1-1
---
 debian/changelog |  8 ++++++++
 debian/control   | 12 +++++++++++-
 debian/rules     |  2 +-
 3 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a1632b..0b6982a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-exif (2.1.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release
+  * Re-enable Python 3 support
+  * Bump standards version, no changes
+
+ -- W. Martin Borgert <debacle at debian.org>  Sat, 01 Aug 2015 09:25:05 +0000
+
 python-exif (1.4.2-3) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index bfe9071..edd9bff 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ 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), dh-python
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: https://github.com/ianare/exif-py
 Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-exif.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-exif.git
@@ -18,3 +18,13 @@ 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/rules b/debian/rules
index 98d4b3c..4cdb91b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 export PYBUILD_NAME=exif
 
 %:
-	dh $@ --buildsystem=pybuild --with python2
+	dh $@ --buildsystem=pybuild --with python2,python3
 
 override_dh_install:
 	dh_install

-- 
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