[SCM] mate-polkit Debian package branch, master, updated. debian/1.6.0-1-4-gfc22d84
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Mar 11 19:46:16 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-polkit.git;a=commitdiff;h=68d6f40
The following commit has been merged in the master branch:
commit 68d6f407db618ea04af93157d7baf5a9ce06181b
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Jan 5 00:01:43 2014 +0100
Use dh-autoreconf to fix FTBFS on architectures that are not yet supported by autotools files shipped by upstream.
---
debian/changelog | 2 ++
debian/control | 1 +
debian/rules | 3 ++-
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index d2707fe..0f4b23d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ mate-polkit (1.6.1-1) UNRELEASED; urgency=low
(Closes: #733512).
- Don't use autogen.sh for this version, upstream
tarball ships configure script.
+ - Use dh-autoreconf to fix FTBFS on architectures that are not
+ yet supported by autotools files shipped by upstream.
-- Mike Gabriel <sunweaver at debian.org> Sat, 04 Jan 2014 23:44:04 +0100
diff --git a/debian/control b/debian/control
index 73a4df6..b10bbc3 100644
--- a/debian/control
+++ b/debian/control
@@ -17,6 +17,7 @@ Build-Depends: debhelper (>= 9),
libgirepository1.0-dev,
gobject-introspection,
mate-common,
+ dh-autoreconf,
Standards-Version: 3.9.5
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-polkit.git;a=summary
diff --git a/debian/rules b/debian/rules
index f50a122..0bc4a06 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,8 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/rules/utils.mk
DEB_DH_INSTALL_ARGS += --list-missing
--
mate-polkit Debian package
More information about the pkg-mate-commits
mailing list