[SCM] libmateweather Debian package branch, master, updated. e1f2bf6b1256be32f4773ff5d18b112ed1b4f77d

Mike Gabriel sunweaver at moszumanska.debian.org
Thu Mar 6 10:37:13 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/libmateweather.git;a=commitdiff;h=dc71001

The following commit has been merged in the master branch:
commit dc71001e823c95425f162ad87e2ca084150e42b9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Jan 4 23:17:17 2014 +0100

    Use dh-autoreconf to fix FTBFS on ppc64el. (Closes: #733840).
---
 debian/changelog | 6 ++++++
 debian/control   | 1 +
 debian/rules     | 2 +-
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ceb7397..59d7f1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmateweather (1.6.2-2) UNRELEASED; urgency=low
+
+  * Use dh-autoreconf to fix FTBFS on ppc64el. (Closes: #733840).
+
+ -- Mike Gabriel <sunweaver at debian.org>  Sat, 04 Jan 2014 23:16:39 +0100
+
 libmateweather (1.6.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #726405).
diff --git a/debian/control b/debian/control
index e56912b..7e11d9a 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 9),
                python-all-dev (>= 2.6.6-3~),
                python-gobject-dev,
                python-gtk2-dev,
+               dh-autoreconf
 Standards-Version: 3.9.4
 Homepage: http://www.mate-desktop.org/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/libmateweather.git;a=summary
diff --git a/debian/rules b/debian/rules
index a0950c2..6d28f3e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
 override_dh_install:
 	dh_install --list-missing

-- 
libmateweather Debian package



More information about the pkg-mate-commits mailing list