[pkg-java] r15644 - in trunk/libcommons-jexl-java/debian: . patches source

Damien Raude-Morvan drazzib at alioth.debian.org
Thu Jan 5 22:44:40 UTC 2012


Author: drazzib
Date: 2012-01-05 22:44:40 +0000 (Thu, 05 Jan 2012)
New Revision: 15644

Added:
   trunk/libcommons-jexl-java/debian/patches/series
   trunk/libcommons-jexl-java/debian/source/
   trunk/libcommons-jexl-java/debian/source/format
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:
* Team upload.
* Bump debhelper compat to 7 (and update Build-Depends).
* d/control: Change Standards-Version to 3.9.2: no changes needed.
* d/control: Drop Depends on JRE runtime from library package.
* d/{control,copyright}: Wrap and sort.
* Switch to 3.0 (quilt) source format.

Modified: trunk/libcommons-jexl-java/debian/changelog
===================================================================
--- trunk/libcommons-jexl-java/debian/changelog	2012-01-05 13:48:29 UTC (rev 15643)
+++ trunk/libcommons-jexl-java/debian/changelog	2012-01-05 22:44:40 UTC (rev 15644)
@@ -1,3 +1,14 @@
+libcommons-jexl-java (1.1-3) unstable; urgency=low
+
+  * Team upload.
+  * Bump debhelper compat to 7 (and update Build-Depends).
+  * d/control: Change Standards-Version to 3.9.2: no changes needed.
+  * d/control: Drop Depends on JRE runtime from library package.
+  * d/{control,copyright}: Wrap and sort.
+  * Switch to 3.0 (quilt) source format.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 05 Jan 2012 23:39:06 +0100
+
 libcommons-jexl-java (1.1-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libcommons-jexl-java/debian/compat
===================================================================
--- trunk/libcommons-jexl-java/debian/compat	2012-01-05 13:48:29 UTC (rev 15643)
+++ trunk/libcommons-jexl-java/debian/compat	2012-01-05 22:44:40 UTC (rev 15644)
@@ -1 +1 @@
-5
+7

Modified: trunk/libcommons-jexl-java/debian/control
===================================================================
--- trunk/libcommons-jexl-java/debian/control	2012-01-05 13:48:29 UTC (rev 15643)
+++ trunk/libcommons-jexl-java/debian/control	2012-01-05 22:44:40 UTC (rev 15644)
@@ -3,17 +3,20 @@
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Onkar Shinde <onkarshinde at ubuntu.com>
-Build-Depends: debhelper (>= 5), cdbs (>= 0.4.8)
-Build-Depends-Indep: default-jdk, ant, libcommons-logging-java, junit,
- maven-repo-helper
-Standards-Version: 3.9.1
+Build-Depends: cdbs, debhelper (>= 7)
+Build-Depends-Indep: ant,
+                     default-jdk,
+                     junit,
+                     libcommons-logging-java,
+                     maven-repo-helper
+Standards-Version: 3.9.2
 Homepage: http://commons.apache.org/jexl
 
 Package: libcommons-jexl-java
 Architecture: all
-Depends: default-jre | java1-runtime | java2-runtime, ${misc:Depends}
+Depends: ${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 
+ 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). 
+ related technology).

Modified: trunk/libcommons-jexl-java/debian/copyright
===================================================================
--- trunk/libcommons-jexl-java/debian/copyright	2012-01-05 13:48:29 UTC (rev 15643)
+++ trunk/libcommons-jexl-java/debian/copyright	2012-01-05 22:44:40 UTC (rev 15644)
@@ -10,7 +10,7 @@
                   James Strachan <jstrachan at apache.org>,
                   Rahul Akolkar <rahul at apache.org>
 
-Copyright: © 2003-2008 The Apache Software Foundation
+Copyright: © 2003-2008 The Apache Software Foundation
 
 License: Apache 2.0
 

Added: trunk/libcommons-jexl-java/debian/patches/series
===================================================================
--- trunk/libcommons-jexl-java/debian/patches/series	                        (rev 0)
+++ trunk/libcommons-jexl-java/debian/patches/series	2012-01-05 22:44:40 UTC (rev 15644)
@@ -0,0 +1 @@
+01_jar_without_tests.patch

Modified: trunk/libcommons-jexl-java/debian/rules
===================================================================
--- trunk/libcommons-jexl-java/debian/rules	2012-01-05 13:48:29 UTC (rev 15643)
+++ trunk/libcommons-jexl-java/debian/rules	2012-01-05 22:44:40 UTC (rev 15644)
@@ -6,9 +6,8 @@
 
 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
 
-JAVA_HOME_DIRS       := /usr/lib/jvm/default-java/
+JAVA_HOME            := /usr/lib/jvm/default-java/
 DEB_JARS             := junit commons-logging
 DEB_ANT_BUILD_TARGET := jar
 #DEB_ANT_TEST_TARGET := test

Added: trunk/libcommons-jexl-java/debian/source/format
===================================================================
--- trunk/libcommons-jexl-java/debian/source/format	                        (rev 0)
+++ trunk/libcommons-jexl-java/debian/source/format	2012-01-05 22:44:40 UTC (rev 15644)
@@ -0,0 +1 @@
+3.0 (quilt)




More information about the pkg-java-commits mailing list