Author: paulcager-guest
Date: 2007-07-02 21:51:01 +0000 (Mon, 02 Jul 2007)
New Revision: 3772

Modified:
   trunk/jargs/debian/changelog
   trunk/jargs/debian/control
   trunk/jargs/debian/rules
Log:
Version 1.0.0-1 (dak bodge) missong from svn

Modified: trunk/jargs/debian/changelog
===================================================================
--- trunk/jargs/debian/changelog        2007-07-02 21:48:13 UTC (rev 3771)
+++ trunk/jargs/debian/changelog        2007-07-02 21:51:01 UTC (rev 3772)
@@ -1,3 +1,18 @@
+jargs (1.0.0-1) unstable; urgency=low
+
+  * The "faked \"new upstream release\" because dak ate my tarball" release.
+  * Added a special hack so this version still installs a jargs-1.0.jar.
+
+ -- Yann Dirson <[EMAIL PROTECTED]>  Tue, 21 Nov 2006 22:59:36 +0100
+
+jargs (1.0-2) unstable; urgency=low
+
+  * Fixed section for source package (copypaste error from
+    libjfreechart-java).
+  * Moved cdbs and debhelper build-deps to build-deps-indep.
+
+ -- Yann Dirson <[EMAIL PROTECTED]>  Sun, 22 Oct 2006 20:33:16 +0200
+
 jargs (1.0-1) unstable; urgency=low
 
   * Initial Debian revision, based on libjfreechart-java packaging.

Modified: trunk/jargs/debian/control
===================================================================
--- trunk/jargs/debian/control  2007-07-02 21:48:13 UTC (rev 3771)
+++ trunk/jargs/debian/control  2007-07-02 21:51:01 UTC (rev 3772)
@@ -1,5 +1,5 @@
 Source: jargs
-Section: contrib/libs
+Section: libs
 Priority: optional
 Maintainer: Debian Java Maintainers <[EMAIL PROTECTED]>
 Uploaders: Yann Dirson <[EMAIL PROTECTED]>

Modified: trunk/jargs/debian/rules
===================================================================
--- trunk/jargs/debian/rules    2007-07-02 21:48:13 UTC (rev 3771)
+++ trunk/jargs/debian/rules    2007-07-02 21:51:01 UTC (rev 3772)
@@ -3,6 +3,11 @@
 
 export VERSION = $(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 
-d\) | cut -f1 -d\-)
 
+# special hack for fake 1.0.0
+ifeq ($(VERSION),1.0.0)
+VERSION=1.0
+endif
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/ant.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to