[modello] 05/32: Corrected get-orig-source rule

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:49:20 UTC 2015


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch modello-1.1
in repository modello.

commit 6c5b37e45143a109d3b189dcbebf07eae4411881
Author: Paul Cager <paul-debian at home.paulcager.org>
Date:   Wed May 23 23:37:30 2007 +0000

    Corrected get-orig-source rule
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 9c48ebe..39836cc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,7 @@ get-orig-source:
 	mkdir orig_tmp
 	cd orig_tmp && \
 		svn export -q $(SVN) $(PACKAGE) && \
-		rm -rf modello-maven-plugin modello-plugins modello-plugins-sandbox modello-test modello-site && \
+		cd modello; rm -rf modello-maven-plugin modello-plugins modello-plugins-sandbox modello-test modello-site; cd .. && \
 		tar czf ../../$(PACKAGE)_$(VERSION).orig.tar.gz $(PACKAGE)
 	rm -rf orig_tmp
 	

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/modello.git



More information about the pkg-java-commits mailing list