Bug#786243: pyorbit: deprecation of python-support
Matthias Klose
doko at debian.org
Sat Aug 22 13:08:48 UTC 2015
Control: tags -1 + pending patch
patch attached, uploaded to delayed/2.
-------------- next part --------------
diff -u pyorbit-2.24.0/debian/changelog pyorbit-2.24.0/debian/changelog
--- pyorbit-2.24.0/debian/changelog
+++ pyorbit-2.24.0/debian/changelog
@@ -1,3 +1,10 @@
+pyorbit (2.24.0-7.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Build using dh-python. Closes: #786243.
+
+ -- Matthias Klose <doko at debian.org> Sat, 22 Aug 2015 15:04:03 +0200
+
pyorbit (2.24.0-7) unstable; urgency=medium
* Team upload.
diff -u pyorbit-2.24.0/debian/control pyorbit-2.24.0/debian/control
--- pyorbit-2.24.0/debian/control
+++ pyorbit-2.24.0/debian/control
@@ -2,14 +2,13 @@
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
-
Source: pyorbit
Section: python
Priority: optional
Maintainer: Sebastien Bacher <seb128 at debian.org>
Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Loic Minier <lool at dooz.org>
Build-Depends: debhelper (>= 5.0.37.2),
- python-support (>= 1.0.4),
+ dh-python,
gnome-pkg-tools (>= 0.10),
python-all-dev (>= 2.3.5-11),
liborbit2-dev (>= 1:2.12),
diff -u pyorbit-2.24.0/debian/control.in pyorbit-2.24.0/debian/control.in
--- pyorbit-2.24.0/debian/control.in
+++ pyorbit-2.24.0/debian/control.in
@@ -4,7 +4,7 @@
Maintainer: Sebastien Bacher <seb128 at debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: debhelper (>= 5.0.37.2),
- python-support (>= 1.0.4),
+ dh-python,
gnome-pkg-tools (>= 0.10),
python-all-dev (>= 2.3.5-11),
liborbit2-dev (>= 1:2.12),
diff -u pyorbit-2.24.0/debian/rules pyorbit-2.24.0/debian/rules
--- pyorbit-2.24.0/debian/rules
+++ pyorbit-2.24.0/debian/rules
@@ -82,7 +82,7 @@
dh_link -i
dh_compress -i
dh_fixperms -i
- dh_pysupport -i
+ dh_python2 -i
dh_installdeb -i
dh_gencontrol -i
dh_md5sums -i
@@ -99,7 +99,7 @@
dh_link -a
dh_compress -a
dh_fixperms -a
- dh_pysupport -a
+ dh_python2 -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
More information about the pkg-gnome-maintainers
mailing list