[SCM] libmatekbd Debian package branch, master, updated. cf3b45b28c5fc25b6411f0f4d184d7b9ddb3b5b6
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Mar 6 10:25:06 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/libmatekbd.git;a=commitdiff;h=57f4670
The following commit has been merged in the master branch:
commit 57f467098fbbfaa64d3819b105a2d311970d288b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Jan 4 23:26:02 2014 +0100
Use dh-autoreconf to fix FTBFS on ppc64el. (Closes: #733839).
---
debian/changelog | 2 +-
debian/control | 1 +
debian/rules | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 43b5635..f30113b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
libmatekbd (1.7.1.is.1.6.1-2) UNRELEASED; urgency=low
- * Continue development...
+ * Use dh-autoreconf to fix FTBFS on ppc64el. (Closes: #733839).
-- Mike Gabriel <sunweaver at debian.org> Tue, 15 Oct 2013 11:35:10 +0200
diff --git a/debian/control b/debian/control
index 9656202..d2fbe84 100644
--- a/debian/control
+++ b/debian/control
@@ -13,6 +13,7 @@ Build-Depends:
libxklavier-dev,
intltool,
mate-common,
+ dh-autoreconf
Standards-Version: 3.9.4
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/libmatekbd.git;a=summary
diff --git a/debian/rules b/debian/rules
index 1fd07d7..2c367a4 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
--
libmatekbd Debian package
More information about the pkg-mate-commits
mailing list