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 <[EMAIL PROTECTED]> 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 <[email protected]> Uploaders: Peter Eisentraut <[EMAIL PROTECTED]> -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 <[EMAIL PROTECTED]> + Copyright (c) 2002, 2003, 2004, 2005, 2006, Marc Prud'hommeaux <[EMAIL PROTECTED]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

