[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.8.0_rc2-3-10-gbec5fa4
Jakub Adam
jakub.adam at ktknet.cz
Wed Jun 20 20:21:56 UTC 2012
The following commit has been merged in the master branch:
commit 5fc8ad40bd80c828ed154f607ba5b084c08eb85d
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date: Sun Apr 29 14:22:10 2012 +0200
d/Makefile: remove ~* from RELEASE
This commit can be reverted in final release.
diff --git a/debian/Makefile b/debian/Makefile
index 4604ee3..aea45d7 100644
--- a/debian/Makefile
+++ b/debian/Makefile
@@ -1,4 +1,4 @@
-RELEASE=$(strip $(shell dpkg-parsechangelog | grep Version: | cut -d: -f2 | cut -d- -f1))
+RELEASE=$(strip $(shell dpkg-parsechangelog | grep Version: | cut -d: -f2 | cut -d- -f1 | cut -d~ -f1))
JAVA=swt-gtk-$(RELEASE).jar
CLEANFILES=*.files *.jar *-stamp
--
Debian packaging for swt-gtk.
More information about the pkg-java-commits
mailing list