r2044 - trunk/jline/debian

Peter Eisentraut petere at costa.debian.org
Mon Apr 3 20:34:38 UTC 2006


Author: petere
Date: 2006-04-03 20:34:37 +0000 (Mon, 03 Apr 2006)
New Revision: 2044

Modified:
   trunk/jline/debian/changelog
   trunk/jline/debian/compat
   trunk/jline/debian/control
   trunk/jline/debian/copyright
   trunk/jline/debian/rules
Log:
jline (0.9.5-1) unstable; urgency=low

  * New upstream version
  * Changed to debhelper level 5
  * Simplified rules, requires cdbs >= 0.4.36


Modified: trunk/jline/debian/changelog
===================================================================
--- trunk/jline/debian/changelog	2006-04-01 17:01:37 UTC (rev 2043)
+++ trunk/jline/debian/changelog	2006-04-03 20:34:37 UTC (rev 2044)
@@ -1,3 +1,11 @@
+jline (0.9.5-1) unstable; urgency=low
+
+  * New upstream version
+  * Changed to debhelper level 5
+  * Simplified rules, requires cdbs >= 0.4.36
+
+ -- Peter Eisentraut <petere at debian.org>  Mon,  3 Apr 2006 22:16:35 +0200
+
 jline (0.9.1-2) unstable; urgency=low
 
   * Converted patches to simple-patchsys

Modified: trunk/jline/debian/compat
===================================================================
--- trunk/jline/debian/compat	2006-04-01 17:01:37 UTC (rev 2043)
+++ trunk/jline/debian/compat	2006-04-03 20:34:37 UTC (rev 2044)
@@ -1 +1 @@
-4
+5

Modified: trunk/jline/debian/control
===================================================================
--- trunk/jline/debian/control	2006-04-01 17:01:37 UTC (rev 2043)
+++ trunk/jline/debian/control	2006-04-03 20:34:37 UTC (rev 2044)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Peter Eisentraut <petere at debian.org>
-Build-Depends-Indep: cdbs (>= 0.4.5.3), debhelper (>= 4.1.0), kaffe, jikes, ant, junit
+Build-Depends-Indep: cdbs (>= 0.4.36), debhelper (>= 5), kaffe, jikes, ant, junit
 Standards-Version: 3.6.2
 
 Package: libjline-java

Modified: trunk/jline/debian/copyright
===================================================================
--- trunk/jline/debian/copyright	2006-04-01 17:01:37 UTC (rev 2043)
+++ trunk/jline/debian/copyright	2006-04-03 20:34:37 UTC (rev 2044)
@@ -7,7 +7,7 @@
 
 Copyright:
 
-  Copyright (c) 2002, 2003, 2004, 2005, Marc Prud'hommeaux <mwp1 at cornell.edu>
+  Copyright (c) 2002, 2003, 2004, 2005, 2006, Marc Prud'hommeaux <mwp1 at cornell.edu>
   All rights reserved.
 
   Redistribution and use in source and binary forms, with or

Modified: trunk/jline/debian/rules
===================================================================
--- trunk/jline/debian/rules	2006-04-01 17:01:37 UTC (rev 2043)
+++ trunk/jline/debian/rules	2006-04-03 20:34:37 UTC (rev 2044)
@@ -7,8 +7,7 @@
 PACKAGE_VERSION := $(shell dpkg-parsechangelog | sed -n 's/^Version: \(.*\)-[^-]*$$/\1/p')
 
 JAVA_HOME = /usr/lib/kaffe
-ANT_HOME = /usr/share/ant
-DEB_JARS = ant-launcher junit
+DEB_JARS = junit
 DEB_ANT_BUILD_TARGET = jars
 DEB_ANT_COMPILER = jikes
 
@@ -18,7 +17,7 @@
 
 install/libjline-java:: DEB_FINALDIR=$(CURDIR)/debian/libjline-java
 install/libjline-java::
-	install -m 644 -D release/jline.jar $(DEB_FINALDIR)/usr/share/java/jline-$(PACKAGE_VERSION).jar
+	install -m 644 -D release/jline-0_9_5.jar $(DEB_FINALDIR)/usr/share/java/jline-$(PACKAGE_VERSION).jar
 	dh_link /usr/share/java/jline-$(PACKAGE_VERSION).jar /usr/share/java/jline.jar
 
 




More information about the pkg-java-commits mailing list