Hi,
Attached is the diff for my python-orbit 0.3.1-12.3 NMU.
My previous NMU would FTBFS because dh_pycentral would not be found.
Sorry for the mistake.
Cheers,
--
Raphaël Hertzog
Premier livre français sur Debian GNU/Linux :
http://www.ouaza.com/livre/admin-debian/
diff -u python-orbit-0.3.1/debian/changelog python-orbit-0.3.1/debian/changelog
--- python-orbit-0.3.1/debian/changelog
+++ python-orbit-0.3.1/debian/changelog
@@ -1,9 +1,17 @@
+python-orbit (0.3.1-12.3) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Remove call to dh_pycentral as there's no .py files to byte-compile.
+ * Fix error in previous changelog entry.
+
+ -- Raphael Hertzog <[EMAIL PROTECTED]> Sat, 17 Jun 2006 14:27:25 +0200
+
python-orbit (0.3.1-12.2) unstable; urgency=low
* Non-maintainer upload.
* Update for the new python policy. Closes: #373331
- Drop python2.3/2.4-orbit.
- - Put everything into python-support.
+ - Put everything into python-orbit.
-- Raphael Hertzog <[EMAIL PROTECTED]> Sat, 17 Jun 2006 12:19:34 +0200
diff -u python-orbit-0.3.1/debian/rules python-orbit-0.3.1/debian/rules
--- python-orbit-0.3.1/debian/rules
+++ python-orbit-0.3.1/debian/rules
@@ -135,7 +135,6 @@
# dh_makeshlibs -a
dh_installdeb -a
# dh_perl -a
- dh_pycentral -a
dh_python -a
dh_shlibdeps -a
dh_gencontrol -a
diff -u python-orbit-0.3.1/orbit-python-config.1
python-orbit-0.3.1/orbit-python-config.1
--- python-orbit-0.3.1/orbit-python-config.1
+++ python-orbit-0.3.1/orbit-python-config.1
@@ -55 +55 @@
-.\" created by instant / docbook-to-man, Sat 17 Jun 2006, 13:43
+.\" created by instant / docbook-to-man, Sat 17 Jun 2006, 14:32