[redeclipse] 193/494: cleanup rules, fix get-orig-source
Martin Werner
arand-guest at moszumanska.debian.org
Sun Jun 21 20:52:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
arand-guest pushed a commit to branch debdir
in repository redeclipse.
commit 3faee227f7581ef66bd2fd727b2dceebff786d00
Author: Arand Nash <ienorand at gmail.com>
Date: Sun May 15 16:21:21 2011 +0100
cleanup rules, fix get-orig-source
---
rules | 26 ++++++++++----------------
1 file changed, 10 insertions(+), 16 deletions(-)
diff --git a/rules b/rules
index 8aecb19..e35ccd7 100755
--- a/rules
+++ b/rules
@@ -1,13 +1,6 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
+export DH_OPTIONS
%:
dh $@ --sourcedirectory=src
@@ -36,13 +29,14 @@ get-orig-source:
rm -rf $(DIR)
svn -q export -r $(REV) $(URL) $(DIR)
( \
- cd $(DIR)
- rm -rf src/include/
- rm -rf src/xcode/
- rm -rf src/lib/
- rm -rf src/site/
- rm -rf bin/
- rm -f data/fonts/akashi.ttf
+ cd $(DIR) ;\
+ rm -rf src/include/ ;\
+ rm -rf src/xcode/ ;\
+ rm -rf src/lib/ ;\
+ rm -rf src/site/ ;\
+ rm -rf bin/ ;\
+ rm -f data/fonts/akashi.ttf ;\
+ )
GZIP=--best tar -cz --owner root --group root --mode a+rX \
- -f $(TARBALL) $(DIR)
+ -f $(TARBALL) $(DIR) ;\
rm -rf $(DIR)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/redeclipse.git
More information about the Pkg-games-commits
mailing list