[Python-modules-commits] [python-exif] 01/01: re-add latest packaging files from Takaki

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Oct 6 22:48:55 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 ea437a0c40e4a470b17550df723de3632b22668a
Author: W. Martin Borgert <debacle at debian.org>
Date:   Tue Oct 7 00:48:48 2014 +0200

    re-add latest packaging files from Takaki
---
 debian/changelog | 25 +++++++++++++++++++++++++
 debian/control   | 12 ++++++------
 debian/copyright |  5 +++--
 debian/install   |  2 ++
 debian/rules     | 15 +++------------
 5 files changed, 39 insertions(+), 20 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8a240f0..9a7d760 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+python-exif (1.1.0-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Add Vcs-* fields.
+
+  [ TANIGUCHI Takaki ]
+  * New upstream release
+  * Bump Standards-Version to 3.9.4 (with no changes). 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Tue, 07 May 2013 10:26:21 +0900
+
+python-exif (1.0.8-3) unstable; urgency=low
+
+  * debian/control: remove python-support from BD.
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 23 May 2011 12:52:01 +0900
+
+python-exif (1.0.8-2) unstable; urgency=low
+
+  * Switch to dh_python2. 
+  * Bump Standards-Version to 3.9.2 (with no changes).
+  * debian/install: Added, instead of debian/rules target. 
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Mon, 23 May 2011 11:40:44 +0900
+
 python-exif (1.0.8-1) unstable; urgency=low
 
   * Initial release (Closes: #610234)
diff --git a/debian/control b/debian/control
index aa39226..95fd9bf 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,13 @@
 Source: python-exif
 Section: python
 Priority: extra
-Maintainer: TANIGUCHI Takaki <takaki at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-	python-support
-Standards-Version: 3.9.1
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+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-Git: git://git.debian.org/collab-maint/python-exif.git
-#Vcs-Browser: http://git.debian.org/?p=collab-maint/python-exif.git;a=summary
+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/
 
 Package: python-exif
 Architecture: all
diff --git a/debian/copyright b/debian/copyright
index f058dbf..b9f648f 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,11 @@
-Format: http://dep.debian.net/deps/dep5/
+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/
 
 Files: *
 Copyright: Copyright (c) 2002-2007 Gene Cash All rights reserved
-	Copyright (c) 2007-2008 Ianaré Sévi All rights reserved
+ Copyright (c) 2007-2008 Ianaré Sévi All rights reserved
 License: BSD-3-clause
 
 Files: debian/*
@@ -36,3 +36,4 @@ 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/install b/debian/install
new file mode 100644
index 0000000..b53aa37
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,2 @@
+EXIF.py usr/share/pyshared
+
diff --git a/debian/rules b/debian/rules
index a92777a..1b40f7c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,8 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
 
 %:
-	dh $@  --with python-support
+	dh $@  --with python2
 
 
-override_dh_auto_install:
-	install -m 644 EXIF.py $(CURDIR)/debian/python-exif/usr/share/pyshared
+#override_dh_auto_install:
+#	install -m 644 EXIF.py $(CURDIR)/debian/python-exif/usr/share/pyshared

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