[Pkg-octave-commit] [SCM] qtoctave branch, master, updated. 822be51be4ba9de3b813ce30561648d6c80d436a
Thomas Weber
thomas.weber.mail at gmail.com
Sun Oct 4 13:02:07 UTC 2009
The following commit has been merged in the master branch:
commit 8b84496797dcffd6b4a95eb4999591caeefe9eeb
Author: Thomas Weber <thomas.weber.mail at gmail.com>
Date: Sat Oct 3 16:30:51 2009 +0200
Don't move files out of the qtoctave directory when building the dfsg tarball
diff --git a/debian/rules b/debian/rules
index 7120d41..d73b712 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,8 +25,6 @@ get-orig-source:
wget $(URL) -O $(TARBALL)
tar xfz $(TARBALL)
( cd $(PACKVER) ; \
- rm -rf simple_rcs qtoctave/src/octave_doc ; \
- mv qtoctave/* . ; \
- rm -rf qtoctave )
+ rm -rf simple_rcs qtoctave/src/octave_doc )
tar cfz $(PACKAGE)_$(VERSION)+dfsg.orig.tar.gz $(PACKVER)
rm -rf $(PACKVER) $(TARBALL)
--
qtoctave
More information about the Pkg-octave-commit
mailing list