[pivy] 01/01: Fix deprecation of python-support.
Anton Gladky
gladk at moszumanska.debian.org
Tue Dec 15 19:52:31 UTC 2015
This is an automated email from the git hooks/post-receive script.
gladk pushed a commit to branch master
in repository pivy.
commit ebab6e17b33e87131016a6d3f6b8357fcfd0dba0
Author: Mattia Rizzolo <mattia at debian.org>
Date: Tue Dec 15 20:52:19 2015 +0100
Fix deprecation of python-support.
---
debian/changelog | 12 ++++++++++++
debian/control | 5 +++--
debian/pycompat | 1 -
debian/pyversions | 1 -
4 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 618951d..04cbd29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,15 @@
+pivy (0.5.0~v609hg-3.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove long useless debian/pycompat file.
+ * Build-Depend on dh-python instead of python-support. Closes:
+ #786149
+ * use X-Python-Version control field instead of the debian/pyversions
+ file.
+ * debian/control: bump Standards-Version to 3.9.6, no changes needed.
+
+ -- Mattia Rizzolo <mattia at debian.org> Mon, 14 Dec 2015 01:10:04 +0000
+
pivy (0.5.0~v609hg-3) unstable; urgency=low
* [ffc321b] Update/fix VCS-fields.
diff --git a/debian/control b/debian/control
index 9346fdc..a38c953 100644
--- a/debian/control
+++ b/debian/control
@@ -3,12 +3,13 @@ Section: python
Priority: extra
Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Teemu Ikonen <tpikonen at gmail.com>, Anton Gladky <gladk at debian.org>
-Build-Depends: debhelper (>= 9), python-support, python-all-dev,
+Build-Depends: debhelper (>= 9), dh-python, python-all-dev,
libsoqt4-dev (>= 1.5.0-2.1), libcoin80-dev, libsimage-dev, swig
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/debian-science/packages/pivy.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pivy.git
Homepage: http://pivy.coin3d.org/
+X-Python-Version: >= 2.4
Package: python-pivy
Architecture: any
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/pyversions b/debian/pyversions
deleted file mode 100644
index 8b253bc..0000000
--- a/debian/pyversions
+++ /dev/null
@@ -1 +0,0 @@
-2.4-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pivy.git
More information about the debian-science-commits
mailing list