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

Wolfgang Borgert debacle at moszumanska.debian.org
Mon Oct 6 22:17:16 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 553fec1aebd3cb9d93bd8cbd15912be1a20a421b
Author: TANIGUCHI Takaki <takaki at debian.org>
Date:   Sun Jan 16 22:36:00 2011 +0900

    python-exif (1.0.8-1) unstable; urgency=low
    
      * Initial release (Closes: #610234)
---
 debian/changelog     |  5 +++++
 debian/compat        |  1 +
 debian/control       | 18 ++++++++++++++++++
 debian/copyright     | 38 ++++++++++++++++++++++++++++++++++++++
 debian/dirs          |  1 +
 debian/rules         | 17 +++++++++++++++++
 debian/source/format |  1 +
 debian/watch         |  2 ++
 8 files changed, 83 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..8a240f0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+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..aa39226
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+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
+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/rules b/debian/rules
new file mode 100755
index 0000000..a92777a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,17 @@
+#!/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
+
+
+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