[Python-modules-commits] [python-exif] 01/01: start packaging of 1.4.2, not yet ready

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Oct 6 23:07:50 UTC 2014


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

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

commit fff0c5712cea9220c43ffd01ee348d03fbffe0c7
Author: W. Martin Borgert <debacle at debian.org>
Date:   Tue Oct 7 01:07:36 2014 +0200

    start packaging of 1.4.2, not yet ready
---
 debian/changelog | 15 ++++++++++++---
 debian/control   | 24 ++++++++++++++++++------
 debian/copyright |  5 ++---
 debian/rules     | 10 +++++-----
 4 files changed, 37 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9a7d760..d6a7b33 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-exif (1.4.2-1) UNRELEASED; urgency=low
+
+  * New upstream release (Closes: #763347), new upstream homepage
+  * Bump Standards-Version to 3.9.6 (with no changes).
+  * Add Python 3 variant
+  * Moved packaging to git
+
+ --
+
 python-exif (1.1.0-1) unstable; urgency=low
 
   [ Jakub Wilk ]
@@ -5,7 +14,7 @@ python-exif (1.1.0-1) unstable; urgency=low
 
   [ TANIGUCHI Takaki ]
   * New upstream release
-  * Bump Standards-Version to 3.9.4 (with no changes). 
+  * Bump Standards-Version to 3.9.4 (with no changes).
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 07 May 2013 10:26:21 +0900
 
@@ -17,9 +26,9 @@ python-exif (1.0.8-3) unstable; urgency=low
 
 python-exif (1.0.8-2) unstable; urgency=low
 
-  * Switch to dh_python2. 
+  * Switch to dh_python2.
   * Bump Standards-Version to 3.9.2 (with no changes).
-  * debian/install: Added, instead of debian/rules target. 
+  * debian/install: Added, instead of debian/rules target.
 
  -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 23 May 2011 11:40:44 +0900
 
diff --git a/debian/control b/debian/control
index 95fd9bf..af9c7a6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,26 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: TANIGUCHI Takaki <takaki at debian.org>
 Build-Depends: debhelper (>= 7.0.50~), python-all
 Standards-Version: 3.9.4
-Homepage: http://sourceforge.net/projects/exif-py/
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-exif/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-exif/trunk/
+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
 
 Package: python-exif
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python: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.
+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 2.x module.
+
+Package: python-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/copyright b/debian/copyright
index b9f648f..b07b15b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,11 @@
 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: EXIF.py
 Upstream-Contact: Ianaré Sévi <ianare at gmail.com>
-Source: http://sourceforge.net/projects/exif-py/
+Source: https://github.com/ianare/exif-py
 
 Files: *
 Copyright: Copyright (c) 2002-2007 Gene Cash All rights reserved
- Copyright (c) 2007-2008 Ianaré Sévi All rights reserved
+ Copyright (c) 2007-2013 Ianaré Sévi All rights reserved
 License: BSD-3-clause
 
 Files: debian/*
@@ -36,4 +36,3 @@ License: BSD-3-clause
  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  SUCH DAMAGE.
-
diff --git a/debian/rules b/debian/rules
index 1b40f7c..ad7b62d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,8 @@
 #!/usr/bin/make -f
+# -*- makefile -*-
 
-%:
-	dh $@  --with python2
-
+#export DH_VERBOSE=1
+export PYBUILD_NAME=exifread
 
-#override_dh_auto_install:
-#	install -m 644 EXIF.py $(CURDIR)/debian/python-exif/usr/share/pyshared
+%:
+	dh $@ --buildsystem=pybuild --with python2,python3

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