[debian-edu-commits] debian-edu/pkg-team/ 18/25: debian/rules: remove files verbosely in get-orig-source
Mike Gabriel
sunweaver at debian.org
Tue Aug 12 16:44:40 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository gosa.
commit b8441bb77d7cc16f1bf1f4527502602162cc19d3
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Tue Aug 12 16:46:54 2014 +0200
debian/rules: remove files verbosely in get-orig-source
---
debian/rules | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index be03db2..d0b84f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -69,13 +69,13 @@ get-orig-source: $(patsubst %,$(PKG)-%_$(VER)$(DTYPE).orig.tar.gz,$(PLUGINS))
rm -rfv redhat/ \
rm -rfv include/smarty \
rm -fv include/smartyAddons/block.t.php \
- rm -f html/include/prototype.js \
- rm -f html/include/scriptaculous.js \
- rm -f html/include/slider.js \
- rm -f html/include/sound.js \
- rm -f html/include/unittest.js \
- rm -f html/themes/default/fonts/*.ttf \
- rm -f include/pChart/*.ttf \
+ rm -fv html/include/prototype.js \
+ rm -fv html/include/scriptaculous.js \
+ rm -fv html/include/slider.js \
+ rm -fv html/include/sound.js \
+ rm -fv html/include/unittest.js \
+ rm -fv html/themes/default/fonts/*.ttf \
+ rm -fv include/pChart/*.ttf \
$(NULL)
rm ../$(PKG)_$(VER)$(DTYPE).orig-gosa-core.tar.gz
cd $(PKD)/../ && tar czf ../$(PKG)_$(VER)$(DTYPE).orig-gosa-core.tar.gz gosa-core-$(VER) && rm -rf gosa-core-$(VER)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/gosa.git
More information about the debian-edu-commits
mailing list