[Pkg-cli-apps-commits] [SCM] monodevelop-java branch, master-experimental, updated. debian/2.4-1
Jo Shields
directhex at apebox.org
Thu Jun 17 12:53:29 UTC 2010
The following commit has been merged in the master-experimental branch:
commit b4e206eb626522116883ebed6ae71720eeb3eee4
Author: Jo Shields <directhex at apebox.org>
Date: Thu Jun 17 13:24:36 2010 +0100
kill ../tarballs
diff --git a/debian/changelog b/debian/changelog
index 9771e73..e8e1100 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ monodevelop-java (2.4-1) UNRELEASED; urgency=low
+ Build-depend on MonoDevelop 2.4
+ Stop tinkernig with binary dependency on MonoDevelop, since both
it and this plugin have the same version.
+ * debian/rules:
+ + Stop using ../tarballs for tarballs in get-orig-source rule
-- Jo Shields <directhex at apebox.org> Thu, 17 Jun 2010 13:17:54 +0100
diff --git a/debian/rules b/debian/rules
index 2e2f7f2..a244781 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,7 +72,6 @@ binary-arch:
binary: binary-arch binary-indep
get-orig-source:
- mkdir -p ../tarballs
uscan \
--package $(DEB_SOURCE_NAME) \
--watchfile $(DEBIAN_DIR)/watch \
@@ -82,7 +81,7 @@ get-orig-source:
--force-download \
--rename
bzcat $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
- gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+ gzip -9fn -c - > ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
rm $(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
.PHONY: build clean binary-indep binary-arch binary install configure patch unpatch
--
monodevelop-java
More information about the Pkg-cli-apps-commits
mailing list