[Pkg-cli-apps-commits] [SCM] monodevelop branch, master, updated. upstream/2.2.2-208-gfc1b633
Jo Shields
directhex at apebox.org
Tue Jun 8 23:04:17 UTC 2010
The following commit has been merged in the master branch:
commit fc1b63362b5cc86aacd3475949781156fcd38517
Author: Jo Shields <directhex at apebox.org>
Date: Tue Jun 8 23:54:29 2010 +0100
don't use ../tarballs
diff --git a/debian/changelog b/debian/changelog
index 8d46a82..a833549 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
monodevelop (2.2.2+dfsg-1) UNRELEASED; urgency=low
+ [ Stefan Ebner ]
* New upstream release
* debian/copyright: Updated
+ [ Jo Shields ]
+ * Fix up get-orig-source rule to not use ../tarballs
+
-- Stefan Ebner <sebner at ubuntu.com> Wed, 28 Apr 2010 19:35:37 +0200
monodevelop (2.2.1+dfsg-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index 3dc4081..0f02f43 100755
--- a/debian/rules
+++ b/debian/rules
@@ -52,7 +52,6 @@ override_dh_install:
rm -rf debian/monodevelop/usr/lib/monodevelop/AddIns/ChangeLogAddIn/
get-orig-source:
- mkdir -p ../tarballs
uscan \
--package $(DEB_SOURCE_NAME) \
--watchfile $(DEBIAN_DIR)/watch \
@@ -70,8 +69,8 @@ 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
- tar --mtime=@1252623600 -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=@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