tag 380951 - help thanks Hi,
Attached is the diff to migrate skencil to the new python policy. lintian shouts about missing python depends, but this is "by design" because it now depends upon python-support that by itself will *allways* depend upon python. so don't mind the error, lintian has to be fixed. Cheers, -- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u skencil-0.6.17/debian/changelog skencil-0.6.17/debian/changelog
--- skencil-0.6.17/debian/changelog
+++ skencil-0.6.17/debian/changelog
@@ -1,3 +1,11 @@
+skencil (0.6.17-5.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Migrate package to the new python policy (Closes: #380951):
+ + use dh_pysupport new generation (instead of dh_python).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Thu, 10 Aug 2006 11:00:21 +0200
+
skencil (0.6.17-5) unstable; urgency=low
* Added 07-text-patch from Fabien Ninoles <[EMAIL PROTECTED]> to fix the text
diff -u skencil-0.6.17/debian/control skencil-0.6.17/debian/control
--- skencil-0.6.17/debian/control
+++ skencil-0.6.17/debian/control
@@ -2,7 +2,7 @@
Section: graphics
Priority: optional
Maintainer: Daniel Baumann <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4), dpatch, python-dev, python-imaging-tk,
sharutils, tcl8.4-dev, tk8.4-dev
+Build-Depends: debhelper (>= 5), dpatch, python-support (>= 0.4), python-dev,
python-imaging-tk, sharutils, tcl8.4-dev, tk8.4-dev
Standards-Version: 3.7.2
Package: skencil
diff -u skencil-0.6.17/debian/rules skencil-0.6.17/debian/rules
--- skencil-0.6.17/debian/rules
+++ skencil-0.6.17/debian/rules
@@ -88,7 +88,7 @@
dh_strip
dh_compress -Xexamples -Xtools
dh_fixperms
- dh_python
+ dh_pysupport -v
dh_installdeb
dh_shlibdeps
dh_gencontrol
signature.asc
Description: Digital signature

