[SCM] mate-file-manager Debian package branch, master, updated. 1da62a557c9ef9dca4a8746bbf8732d6f6538836

Mike Gabriel sunweaver at moszumanska.debian.org
Sat Apr 5 21:49:55 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-mate/caja.git;a=commitdiff;h=381870b

The following commit has been merged in the master branch:
commit 381870b8fa9ea1191932570dcdb5069143b8a0d6
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Sat Apr 5 22:08:43 2014 +0200

    ebian/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 279d22d..cda47b9 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,6 @@ Build-Depends: debhelper (>= 9),
                gir1.2-gtk-2.0, 
                gir1.2-pango-1.0,
                libgirepository1.0-dev,
-               dh-autoreconf,
                quilt,
 Standards-Version: 3.9.5
 Homepage: http://www.mate-desktop.org/
diff --git a/debian/rules b/debian/rules
index 606c69d..a90d9ea 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ DTYPE =
 VER  ?= $(subst $(DTYPE),,$(UVER))
 
 %:
-	dh $@ --with autoreconf
+	dh $@
 
 override_dh_install:
 	rm -fv debian/tmp/usr/lib/*/*.la
@@ -17,6 +17,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 -- \
 		--libexecdir=/usr/lib/caja \
 		--includedir=/usr/include/$(dpkg-architecture -qDEB_BUILD_MULTIARCH) \

-- 
mate-file-manager Debian package



More information about the pkg-mate-commits mailing list