[SCM] libmatewnck Debian package branch, master, updated. d65fed60fbfec1cfd13826776c48222b79f60623
Mike Gabriel
sunweaver at moszumanska.debian.org
Sat Jan 4 17:14:10 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/libmatewnck.git;a=commitdiff;h=d65fed6
The following commit has been merged in the master branch:
commit d65fed60fbfec1cfd13826776c48222b79f60623
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sat Jan 4 18:14:02 2014 +0100
Use dh-autoreconf to fix FTBFS on ppc64el. (Closes: #733841).
---
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 56d50aa..da7053f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libmatewnck (1.6.1-2) UNRELEASED; urgency=low
+
+ * Use dh-autoreconf to fix FTBFS on ppc64el. (Closes: #733841).
+
+ -- Mike Gabriel <sunweaver at debian.org> Sat, 04 Jan 2014 18:12:19 +0100
+
libmatewnck (1.6.1-1) unstable; urgency=low
* Initial release. (Closes: #726346).
diff --git a/debian/control b/debian/control
index ec31326..0ab7306 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends: debhelper (>= 9),
gobject-introspection,
mate-common (>= 1.2.1),
gir1.2-gtk-2.0,
+ dh-autoreconf
Build-Depends-Indep: libglib2.0-doc
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/libmatewnck.git;a=summary
diff --git a/debian/rules b/debian/rules
index f8036b2..363eaeb 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
--
libmatewnck Debian package
More information about the pkg-mate-commits
mailing list