[Python-modules-commits] [python-exif] 08/13: python-exif (1.1.0-1) unstable; urgency=low

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Oct 6 22:17:17 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 ffdb9513afa36be64cdca7e37fdc3436e50a061b
Author: TANIGUCHI Takaki <takaki at debian.org>
Date:   Tue May 7 10:26:21 2013 +0900

    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).
---
 debian/changelog     | 30 ++++++++++++++++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 18 ++++++++++++++++++
 debian/copyright     | 39 +++++++++++++++++++++++++++++++++++++++
 debian/dirs          |  1 +
 debian/install       |  2 ++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 102 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9a7d760
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,30 @@
+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)
+
+ -- TANIGUCHI Takaki <takaki at debian.org>  Sun, 16 Jan 2011 22:36:00 +0900
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..95fd9bf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: python-exif
+Section: python
+Priority: extra
+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-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
+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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..b9f648f
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,39 @@
+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
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: Copyright (C) 2011 TANIGUCHI Takaki <takaki at debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the University nor the names of its contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ . 
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+ ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+ ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+ FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+ DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+ HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+ 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/dirs b/debian/dirs
new file mode 100644
index 0000000..9eeccc3
--- /dev/null
+++ b/debian/dirs
@@ -0,0 +1 @@
+usr/share/pyshared
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
new file mode 100755
index 0000000..1b40f7c
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,8 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@  --with python2
+
+
+#override_dh_auto_install:
+#	install -m 644 EXIF.py $(CURDIR)/debian/python-exif/usr/share/pyshared
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..30bdac6
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://sf.net/exif-py/EXIFpy_(.*)\.tar\.gz

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