tag 380868 - help thanks Hi,
Attached is the diff for my meld 1.1.3-1.1 NMU, wish fulfilled ;) -- ·O· Pierre Habouzit ··O [EMAIL PROTECTED] OOO http://www.madism.org
diff -u meld-1.1.3/debian/control meld-1.1.3/debian/control
--- meld-1.1.3/debian/control
+++ meld-1.1.3/debian/control
@@ -2,8 +2,9 @@
Section: gnome
Priority: optional
Maintainer: Ross Burton <[EMAIL PROTECTED]>
-Build-Depends-Indep: debhelper (>= 4.1.25), cdbs, python, intltool,
scrollkeeper
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 4.1.25), cdbs
+Build-Depends-Indep: python-dev, python-support (>= 0.4.0), intltool,
scrollkeeper
+Standards-Version: 3.7.2
Package: meld
Architecture: all
reverted:
--- meld-1.1.3/debian/postinst
+++ meld-1.1.3.orig/debian/postinst
@@ -1,11 +0,0 @@
-#! /bin/sh
-# postinst script for meld
-
-# Remove the old compiled Python code. It's now in /usr/lib.
-rm -f /usr/share/meld/*.py[co]
-
-# dh_installdeb will replace this with shell code automatically
-# generated by other debhelper scripts.
-#DEBHELPER#
-
-exit 0
diff -u meld-1.1.3/debian/changelog meld-1.1.3/debian/changelog
--- meld-1.1.3/debian/changelog
+++ meld-1.1.3/debian/changelog
@@ -1,3 +1,14 @@
+meld (1.1.3-1.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Update package to the new python policy (Closes: #380868):
+ + use dh_pysupport instead of dh_python.
+ + remove custom postinst.
+ * Bump Standards-Version to 3.7.2.
+ * Fix B-D versus B-D-I for cdbs, and debhelper.
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]> Thu, 10 Aug 2006 19:02:41 +0200
+
meld (1.1.3-1) unstable; urgency=low
* New upstream release (closes: #355022)
diff -u meld-1.1.3/debian/rules meld-1.1.3/debian/rules
--- meld-1.1.3/debian/rules
+++ meld-1.1.3/debian/rules
@@ -11,7 +11,7 @@
DEB_INSTALL_MANPAGES_meld := debian/meld.1
binary-install/meld::
- dh_python -p$(cdbs_curpkg)
+ dh_pysupport -p$(cdbs_curpkg)
dh_scrollkeeper -p$(cdbs_curpkg)
binary-post-install/meld::
signature.asc
Description: Digital signature

