[SCM] mate-desktop Debian package branch, master, updated. debian/1.6.1-3-18-gb8b8587

Mike Gabriel sunweaver at moszumanska.debian.org
Thu Mar 6 09:44:19 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/mate-desktop.git;a=commitdiff;h=265349a

The following commit has been merged in the master branch:
commit 265349abb534bd68a116328dca1a519868dc4955
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Mar 5 23:22:18 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 5d331f3..3f94029 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,
                intltool,
                libglib2.0-dev,
                libgtk2.0-dev,
diff --git a/debian/rules b/debian/rules
index 305b570..898cd26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_install:
 	rm -f debian/tmp/usr/lib/*/*.la 
@@ -9,6 +9,8 @@ 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 \
 		--disable-scrollkeeper \

-- 
mate-desktop Debian package



More information about the pkg-mate-commits mailing list