[caja-actions] 08/22: debian/rules: Add configure option "--disable-silent-rules".
Mike Gabriel
sunweaver at debian.org
Fri Feb 20 05:34:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository caja-actions.
commit f5644310950953a69e3241e5982186a5f28147d9
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Fri Feb 20 05:59:58 2015 +0100
debian/rules: Add configure option "--disable-silent-rules".
---
debian/rules | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 5cbd7f9..ec0fa7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,10 +22,11 @@ override_dh_install:
override_dh_auto_configure:
NOCONFIGURE=1 ./autogen.sh
dh_auto_configure $(DHFLAGS) -- \
- --with-gtk=2 \
- --disable-scrollkeeper \
- --disable-static \
- --enable-html-manuals
+ --with-gtk=2 \
+ --disable-scrollkeeper \
+ --disable-static \
+ --disable-silent-rules \
+ --enable-html-manuals
get-orig-source: $(PKG)_$(VER)$(DTYPE).orig.tar.xz $(info I: $(PKG)_$(VER)$(DTYPE))
@
@@ -41,7 +42,8 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
@echo "# Cleaning-up..."
cd $(PKG)-$(VER) \
&& $(RM) -r -v \
- docs/ \
+ docs/cact/ \
+ COPYING-DOCS \
$(NULL)
$(RM) -v $(PKG)_$(VER).orig.tar.*
@echo "# Packing..."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja-actions.git
More information about the pkg-mate-commits
mailing list