[SCM] mate-common Debian package branch, master, updated. 99dce1132ac1eeb849ae7db281c24c9a7101ea63
Mike Gabriel
sunweaver at moszumanska.debian.org
Wed Mar 5 22:10:15 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-common.git;a=commitdiff;h=c024ce9
The following commit has been merged in the master branch:
commit c024ce9d329627e619360397fd03ed03cc955080
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Wed Mar 5 23:04:03 2014 +0100
debian/rules: Build package using autogen.sh.
---
debian/changelog | 2 ++
debian/rules | 5 +++++
2 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index ac7f4fb..319b0c3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ mate-common (1.8.0-1) UNRELEASED; urgency=low
[ Mike Gabriel ]
* debian/watch:
+ Use tagged CGit tarball snapshots as upstream source.
+ * debian/rules:
+ + Build package using autogen.sh.
-- Stefano Karapetsas <stefano at karapetsas.com> Tue, 04 Mar 2014 22:51:53 +0100
diff --git a/debian/rules b/debian/rules
index 6749484..3aa6939 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,10 @@
%:
dh $@
+override_dh_auto_configure:
+ # upstream tarball is without configure. autogen.sh will create it
+ NOCONFIGURE=1 ./autogen.sh
+ dh_auto_configure
+
get-orig-source:
uscan --noconf --force-download --rename --download-current-version --destdir=..
--
mate-common Debian package
More information about the pkg-mate-commits
mailing list