[SCM] marco Debian package branch, master, updated. 3dd747ada0b8f8b83f20bc6052b0aa9dcf9c1b26
Mike Gabriel
sunweaver at moszumanska.debian.org
Tue Mar 11 19:42:21 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/marco.git;a=commitdiff;h=e4f1ccf
The following commit has been merged in the master branch:
commit e4f1ccfdcdd367a0d99d02e79ed9c82925a75f7e
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Mar 11 17:51:06 2014 +0100
debian/rules: Build package using autogen.sh.
---
debian/control | 1 -
debian/rules | 4 +++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 6ca0dee..55f33cc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: John Paul Adrian Glaubitz <glaubitz at physik.fu-berlin.de>,
Stefano Karapetsas <stefano at karapetsas.com>,
Mike Gabriel <sunweaver at debian.org>,
Build-Depends: debhelper (>= 9),
- dh-autoreconf,
mate-common,
intltool,
libgtk2.0-dev,
diff --git a/debian/rules b/debian/rules
index 6b7e648..666ba31 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,14 @@
#!/usr/bin/make -f
%:
- dh $@ --with autoreconf
+ dh $@
override_dh_install:
dh_install --list-missing
override_dh_auto_configure:
+ # upstream tarball is without configure. autogen.sh will create it
+ NOCONFIGURE=1 ./autogen.sh
dh_auto_configure -- \
--localstatedir=/var \
--libexecdir=/usr/lib/mate-window-manager \
--
marco Debian package
More information about the pkg-mate-commits
mailing list