[Pkg-cli-apps-commits] [SCM] monodevelop-database branch, master, updated. debian/2.4+dfsg-2

Jo Shields directhex at apebox.org
Wed Sep 15 11:10:30 UTC 2010


The following commit has been merged in the master branch:
commit dcd55deff885eced3d6a5a0cf59016510bf2d0cd
Author: Jo Shields <directhex at apebox.org>
Date:   Wed Jun 16 23:11:35 2010 +0100

    no more ../tarballs

diff --git a/debian/changelog b/debian/changelog
index aa5498a..3bb6fa6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 monodevelop-database (2.4+dfsg-1) UNRELEASED; urgency=low
 
   * New upstream release
+  * debian/rules:
+    + Stop using ../tarballs in get-orig-source rule
 
  -- Jo Shields <directhex at apebox.org>  Wed, 16 Jun 2010 23:07:37 +0100
 
diff --git a/debian/rules b/debian/rules
index ff32d10..65da39d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,7 +79,6 @@ binary-arch:
 binary: binary-arch binary-indep
 
 get-orig-source:
-	mkdir -p ../tarballs
 	uscan \
 		--package $(DEB_SOURCE_NAME) \
 		--watchfile $(DEBIAN_DIR)/watch \
@@ -99,8 +98,8 @@ get-orig-source:
 	find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.exe" -delete
 	find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll"
 	find $(DEB_SOURCE_NAME)-$(VERSION) -name "*.dll" -delete
-	tar --mtime=@1255820400 -cf ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar $(DEB_SOURCE_NAME)-$(VERSION)
-	gzip -9fn ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION)+dfsg.orig.tar
+	tar --mtime=@1255820400 -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)
 
 .PHONY: build clean binary-indep binary-arch binary install configure patch unpatch

-- 
monodevelop-database



More information about the Pkg-cli-apps-commits mailing list