r42410 - in /desktop/unstable/caribou/debian: changelog control control.in rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 2 19:23:15 UTC 2014


Author: biebl
Date: Tue Sep  2 19:23:15 2014
New Revision: 42410

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42410
Log:
Use dh-autoreconf during build to support new architectures like ppc64el.
Closes: #733555

Modified:
    desktop/unstable/caribou/debian/changelog
    desktop/unstable/caribou/debian/control
    desktop/unstable/caribou/debian/control.in
    desktop/unstable/caribou/debian/rules

Modified: desktop/unstable/caribou/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/caribou/debian/changelog?rev=42410&op=diff
==============================================================================
--- desktop/unstable/caribou/debian/changelog	[utf-8] (original)
+++ desktop/unstable/caribou/debian/changelog	[utf-8] Tue Sep  2 19:23:15 2014
@@ -1,3 +1,10 @@
+caribou (0.4.13-2) UNRELEASED; urgency=medium
+
+  * Use dh-autoreconf during build to support new architectures like ppc64el.
+    Closes: #733555
+
+ -- Michael Biebl <biebl at debian.org>  Tue, 02 Sep 2014 21:21:33 +0200
+
 caribou (0.4.13-1) unstable; urgency=medium
 
   * Team upload.

Modified: desktop/unstable/caribou/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/caribou/debian/control?rev=42410&op=diff
==============================================================================
--- desktop/unstable/caribou/debian/control	[utf-8] (original)
+++ desktop/unstable/caribou/debian/control	[utf-8] Tue Sep  2 19:23:15 2014
@@ -7,11 +7,11 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Rico Tzschichholz <ricotz at ubuntu.com>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Josselin Mouette <joss at debian.org>, Laurent Bigonville <bigon at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>, Rico Tzschichholz <ricotz at ubuntu.com>
 Build-Depends: debhelper (>= 8.1.3~),
                cdbs (>= 0.4.93~),
                gnome-pkg-tools,
-               autotools-dev,
+               dh-autoreconf,
                intltool (>= 0.35.0),
                python (>= 2.6.6-3~),
                python-gi-dev (>= 2.90.3),
@@ -30,7 +30,7 @@
                libxml2-dev,
                libxtst-dev
 X-Python-Version: >= 2.4
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/caribou
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/caribou/
 

Modified: desktop/unstable/caribou/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/caribou/debian/control.in?rev=42410&op=diff
==============================================================================
--- desktop/unstable/caribou/debian/control.in	[utf-8] (original)
+++ desktop/unstable/caribou/debian/control.in	[utf-8] Tue Sep  2 19:23:15 2014
@@ -6,7 +6,7 @@
 Build-Depends: debhelper (>= 8.1.3~),
                cdbs (>= 0.4.93~),
                gnome-pkg-tools,
-               autotools-dev,
+               dh-autoreconf,
                intltool (>= 0.35.0),
                python (>= 2.6.6-3~),
                python-gi-dev (>= 2.90.3),

Modified: desktop/unstable/caribou/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/caribou/debian/rules?rev=42410&op=diff
==============================================================================
--- desktop/unstable/caribou/debian/rules	[utf-8] (original)
+++ desktop/unstable/caribou/debian/rules	[utf-8] Tue Sep  2 19:23:15 2014
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 include /usr/share/cdbs/1/class/gnome.mk
 include /usr/share/cdbs/1/class/python-module.mk
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk




More information about the pkg-gnome-commits mailing list