[SCM] caja-dropbox Debian package branch, master, updated. 4f67cfdbcbf58e428237f62edab1d82c4194633b
Vangelis Mouhtsis
gnugr-guest at moszumanska.debian.org
Sun Sep 21 18:56:21 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-mate/caja-dropbox.git;a=commitdiff;h=e225ad8
The following commit has been merged in the master branch:
commit e225ad8742468414c3259a201f940fd57599a540
Author: Vangelis Mouhtsis <vangelis at gnugr.org>
Date: Sun Sep 21 10:40:58 2014 +0300
debian/rules:Build using autogen.sh.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7505784..92e1eb6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@ DHFLAGS=--parallel
dh $@ $(DHFLAGS)
override_dh_auto_configure:
- ./autogen.sh
+ # upstream tarball is without configure. autogen.sh will create it
+ NOCONFIGURE=1 ./autogen.sh
+ dh_auto_configure $(DHFLAGS) -- \
override_dh_makeshlibs:
# Don't generate a shlibs file for the plugin
--
caja-dropbox Debian package
More information about the pkg-mate-commits
mailing list