[Pkg-mono-svn-commits] [SCM] libgdiplus branch, master-experimental, updated. debian/2.6.7-1
Jo Shields
directhex at apebox.org
Fri Aug 6 18:36:05 UTC 2010
The following commit has been merged in the master-experimental branch:
commit ffd251fc05620d39b46015405ebfc9a32658455d
Author: Jo Shields <directhex at apebox.org>
Date: Fri Aug 6 19:14:25 2010 +0100
Don't use ../tarballs for get-orig-source, this violates policy
diff --git a/debian/changelog b/debian/changelog
index 20f0732..21e2c38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
libgdiplus (2.6.7-1) UNRELEASED; urgency=low
* New upstream release
+ * debian/rules:
+ + Don't use ../tarballs in get-orig-source, this is against policy
-- Jo Shields <directhex at apebox.org> Fri, 06 Aug 2010 19:12:15 +0100
diff --git a/debian/rules b/debian/rules
index daad124..296779e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,18 +25,17 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
endif
get-orig-source:
- [ -d ../tarballs ] || mkdir ../tarballs
uscan \
--package $(DEB_SOURCE_NAME) \
--watchfile $(DEBIAN_DIR)/watch \
--upstream-version $(VERSION) \
--download-version $(VERSION) \
- --destdir ../tarballs \
+ --destdir . \
--force-download \
--rename
- bzcat ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
- gzip -9fn -c - > ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
- rm ../tarballs/$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
+ bzcat ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2 | \
+ gzip -9fn -c - > ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.gz
+ rm ./$(DEB_SOURCE_NAME)_$(VERSION).orig.tar.bz2
override_dh_auto_configure:
CFLAGS="$(CFLAGS)" ./configure \
--
libgdiplus
More information about the Pkg-mono-svn-commits
mailing list