[Pkg-cli-apps-commits] r4255 - in /packages/ikvm/trunk/debian: ./ changelog rules
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Wed Dec 3 10:12:18 UTC 2008
Author: hanska-guest
Date: Wed Dec 3 10:12:18 2008
New Revision: 4255
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=4255
Log:
* New upstream release
* Group Policy:
+ get-orig-source target in debian/rules
Modified:
packages/ikvm/trunk/debian/ (props changed)
packages/ikvm/trunk/debian/changelog
packages/ikvm/trunk/debian/rules
Propchange: packages/ikvm/trunk/debian/
------------------------------------------------------------------------------
mergeWithUpstream = 1
Modified: packages/ikvm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ikvm/trunk/debian/changelog?rev=4255&op=diff
==============================================================================
--- packages/ikvm/trunk/debian/changelog (original)
+++ packages/ikvm/trunk/debian/changelog Wed Dec 3 10:12:18 2008
@@ -1,3 +1,11 @@
+ikvm (0.36.0.11-1) UNRELEASED; urgency=low
+
+ * New upstream release
+ * Group Policy:
+ + get-orig-source target in debian/rules
+
+ -- David Paleino <d.paleino at gmail.com> Wed, 03 Dec 2008 11:11:37 +0100
+
ikvm (0.26.0.1-2) unstable; urgency=low
* Build with ecj (actually the GCJ-compiled ecj in package
Modified: packages/ikvm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/ikvm/trunk/debian/rules?rev=4255&op=diff
==============================================================================
--- packages/ikvm/trunk/debian/rules (original)
+++ packages/ikvm/trunk/debian/rules Wed Dec 3 10:12:18 2008
@@ -154,5 +154,15 @@
$(MAKE) -f debian/rules DH_OPTIONS=-a binary-common
binary: binary-indep binary-arch
+
+get-orig-source:
+ [ -d ../tarballs ] || mkdir ../tarballs
+ uscan \
+ --force-download \
+ --download-version $(UPVERSION) \
+ --rename \
+ --repack \
+ --destdir ../tarballs
+
.PHONY: build clean binary-indep binary-arch binary install patch unpatch \
configure clean1
More information about the Pkg-cli-apps-commits
mailing list