[pkg-java] r8143 - trunk/libcommons-jexl-java/debian
onkarshinde-guest at alioth.debian.org
onkarshinde-guest at alioth.debian.org
Sat Mar 28 21:52:38 UTC 2009
Author: onkarshinde-guest
Date: 2009-03-28 21:52:38 +0000 (Sat, 28 Mar 2009)
New Revision: 8143
Modified:
trunk/libcommons-jexl-java/debian/changelog
trunk/libcommons-jexl-java/debian/compat
trunk/libcommons-jexl-java/debian/control
trunk/libcommons-jexl-java/debian/copyright
trunk/libcommons-jexl-java/debian/rules
Log:
Changes as per comments by Vincent Fourmond
Modified: trunk/libcommons-jexl-java/debian/changelog
===================================================================
--- trunk/libcommons-jexl-java/debian/changelog 2009-03-28 15:44:38 UTC (rev 8142)
+++ trunk/libcommons-jexl-java/debian/changelog 2009-03-28 21:52:38 UTC (rev 8143)
@@ -8,15 +8,20 @@
* New upstream release.
* debian/control
- Move cdbs and debhelper to 'Build-Depends' to make lintian happy.
+ - Bump debhelper version needed to 5.
- Use default-jdk as build dependency.
- Use default-jre as runtime dependency.
- Remove homepage from description and add 'Homepage' field.
- - Change standard version to 3.8.0.
+ - Change standard version to 3.8.1.
+ - Add myself to uploaders.
+ * debian/compat
+ - Bump to 5.
* debina/rules
- Use java home corresponding to default-jdk.
- Add ant options to compile for target JVM 1.4.
- - Extract version from changelog.
+ - Use DEB_UPSTREAM_VERSION.
- Create symlink in the install target.
+ - Remove unused variable JLIBS.
* debian/links
- Remove, not needed anymore.
* debian/ant.properties
@@ -32,8 +37,9 @@
* debian/copyright
- The library is licensed under Apache License 2.0 now. So remove complete
text of previous license and point to the common-licenses folder.
+ - Update copyright years to 1999-2006.
- -- Onkar Shinde <onkarshinde at ubuntu.com> Sun, 12 Oct 2008 20:04:41 +0530
+ -- Onkar Shinde <onkarshinde at ubuntu.com> Sun, 29 Mar 2009 03:19:09 +0530
libcommons-jexl-java (1.0-5) unstable; urgency=low
Modified: trunk/libcommons-jexl-java/debian/compat
===================================================================
--- trunk/libcommons-jexl-java/debian/compat 2009-03-28 15:44:38 UTC (rev 8142)
+++ trunk/libcommons-jexl-java/debian/compat 2009-03-28 21:52:38 UTC (rev 8143)
@@ -1 +1 @@
-4
+5
Modified: trunk/libcommons-jexl-java/debian/control
===================================================================
--- trunk/libcommons-jexl-java/debian/control 2009-03-28 15:44:38 UTC (rev 8142)
+++ trunk/libcommons-jexl-java/debian/control 2009-03-28 21:52:38 UTC (rev 8143)
@@ -2,18 +2,18 @@
Section: libs
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>
-Build-Depends: debhelper (>= 4.1), cdbs (>= 0.4.8)
+Uploaders: Arnaud Vandyck <avdyk at debian.org>, Wolfgang Baer <WBaer at gmx.de>,
+ Onkar Shinde <onkarshinde at ubuntu.com>
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8)
Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, junit
-Standards-Version: 3.8.0
+Standards-Version: 3.8.1
Homepage: http://jakarta.apache.org/commons/jexl
Package: libcommons-jexl-java
Architecture: all
-Depends: default-jre | java1-runtime | java2-runtime
+Depends: default-jre | java1-runtime | java2-runtime, ${misc:Depends}
Description: expression language engine
This library is an expression language engine for easy embedding in
applications and frameworks. It implements an extented version of the
Expression Language of the JSTL (Java Standard Tag Library, java server
related technology).
- .
Modified: trunk/libcommons-jexl-java/debian/copyright
===================================================================
--- trunk/libcommons-jexl-java/debian/copyright 2009-03-28 15:44:38 UTC (rev 8142)
+++ trunk/libcommons-jexl-java/debian/copyright 2009-03-28 21:52:38 UTC (rev 8143)
@@ -10,7 +10,7 @@
Copyright:
Apache License, version 2.0
-Copyright (c) 1999-2001 The Apache Software Foundation. All rights
+Copyright (c) 1999-2006 The Apache Software Foundation. All rights
reserved.
This software is licensed under the Apache License, version 2.0.
Modified: trunk/libcommons-jexl-java/debian/rules
===================================================================
--- trunk/libcommons-jexl-java/debian/rules 2009-03-28 15:44:38 UTC (rev 8142)
+++ trunk/libcommons-jexl-java/debian/rules 2009-03-28 21:52:38 UTC (rev 8143)
@@ -8,8 +8,6 @@
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/simple-patchsys.mk
-JLIBS = /usr/share/java
-
JAVA_HOME_DIRS := /usr/lib/jvm/default-java/
DEB_JARS := junit commons-logging
DEB_ANT_BUILD_TARGET := jar
@@ -17,7 +15,9 @@
ANT_OPTS := -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4
LIBRARY=commons-jexl
-VERSION=$(shell head -1 debian/changelog | cut -f2 -d\( | cut -f1 -d\) | cut -f1 -d\-)
install/libcommons-jexl-java::
- ln -s commons-jexl-$(VERSION).jar debian/libcommons-jexl-java/usr/share/java/commons-jexl.jar
+ ln -s commons-jexl-$(DEB_UPSTREAM_VERSION).jar debian/libcommons-jexl-java/usr/share/java/commons-jexl.jar
+
+get-orig-source::
+ uscan --verbose --force-download --rename
More information about the pkg-java-commits
mailing list