[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. debian/2.8.6.3+dfsg-2-12-g97ceb7c
Jo Shields
directhex at apebox.org
Sat May 26 00:18:49 UTC 2012
The following commit has been merged in the master branch:
commit 4850e5b41a36d53eace5c7995a47c3feca98df32
Author: Jo Shields <directhex at apebox.org>
Date: Sat May 26 01:12:42 2012 +0100
Delete more things in get-orig-source, since upstream has accidentally left more things in the source.
diff --git a/debian/rules b/debian/rules
index 37620d8..ca811f5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -67,6 +67,10 @@ get-orig-source:
rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll"
find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll" -delete
+ find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.exe"
+ find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.exe" -delete
+ find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.mdb"
+ find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.mdb" -delete
tar --mtime=@1252623600 -cf ./$(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar $(DEB_SOURCE_NAME)-$(VERSION)
gzip -9fn ./$(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar
rm -r $(DEB_SOURCE_NAME)-$(VERSION)
--
monodevelop
More information about the Pkg-cli-apps-commits
mailing list