[Python-modules-commits] [python-exif] 06/13: python-exif (1.0.8-3) 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 3ef1e0a30575b801929874a5d90360ecea1e361a
Author: TANIGUCHI Takaki <takaki at debian.org>
Date:   Mon May 23 12:52:01 2011 +0900

    python-exif (1.0.8-3) unstable; urgency=low
    
      * debian/control: remove python-support from BD.
---
 debian/changelog     | 19 +++++++++++++++++++
 debian/compat        |  1 +
 debian/control       | 18 ++++++++++++++++++
 debian/copyright     | 38 ++++++++++++++++++++++++++++++++++++++
 debian/dirs          |  1 +
 debian/install       |  2 ++
 debian/rules         |  8 ++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 9 files changed, 90 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..17697c2
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,19 @@
+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..60920eb
--- /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.2
+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
+
+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..f058dbf
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,38 @@
+Format: http://dep.debian.net/deps/dep5/
+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