[Pkg-utopia-commits] r1927 - in /packages/unstable/dbus-python/debian: changelog control rules

smcv-guest at users.alioth.debian.org smcv-guest at users.alioth.debian.org
Mon Dec 10 21:09:22 UTC 2007


Author: smcv-guest
Date: Mon Dec 10 21:09:22 2007
New Revision: 1927

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=1927
Log:
* Move -dbg package to section python as per lintian warning
* Don't compress epydoc Javascript in -doc package
* Remove empty directory /usr/share/python-support/python-dbus-dbg from
  python-dbus-dbg to keep lintian happy
* Note in changelog that a non-uploaded release candidate's debian/changelog
  entry was folded into the following entry (the change was actually made in
  the previous commit)

Modified:
    packages/unstable/dbus-python/debian/changelog
    packages/unstable/dbus-python/debian/control
    packages/unstable/dbus-python/debian/rules

Modified: packages/unstable/dbus-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/changelog?rev=1927&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/changelog (original)
+++ packages/unstable/dbus-python/debian/changelog Mon Dec 10 21:09:22 2007
@@ -3,10 +3,16 @@
   * New upstream version
     - copyright file updated for yet more permissive licensing (all code is
       now MIT, goodbye AFL and GPL)
+  * Add XS-Dm-Upload-Allowed: yes so I can upload it in future
   * Standards-Version: 3.7.3.0 (no changes)
-  * Add XS-Dm-Upload-Allowed: yes so I can upload it in future
-
- -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Mon, 10 Dec 2007 15:21:16 +0000
+  * Move -dbg package to section python as per lintian warning
+  * Don't compress epydoc Javascript in -doc package
+  * Remove empty directory /usr/share/python-support/python-dbus-dbg from
+    python-dbus-dbg to keep lintian happy
+  * Fold a non-uploaded release candidate's debian/changelog entry into the
+    following entry
+
+ -- Simon McVittie <smcv at ianadd.pseudorandom.co.uk>  Mon, 10 Dec 2007 18:10:09 +0000
 
 dbus-python (0.82.3-1) unstable; urgency=low
 

Modified: packages/unstable/dbus-python/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/control?rev=1927&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/control (original)
+++ packages/unstable/dbus-python/debian/control Mon Dec 10 21:09:22 2007
@@ -44,6 +44,7 @@
  See the dbus description for more information about D-Bus in general.
 
 Package: python-dbus-dbg
+Section: python
 Priority: extra
 Architecture: any
 Depends: python-dbus (= ${binary:Version}), python-dbg, python-xml-dbg, ${shlibs:Depends}, ${misc:Depends}

Modified: packages/unstable/dbus-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python/debian/rules?rev=1927&op=diff
==============================================================================
--- packages/unstable/dbus-python/debian/rules (original)
+++ packages/unstable/dbus-python/debian/rules Mon Dec 10 21:09:22 2007
@@ -99,7 +99,7 @@
 	dh_installchangelogs ChangeLog -i
 	dh_installdocs -i
 	dh_installexamples -i
-	dh_compress -i
+	dh_compress -i -X.js
 	dh_fixperms -i
 	dh_installdeb -i
 	dh_shlibdeps -i
@@ -121,6 +121,8 @@
 	dh_compress -s -X.py -X.js
 	dh_fixperms -s
 	dh_pysupport -s
+	rmdir debian/python-dbus-dbg/usr/share/python-support/python-dbus-dbg
+	rmdir debian/python-dbus-dbg/usr/share/python-support
 	dh_installdeb -s
 	dh_shlibdeps -s
 	dh_gencontrol -s




More information about the Pkg-utopia-commits mailing list