r27870 - in /desktop/unstable/gobject-introspection/debian: changelog compat control control.in rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Fri May 6 19:48:52 UTC 2011


Author: bigon
Date: Fri May  6 19:48:44 2011
New Revision: 27870

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=27870
Log:
* New upstream release.
* Use dh_python2 instead of pysupport
* debian/control:
  - Bump cdbs and python-dev build-dependencies
  - Drop python-support build-dependency
  - Bump Standards-Version to 3.9.2 (no further changes)
* debian/rules:
  - Call dh_python2 instead of dh_pysupport

Modified:
    desktop/unstable/gobject-introspection/debian/changelog
    desktop/unstable/gobject-introspection/debian/compat
    desktop/unstable/gobject-introspection/debian/control
    desktop/unstable/gobject-introspection/debian/control.in
    desktop/unstable/gobject-introspection/debian/rules

Modified: desktop/unstable/gobject-introspection/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/changelog?rev=27870&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/changelog [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/changelog [utf-8] Fri May  6 19:48:44 2011
@@ -1,3 +1,16 @@
+gobject-introspection (0.10.8-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * Use dh_python2 instead of pysupport
+  * debian/control:
+    - Bump cdbs and python-dev build-dependencies
+    - Drop python-support build-dependency
+    - Bump Standards-Version to 3.9.2 (no further changes)
+  * debian/rules:
+    - Call dh_python2 instead of dh_pysupport
+
+ -- Laurent Bigonville <bigon at debian.org>  Fri, 06 May 2011 21:45:39 +0200
+
 gobject-introspection (0.10.7-1) unstable; urgency=low
 
   * policy.txt: change the policy about dependencies between the 

Modified: desktop/unstable/gobject-introspection/debian/compat
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/compat?rev=27870&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/compat [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/compat [utf-8] Fri May  6 19:48:44 2011
@@ -1,1 +1,1 @@
-5
+8

Modified: desktop/unstable/gobject-introspection/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control?rev=27870&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control [utf-8] Fri May  6 19:48:44 2011
@@ -7,12 +7,11 @@
 Section: devel
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>
-Build-Depends: debhelper (>= 5),
-               cdbs,
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>
+Build-Depends: debhelper (>= 8),
+               cdbs (>= 0.4.90~),
                gnome-pkg-tools (>= 0.10),
-               python-dev (>= 2.5),
-               python-support,
+               python-dev (>= 2.6.6-3~),
                pkg-config,
                flex,
                bison,
@@ -21,8 +20,8 @@
                libffi-dev,
                libtool,
                gtk-doc-tools (>= 1.12)
-Standards-Version: 3.9.1
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
 Homepage: http://live.gnome.org/GObjectIntrospection
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gobject-introspection
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gobject-introspection/
@@ -101,7 +100,6 @@
          ${misc:Depends},
          ${python:Depends},
          libgirepository-1.0-1 (= ${binary:Version})
-Provides: ${python:Provides}
 Description: Generate interface introspection data for GObject libraries
  GObject Introspection is a project for providing machine readable
  introspection data of the API of C libraries. This introspection

Modified: desktop/unstable/gobject-introspection/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/control.in?rev=27870&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/control.in [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/control.in [utf-8] Fri May  6 19:48:44 2011
@@ -3,11 +3,10 @@
 Priority: optional
 Maintainer: Sebastian Dröge <slomo at debian.org>
 Uploaders: @GNOME_TEAM@
-Build-Depends: debhelper (>= 5),
-               cdbs,
+Build-Depends: debhelper (>= 8),
+               cdbs (>= 0.4.90~),
                gnome-pkg-tools (>= 0.10),
-               python-dev (>= 2.5),
-               python-support,
+               python-dev (>= 2.6.6-3~),
                pkg-config,
                flex,
                bison,
@@ -16,8 +15,8 @@
                libffi-dev,
                libtool,
                gtk-doc-tools (>= 1.12)
-Standards-Version: 3.9.1
-XS-Python-Version: >= 2.5
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.5
 Homepage: http://live.gnome.org/GObjectIntrospection
 Vcs-Svn: svn://svn.debian.org/svn/pkg-gnome/packages/unstable/gobject-introspection
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-gnome/packages/unstable/gobject-introspection/
@@ -96,7 +95,6 @@
          ${misc:Depends},
          ${python:Depends},
          libgirepository-1.0-1 (= ${binary:Version})
-Provides: ${python:Provides}
 Description: Generate interface introspection data for GObject libraries
  GObject Introspection is a project for providing machine readable
  introspection data of the API of C libraries. This introspection

Modified: desktop/unstable/gobject-introspection/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gobject-introspection/debian/rules?rev=27870&op=diff
==============================================================================
--- desktop/unstable/gobject-introspection/debian/rules [utf-8] (original)
+++ desktop/unstable/gobject-introspection/debian/rules [utf-8] Fri May  6 19:48:44 2011
@@ -9,7 +9,6 @@
 common-binary-post-install-arch:: list-missing
 list-missing: remove-unwanted-files
 remove-unwanted-files:
-	rm -f debian/tmp/usr/lib/gobject-introspection/giscanner/*.py[co]
 	rm -f debian/tmp/usr/lib/*.la
 
 DEB_MAKE_ENVVARS += HOME=$(CURDIR)
@@ -19,7 +18,7 @@
 DEB_DH_MAKESHLIBS_ARGS_ALL += -V -- -c4
 
 binary-install/gobject-introspection::
-	dh_pysupport -p$(cdbs_curpkg)
+	dh_python2 -p$(cdbs_curpkg)
 
 build/gobject-introspection:: debian/dh_girepository.1
 debian/dh_girepository.1:: debian/dh_girepository
@@ -31,3 +30,4 @@
 clean::
 	rm -rf $(CURDIR)/.cache
 	rm -f debian/dh_girepository.1
+	find . -name '*.pyc' -delete




More information about the pkg-gnome-commits mailing list