[SCM] mate-session-manager Debian package branch, master, updated. e3ff804062d1576d06f51a3c75810dce6e47af5d
Mike Gabriel
sunweaver at moszumanska.debian.org
Sun Feb 16 13:36:20 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-session-manager.git;a=commitdiff;h=e3ff804
The following commit has been merged in the master branch:
commit e3ff804062d1576d06f51a3c75810dce6e47af5d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Sun Feb 16 14:36:15 2014 +0100
debian/control+rules: build with autoreconf
---
debian/control | 3 ++-
debian/rules | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 0d7b37a..27cf92c 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,8 @@ Build-Depends: debhelper (>= 9),
xmlto,
xsltproc,
gobject-introspection,
- mate-common
+ mate-common,
+ dh-autoreconf,
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/mate-session-manager.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-mate/mate-session-manager.git
diff --git a/debian/rules b/debian/rules
index 719606b..f98ac23 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
--
mate-session-manager Debian package
More information about the pkg-mate-commits
mailing list