[pkg-java] r12792 - in trunk: . jansi jansi/debian

Steffen Möller moeller at alioth.debian.org
Wed Jul 21 13:15:41 UTC 2010


Author: moeller
Date: 2010-07-21 13:15:34 +0000 (Wed, 21 Jul 2010)
New Revision: 12792

Added:
   trunk/jansi/
   trunk/jansi/__THIS_DROVE_ME_CRAZY__PLEASE_HELP__
   trunk/jansi/debian/
   trunk/jansi/debian/changelog
   trunk/jansi/debian/rules
   trunk/jansi/debian/watch
Log:
Well, I have put some skeleton here, get-orig-source
works.



Property changes on: trunk/jansi/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/jansi/debian/changelog
===================================================================
--- trunk/jansi/debian/changelog	                        (rev 0)
+++ trunk/jansi/debian/changelog	2010-07-21 13:15:34 UTC (rev 12792)
@@ -0,0 +1,6 @@
+jansi (1.4) UNRELEASED; urgency=low
+
+  * Well, I am desparate, the internal library is missing, please help
+  * Initial release. (Closes: #XXXXXX)
+
+ -- Steffen Moeller <steffen_moeller at gmx.de>  Wed, 21 Jul 2010 14:57:00 +0200

Added: trunk/jansi/debian/rules
===================================================================
--- trunk/jansi/debian/rules	                        (rev 0)
+++ trunk/jansi/debian/rules	2010-07-21 13:15:34 UTC (rev 12792)
@@ -0,0 +1,6 @@
+
+VERSION=1.4
+get-orig-source:
+	git clone git://forge.fusesource.com/jansi.git jansi
+	tar --exclude=.git --exclude=.gitignore -czvf jansi_$(VERSION).orig.tar.gz jansi
+

Added: trunk/jansi/debian/watch
===================================================================
--- trunk/jansi/debian/watch	                        (rev 0)
+++ trunk/jansi/debian/watch	2010-07-21 13:15:34 UTC (rev 12792)
@@ -0,0 +1,2 @@
+version=3
+http://repo.fusesource.com/nexus/content/repositories/releases-to-central/org/fusesource/jansi/jansi/1.4/jansi-([0-9.]*)-sources.jar




More information about the pkg-java-commits mailing list