Attached is the diff for the 0.5.0-1.4 NMU.
--
Franz Pletz \ eat Depends: cook | eat-out
www: http://franz-pletz.org/ \ But eat-out is non-free so that's out
email: [EMAIL PROTECTED] \ And cook Recommends: clean-pans
diff -u jabber.py-0.5.0/debian/changelog jabber.py-0.5.0/debian/changelog
--- jabber.py-0.5.0/debian/changelog
+++ jabber.py-0.5.0/debian/changelog
@@ -1,3 +1,13 @@
+jabber.py (0.5.0-1.4) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Added debian/compat.
+ * debian/rules:
+ - Ensure that public module jabber will be available. (Closes: #392053)
+ - Removed dh_python call.
+
+ -- Franz Pletz <[EMAIL PROTECTED]> Sat, 14 Oct 2006 22:48:10 +0200
+
jabber.py (0.5.0-1.3) unstable; urgency=low
* Non-maintainer upload.
diff -u jabber.py-0.5.0/debian/rules jabber.py-0.5.0/debian/rules
--- jabber.py-0.5.0/debian/rules
+++ jabber.py-0.5.0/debian/rules
@@ -5,9 +5,6 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-# This is the debhelper compatibility version to use.
-export DH_COMPAT=4
-
# python version for which a pkg will be build
PYVERS:=$(shell pyversions -r)
@@ -28,7 +25,7 @@
#/usr/bin/docbook-to-man debian/python-jabber.sgml > python-jabber.1
- touch build-stamp
+ touch build-stamp jabber/__init__.py
clean:
dh_testdir
@@ -38,7 +35,8 @@
find $(CURDIR) -name \*.pyc -exec rm -f {} \;
find $(CURDIR) -name \*.pyo -exec rm -f {} \;
- rm -f build-stamp
+ rm -f build-stamp jabber/__init__.py
+ rm -rf docs
dh_clean
@@ -78,7 +76,6 @@
dh_compress -i -X.py -X.xpm
dh_fixperms -i
dh_pysupport -i
- dh_python -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
diff -u jabber.py-0.5.0/debian/control jabber.py-0.5.0/debian/control
--- jabber.py-0.5.0/debian/control
+++ jabber.py-0.5.0/debian/control
@@ -3,8 +3,9 @@
Priority: optional
Maintainer: Cosimo Alfarano <[EMAIL PROTECTED]>
Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
-Build-Depends-Indep: python-support (>= 0.3), sharutils
+Build-Depends-Indep: python-support (>= 0.5.3), sharutils
Standards-Version: 3.7.2
+XS-Python-Version: all
Package: python-jabber
Architecture: all
only in patch2:
unchanged:
--- jabber.py-0.5.0.orig/debian/compat
+++ jabber.py-0.5.0/debian/compat
@@ -0,0 +1 @@
+5