[SCM] libmateweather Debian package branch, master, updated. debian/1.6.2-2-10-g5306f23
Mike Gabriel
sunweaver at moszumanska.debian.org
Thu Mar 6 12:01:59 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/libmateweather.git;a=commitdiff;h=bc9a60e
The following commit has been merged in the master branch:
commit bc9a60ea0017d601166d0162189f49920f1021d9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu Mar 6 11:45:33 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 3c5442c..0cf1ea4 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends: debhelper (>= 9),
python-all-dev (>= 2.6.6-3~),
python-gobject-dev,
python-gtk2-dev,
- dh-autoreconf
Standards-Version: 3.9.5
Homepage: http://www.mate-desktop.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-mate/libmateweather.git;a=summary
diff --git a/debian/rules b/debian/rules
index 07459d5..2c9fa95 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 -- \
--disable-static \
--enable-locations-compression \
--
libmateweather Debian package
More information about the pkg-mate-commits
mailing list