[Pkg-utopia-commits] r3784 - in /packages/experimental/dbus-python/debian: changelog compat control python-dbus-dbg.lintian-overrides rules source/ source/format

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Thu Dec 2 18:11:47 UTC 2010


Author: smcv
Date: Thu Dec  2 18:11:46 2010
New Revision: 3784

URL: http://svn.debian.org/wsvn/pkg-utopia/?sc=1&rev=3784
Log:
* New upstream release
  - explicitly depend on libdbus-1-dev, and use the recommended
    version (from experimental)
* Standards-Version: 3.9.1
  - add Homepage, Vcs-Svn, Vcs-Browser
  - move versioned Conflicts on gnome-osd, gajim to Breaks
  - put python-dbus-dbg in the debug section
* Update source format to 3.0 (quilt)
  - drop cdbs dependency, we were only using it for the simple-patch-system
* Require debhelper 8
  - use dh_prep instead of dh_clean -k
* Remove now-unused lintian override for package-contains-empty-directory

Added:
    packages/experimental/dbus-python/debian/source/
    packages/experimental/dbus-python/debian/source/format
Removed:
    packages/experimental/dbus-python/debian/python-dbus-dbg.lintian-overrides
Modified:
    packages/experimental/dbus-python/debian/changelog
    packages/experimental/dbus-python/debian/compat
    packages/experimental/dbus-python/debian/control
    packages/experimental/dbus-python/debian/rules

Modified: packages/experimental/dbus-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus-python/debian/changelog?rev=3784&op=diff
==============================================================================
--- packages/experimental/dbus-python/debian/changelog (original)
+++ packages/experimental/dbus-python/debian/changelog Thu Dec  2 18:11:46 2010
@@ -1,3 +1,20 @@
+dbus-python (0.83.2-1) experimental; urgency=low
+
+  * New upstream release
+    - explicitly depend on libdbus-1-dev, and use the recommended
+      version (from experimental)
+  * Standards-Version: 3.9.1
+    - add Homepage, Vcs-Svn, Vcs-Browser
+    - move versioned Conflicts on gnome-osd, gajim to Breaks
+    - put python-dbus-dbg in the debug section
+  * Update source format to 3.0 (quilt)
+    - drop cdbs dependency, we were only using it for the simple-patch-system
+  * Require debhelper 8
+    - use dh_prep instead of dh_clean -k
+  * Remove now-unused lintian override for package-contains-empty-directory
+
+ -- Simon McVittie <smcv at debian.org>  Thu, 02 Dec 2010 18:11:33 +0000
+
 dbus-python (0.83.1-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/experimental/dbus-python/debian/compat
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus-python/debian/compat?rev=3784&op=diff
==============================================================================
--- packages/experimental/dbus-python/debian/compat (original)
+++ packages/experimental/dbus-python/debian/compat Thu Dec  2 18:11:46 2010
@@ -1,1 +1,1 @@
-5
+8

Modified: packages/experimental/dbus-python/debian/control
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus-python/debian/control?rev=3784&op=diff
==============================================================================
--- packages/experimental/dbus-python/debian/control (original)
+++ packages/experimental/dbus-python/debian/control Thu Dec  2 18:11:46 2010
@@ -6,19 +6,22 @@
            Sebastian Dröge <slomo at debian.org>,
            Simon McVittie <smcv at debian.org>,
            Loic Minier <lool at dooz.org>
-Build-Depends: cdbs (>= 0.4.43),
-               debhelper (>= 5.0.37.2),
+Build-Depends: debhelper (>= 8),
                xmlto,
                python-all-dev (>= 2.3.5-11),
                python-all-dbg,
                python-support (>= 0.3),
+               libdbus-1-dev (>= 1.4),
                libdbus-glib-1-dev (>= 0.71),
                autotools-dev
 Build-Depends-Indep: python-docutils,
                      python-epydoc (>= 3.0~beta1)
-Standards-Version: 3.7.3.0
+Standards-Version: 3.9.1
 XS-Python-Version: >= 2.4
 XS-Dm-Upload-Allowed: yes
+Homepage: http://www.freedesktop.org/wiki/Software/DBusBindings#Python
+Vcs-Svn: svn://svn.debian.org/svn/pkg-utopia/packages/unstable/dbus-python
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-utopia/packages/unstable/dbus-python
 
 Package: python-dbus
 Section: python
@@ -29,9 +32,9 @@
 Recommends: python-gobject | python-gtk (<< 2.10)
 Suggests: python-dbus-doc, python-dbus-dbg
 Replaces: python2.4-dbus
-Conflicts: python2.4-dbus,
-           gnome-osd (<< 0.12.0),
-           gajim (<< 0.11.1)
+Conflicts: python2.4-dbus
+Breaks: gnome-osd (<< 0.12.0),
+        gajim (<< 0.11.1)
 Provides: ${python:Provides}
 XB-Python-Version: ${python:Versions}
 Description: simple interprocess messaging system (Python interface)
@@ -44,7 +47,7 @@
  See the dbus description for more information about D-Bus in general.
 
 Package: python-dbus-dbg
-Section: python
+Section: debug
 Priority: extra
 Architecture: any
 Depends: python-dbus (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}

Modified: packages/experimental/dbus-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus-python/debian/rules?rev=3784&op=diff
==============================================================================
--- packages/experimental/dbus-python/debian/rules (original)
+++ packages/experimental/dbus-python/debian/rules Thu Dec  2 18:11:46 2010
@@ -4,8 +4,6 @@
 # Copyright © 2006 Sjoerd Simons <sjoerd at debian.org>
 
 DEB_PYTHON_SYSTEM := pysupport
-
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
 # These are used for cross-compiling and for saving the configure script
 # from having to guess our platform (since we know it already)
@@ -52,13 +50,13 @@
 	PYTHON=/usr/bin/python$* $(MAKE) -C build-$*
 	touch $@
 
-build: apply-patches $(PYVERS:%=build-%/build-stamp) $(PYVERS:%=build-%-dbg/build-stamp)
+build: $(PYVERS:%=build-%/build-stamp) $(PYVERS:%=build-%-dbg/build-stamp)
 	ln -s build-$(PYDEFAULTVER) build-default
 
 install-clean:
 	dh_testdir
 	dh_testroot
-	dh_clean -k
+	dh_prep
 
 install-%: build-%/build-stamp
 	dh_testdir
@@ -93,7 +91,7 @@
 		mv $$i $$(dirname $$i)/$${b}_d.so; \
 	done
 
-clean:: reverse-patches
+clean::
 	dh_testdir
 	dh_testroot
 	rm -Rf debian/tmp-*
@@ -130,9 +128,6 @@
 	dh_installdocs -s
 	dh_installchangelogs ChangeLog -s
 	dh_installexamples -s
-	install -d debian/python-dbus-dbg/usr/share/lintian/overrides
-	install -m644 debian/python-dbus-dbg.lintian-overrides \
-	debian/python-dbus-dbg/usr/share/lintian/overrides/python-dbus-dbg
 	rm -rf debian/python-dbus-dbg/usr/share/doc/python-dbus-dbg
 	dh_strip -ppython-dbus --dbg-package=python-dbus-dbg
 	dh_link -s

Added: packages/experimental/dbus-python/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-utopia/packages/experimental/dbus-python/debian/source/format?rev=3784&op=file
==============================================================================
--- packages/experimental/dbus-python/debian/source/format (added)
+++ packages/experimental/dbus-python/debian/source/format Thu Dec  2 18:11:46 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)




More information about the Pkg-utopia-commits mailing list