[Python-modules-commits] [python-exif] 03/03: put EXIF.py into examples, add stuff for Python 3
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Aug 1 21:52:21 UTC 2015
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-exif.
commit c2feea053809e46e430ca59c13685a47501d097c
Author: W. Martin Borgert <debacle at debian.org>
Date: Sat Aug 1 11:29:46 2015 +0200
put EXIF.py into examples, add stuff for Python 3
---
debian/changelog | 4 ++--
debian/control | 2 +-
debian/dirs | 1 -
debian/python-exif.examples | 1 +
debian/python-exif.install | 1 -
debian/python3-exif.examples | 1 +
6 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0b6982a..d27634f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-python-exif (2.1.1-1) UNRELEASED; urgency=medium
+python-exif (2.1.1-1) unstable; urgency=medium
* New upstream release
* Re-enable Python 3 support
* Bump standards version, no changes
- -- W. Martin Borgert <debacle at debian.org> Sat, 01 Aug 2015 09:25:05 +0000
+ -- W. Martin Borgert <debacle at debian.org> Sat, 01 Aug 2015 21:41:47 +0000
python-exif (1.4.2-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index edd9bff..aca7a41 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: python
Priority: extra
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: TANIGUCHI Takaki <takaki at debian.org>, W. Martin Borgert <debacle at debian.org>
-Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), dh-python
+Build-Depends: python-all (>= 2.7~), python-setuptools, debhelper (>= 9), dh-python, python3-all
Standards-Version: 3.9.6
Homepage: https://github.com/ianare/exif-py
Vcs-Git: git://anonscm.debian.org/python-modules/packages/python-exif.git
diff --git a/debian/dirs b/debian/dirs
deleted file mode 100644
index 9eeccc3..0000000
--- a/debian/dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/pyshared
diff --git a/debian/python-exif.examples b/debian/python-exif.examples
new file mode 100644
index 0000000..722829e
--- /dev/null
+++ b/debian/python-exif.examples
@@ -0,0 +1 @@
+EXIF.py
diff --git a/debian/python-exif.install b/debian/python-exif.install
deleted file mode 100644
index 9326b3c..0000000
--- a/debian/python-exif.install
+++ /dev/null
@@ -1 +0,0 @@
-EXIF.py /usr/lib/python2.7/dist-packages/
\ No newline at end of file
diff --git a/debian/python3-exif.examples b/debian/python3-exif.examples
new file mode 100644
index 0000000..722829e
--- /dev/null
+++ b/debian/python3-exif.examples
@@ -0,0 +1 @@
+EXIF.py
--
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