The following commit has been merged in the master branch:
commit 5fc8ad40bd80c828ed154f607ba5b084c08eb85d
Author: Jakub Adam <[email protected]>
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.
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits