[pkg-java] r11890 - trunk/ganymed-ssh2/debian
Miguel Landaeta
nomadium-guest at alioth.debian.org
Wed Mar 17 14:52:43 UTC 2010
Author: nomadium-guest
Date: 2010-03-17 14:52:42 +0000 (Wed, 17 Mar 2010)
New Revision: 11890
Modified:
trunk/ganymed-ssh2/debian/changelog
trunk/ganymed-ssh2/debian/rules
Log:
Fixed small issue with get-orig-source target.
Modified: trunk/ganymed-ssh2/debian/changelog
===================================================================
--- trunk/ganymed-ssh2/debian/changelog 2010-03-17 14:45:24 UTC (rev 11889)
+++ trunk/ganymed-ssh2/debian/changelog 2010-03-17 14:52:42 UTC (rev 11890)
@@ -1,3 +1,10 @@
+ganymed-ssh2 (250-2) UNRELEASED; urgency=low
+
+ * debian/rules: Updated get-orig-source target to generate the upstream
+ tarball sources with a correct filename.
+
+ -- Miguel Landaeta <miguel at miguel.cc> Wed, 17 Mar 2010 10:19:44 -0430
+
ganymed-ssh2 (250-1) unstable; urgency=low
* New upstream release. (Closes: #574007).
Modified: trunk/ganymed-ssh2/debian/rules
===================================================================
--- trunk/ganymed-ssh2/debian/rules 2010-03-17 14:45:24 UTC (rev 11889)
+++ trunk/ganymed-ssh2/debian/rules 2010-03-17 14:52:42 UTC (rev 11890)
@@ -2,7 +2,9 @@
PKGNAME := ganymed-ssh2
LIBNAME := lib$(PKGNAME)-java
+VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p')
+
%:
dh --with javahelper $@
@@ -27,3 +29,4 @@
--no-symlink \
--force-download \
--destdir $(CURDIR)
+ mv $(PKGNAME)-build$(VERSION).tar.gz $(PKGNAME)_$(VERSION).orig.tar.gz
More information about the pkg-java-commits
mailing list