[Pkg-mono-svn-commits] rev 3846 - mono-debugger/trunk/debian
Mirco Bauer
meebey at alioth.debian.org
Wed Nov 26 22:12:57 UTC 2008
Author: meebey
Date: 2008-11-26 22:12:57 +0000 (Wed, 26 Nov 2008)
New Revision: 3846
Modified:
mono-debugger/trunk/debian/changelog
mono-debugger/trunk/debian/rules
Log:
Added get-orig-source target (as part of the group policy).
Modified: mono-debugger/trunk/debian/changelog
===================================================================
--- mono-debugger/trunk/debian/changelog 2008-11-26 22:12:30 UTC (rev 3845)
+++ mono-debugger/trunk/debian/changelog 2008-11-26 22:12:57 UTC (rev 3846)
@@ -16,6 +16,7 @@
+ Removed GACUTIL hack in configure call, already fixed upstream.
+ Fixed configure-stamp target dependency, else it re-configures each
time.
+ + Added get-orig-source target (as part of the group policy).
* debian/control:
+ Added Enhances field.
+ Bumped Standards-Version to 3.8.0 (no changes needed).
@@ -28,7 +29,7 @@
* debian/watch:
+ Updated
- -- Mirco Bauer <meebey at debian.org> Sun, 16 Nov 2008 22:51:34 +0100
+ -- Mirco Bauer <meebey at debian.org> Wed, 26 Nov 2008 23:01:21 +0100
mono-debugger (0.60+dfsg-4) unstable; urgency=medium
Modified: mono-debugger/trunk/debian/rules
===================================================================
--- mono-debugger/trunk/debian/rules 2008-11-26 22:12:30 UTC (rev 3845)
+++ mono-debugger/trunk/debian/rules 2008-11-26 22:12:57 UTC (rev 3846)
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
export MONO_SHARED_DIR=$(CURDIR)
+VERSION = $(shell dpkg-parsechangelog | grep ^Version | cut -d' ' -f2 | cut -d'-' -f1)
include /usr/share/dpatch/dpatch.make
@@ -69,4 +70,14 @@
dh_builddeb
binary: binary-indep binary-arch
+
+get-orig-source:
+ [ -d ../tarballs ] || mkdir ../tarballs
+ uscan \
+ --force-download \
+ --download-version $(VERSION) \
+ --repack \
+ --rename \
+ --destdir ../tarballs
+
.PHONY: build clean binary-indep binary-arch binary install configure
More information about the Pkg-mono-svn-commits
mailing list