r44069 - in /attic/gnome-python/debian: changelog control control.in rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Wed Dec 17 09:27:09 UTC 2014


Author: pochu
Date: Wed Dec 17 09:27:08 2014
New Revision: 44069

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44069
Log:
* Non-maintainer upload.
* autoreconf on build to support new architectures (Closes: 558556)

Modified:
    attic/gnome-python/debian/changelog
    attic/gnome-python/debian/control
    attic/gnome-python/debian/control.in
    attic/gnome-python/debian/rules

Modified: attic/gnome-python/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/changelog?rev=44069&op=diff
==============================================================================
--- attic/gnome-python/debian/changelog	[utf-8] (original)
+++ attic/gnome-python/debian/changelog	[utf-8] Wed Dec 17 09:27:08 2014
@@ -1,3 +1,10 @@
+gnome-python (2.28.1+dfsg-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * autoreconf on build to support new architectures (Closes: 558556)
+
+ -- Wookey <wookey at debian.org>  Sat, 11 Oct 2014 10:58:35 +0000
+
 gnome-python (2.28.1+dfsg-1) unstable; urgency=low
 
   [ Josselin Mouette ]

Modified: attic/gnome-python/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/control?rev=44069&op=diff
==============================================================================
--- attic/gnome-python/debian/control	[utf-8] (original)
+++ attic/gnome-python/debian/control	[utf-8] Wed Dec 17 09:27:08 2014
@@ -2,13 +2,13 @@
 # 
 # Modifications should be made to debian/control.in instead.
 # This file is regenerated automatically in the clean target.
-
 Source: gnome-python
 Section: python
 Priority: optional
 Maintainer: Sebastien Bacher <seb128 at debian.org>
-Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>
+Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Martin Pitt <mpitt at debian.org>, Michael Biebl <biebl at debian.org>
 Build-Depends: debhelper (>= 8),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                python-all-dev (>= 2.6.6-3~),
                python-gobject-2-dev (>= 2.17.0),

Modified: attic/gnome-python/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/control.in?rev=44069&op=diff
==============================================================================
--- attic/gnome-python/debian/control.in	[utf-8] (original)
+++ attic/gnome-python/debian/control.in	[utf-8] Wed Dec 17 09:27:08 2014
@@ -4,6 +4,7 @@
 Maintainer: Sebastien Bacher <seb128 at debian.org>
 Uploaders: @GNOME_TEAM@
 Build-Depends: debhelper (>= 8),
+               dh-autoreconf,
                gnome-pkg-tools (>= 0.10),
                python-all-dev (>= 2.6.6-3~),
                python-gobject-2-dev (>= 2.17.0),

Modified: attic/gnome-python/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/attic/gnome-python/debian/rules?rev=44069&op=diff
==============================================================================
--- attic/gnome-python/debian/rules	[utf-8] (original)
+++ attic/gnome-python/debian/rules	[utf-8] Wed Dec 17 09:27:08 2014
@@ -20,6 +20,7 @@
 
 build-%/configure-stamp:
 	dh_testdir
+	dh_autoreconf
 	mkdir -p build-$*
 	cd build-$* && \
 		PYTHON=/usr/bin/python$* CFLAGS="$(CFLAGS)" \
@@ -53,6 +54,7 @@
 clean::
 	dh_testdir
 	dh_testroot
+	dh_autoreconf_clean
 	rm -rf build-* debian/tmp-*
 	dh_clean
 




More information about the pkg-gnome-commits mailing list