[pkg-java] r18141 - in tags/libfreemarker-java: . 2.3.20-3/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 13 16:55:06 UTC 2014


Author: ebourg-guest
Date: 2014-05-13 16:55:06 +0000 (Tue, 13 May 2014)
New Revision: 18141

Added:
   tags/libfreemarker-java/2.3.20-3/
   tags/libfreemarker-java/2.3.20-3/debian/changelog
   tags/libfreemarker-java/2.3.20-3/debian/rules
Removed:
   tags/libfreemarker-java/2.3.20-3/debian/changelog
   tags/libfreemarker-java/2.3.20-3/debian/rules
Log:
[svn-buildpackage] Tagging libfreemarker-java 2.3.20-3

Deleted: tags/libfreemarker-java/2.3.20-3/debian/changelog
===================================================================
--- trunk/libfreemarker-java/debian/changelog	2014-05-13 12:50:50 UTC (rev 18137)
+++ tags/libfreemarker-java/2.3.20-3/debian/changelog	2014-05-13 16:55:06 UTC (rev 18141)
@@ -1,245 +0,0 @@
-libfreemarker-java (2.3.20-2) unstable; urgency=medium
-
-  * Relocate the Ivy cache directory from the user home to the current directory
-    to avoid a build failure with sbuild (Closes: #741811)
-
- -- Emmanuel Bourg <ebourg at apache.org>  Mon, 24 Mar 2014 17:37:37 +0100
-
-libfreemarker-java (2.3.20-1) unstable; urgency=medium
-
-  * New upstream release
-    - Refreshed the patches
-    - Updated debian/pom.xml
-    - New build dependencies on ivy, bnd and liblog4j1.2-java
-    - Added a patch changing the ivy settings to use the Debian jars
-    - Added a patch to ignore the code related to avalon-logger
-    - Added a patch disabling the code coverage report
-    - Added a patch declaring the missing transitive test dependencies
-  * Removed the runtime dependency on libservlet2.5-java since the Servlet API
-    is provided by the web container
-  * Removed the runtime dependency on libcommons-logging-java and libslf4j-java,
-    FreeMarker doesn't mandate any logging framework.
-  * Fixed an unmappable character in LocalizedString.java preventing
-    the generation of the Javadoc.
-  * Switch to debhelper level 9
-  * Standards-Version updated to 3.9.5 (no changes)
-  * debian/orig-tar.sh:
-    - Updated for the new source layout
-    - Use XZ compression for the upstream tarball
-    - Do not exclude the taglib jars used by the tests
-
- -- Emmanuel Bourg <ebourg at apache.org>  Wed, 12 Mar 2014 23:24:01 +0100
-
-libfreemarker-java (2.3.19-1) unstable; urgency=low
-
-  * New upstream release
-  * Refreshed the patches
-  * Re-enabled Jython support (compilation issue fixed upstream)
-  * Updated Standards-Version to 3.9.4: no changes needed.
-  * Use canonical URLs for the Vcs-* fields
-  * debian/copyright: Updated to the Copyright Format 1.0
-  * debian/rules: Improved the clean target to allow rebuilds
-  * debian/rules: Changed get-orig-source to download the current version
-
- -- Emmanuel Bourg <ebourg at apache.org>  Tue, 02 Jul 2013 21:47:18 +0200
-
-libfreemarker-java (2.3.18-1) unstable; urgency=low
-
-  * New upstream version:
-    - Refresh all patches.
-  * Bump Standards-Version to 3.9.2: no changes needed.
-  * Drop dependency on JRE package since it's a library.
-  * B-D and Depends on librhino-java and librhino-doc instead of
-    rhino and rhino-doc.
-  * Drop Depends and B-D on libexcalibur-logkit-java and liblog4j1.2-java:
-    not used anymore.
-  * Add Depends and B-D on libslf4j-java and libcommons-logging-java.
-  * Wrap and sort Build-Depends and Depends.
-  * d/copyright: Use DEP-5 format.
-  * d/patches/dtd_location.diff: Fix resolving of DTD when loading taglibs.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 22 Sep 2011 15:09:03 +0200
-
-libfreemarker-java (2.3.16-3) unstable; urgency=low
-
-  * Disable jython support because it is broken with jython >= 2.5.
-   (Closes: #591109)
-  * Remove Paul from Uploaders list. Thanks to your contributions!
-
- -- Torsten Werner <twerner at debian.org>  Wed, 04 Aug 2010 04:19:15 +0200
-
-libfreemarker-java (2.3.16-2) unstable; urgency=low
-
-  [ Niels Thykier ]
-  * Bumped Standards-Version to 3.8.4 - no changes required.
-  * Replaced Build-Depends-Indep on liblogkit-java with
-    libexcalibur-logkit-java.
-  * Converted source to 3.0 (quilt).
-  * Moved ant to Build-Depends because it is needed during clean.
-  * Corrected Java runtime depends.
-  * Added used java libraries to Depends and Suggests based on whether
-    the build used them unconditionally.
-  * Made the javadoc API link against the javadoc APIs installed on
-    the system.
-    - Added patch def-jdk-doc.patch.
-
-  [ Damien Raude-Morvan ]
-  * Upload to unstable.
-  * libfreemarker-java-doc: move linked javadoc packages as Recommends
-    (instead of Depends) as they are not strictly needed.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 27 Mar 2010 15:14:01 +0100
-
-libfreemarker-java (2.3.16-1) unstable; urgency=low
-
-  * New upstream release
-    - refresh patches: javarebel.diff, javacc.diff and jsp_api.diff
-  * Bump debhelper version to >= 7
-  * libfreemarker-java-doc:
-    - remove Depends ${shlib:Depends}
-    - remove Depends on java runtimes
-    - add Suggests on libfreemarker-java
-  * Maven POMs:
-    - debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
-    - debian/rules: use mh_installpoms and mh_installjar
-      to install the POM and the jar to the Maven repository
-    - debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
-    - debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
-      release.
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Dec 2009 14:08:08 +0100
-
-libfreemarker-java (2.3.15-1) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * New upstream release
-
-  [ Damien Raude-Morvan ]
-  * Add myself as Uploaders
-  * Bump Standards-Version to 3.8.3:
-    - Move libfreemarker-java to "java" section
-    - Rename README.Debian-source to README.source
-  * Use default-jdk/jre:
-    - Depends on default-jre-headless
-    - Build-Depends on default-jdk
-    - Use /usr/lib/jvm/default-java as JAVA_HOME
-  * JDOM 1.x:
-    - Build-Depends libjdom1-java instead of libjdom0-java
-    - New jdom1.diff patch to build with new JDOM API
-    - Update DEB_JARS
-  * Build System:
-    - Use upstream build.xml instead of debian/build.xml
-    - Patch javacc.diff (use Debian JavaCC)
-    - Patch jsp_api.diff (disable JSP 1.0/2.0 building)
-    - Patch javarebel.diff (disable JavaRebel)
-    - Include ant-junit in DEB_JARS
-  * Remove unneeded shlibs:Depends variable
-  * Install API Javadoc in /usr/share/doc/libfreemarker-java/api/
-
- -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 27 Sep 2009 22:31:38 +0200
-
-libfreemarker-java (2.3.14-1) experimental; urgency=low
-
-  * New upstream release
-  * Move API documentation to new binary package libfreemarker-java-doc.
-    (Closes: #506362)
-
- -- Torsten Werner <twerner at debian.org>  Thu, 04 Dec 2008 00:08:56 +0100
-
-libfreemarker-java (2.3.13+debian1-1) unstable; urgency=low
-
-  * Move back into main.
-    - Build-depend on servlet2.5 rather than glassfish-javaee.
-    - Amended section in debian/control to "libs".
-    - Added "+debian1" suffix to upstream version to ensure orig
-      tarball available for move to main.
-  * Added myself to uploaders.
-  * Standards version now 3.8.0 (no changes needed).
-
- -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 18 Jun 2008 20:32:10 +0100
-
-libfreemarker-java (2.3.13-1) unstable; urgency=low
-
-  * New upstream release
-
- -- Varun Hiremath <varun at debian.org>  Wed, 14 May 2008 21:57:58 +0530
-
-libfreemarker-java (2.3.12-2) unstable; urgency=low
-
-  * Move the package to contrib as glassfish-javaee is in contrib
-   (Closes: #472190)
-
- -- Varun Hiremath <varun at debian.org>  Sun, 23 Mar 2008 12:45:22 +0530
-
-libfreemarker-java (2.3.12-1) unstable; urgency=low
-
-  * New upstream release
-  * Set source=1.5 and target=1.5 for javac
-
- -- Varun Hiremath <varun at debian.org>  Wed, 06 Feb 2008 17:03:40 +0530
-
-libfreemarker-java (2.3.11-1) unstable; urgency=low
-
-  [ Torsten Werner ]
-  * new upstream version
-  * Bump up Standards-Version: 3.7.3 (no changes needed).
-  * Replace Build-Depends: libservlet2.4-java by glassfish-javaee.
-
-  [ Varun Hiremath ]
-  * Add a new debian/build.xml
-  * Add some more Build-Depends and jars for building
-  * Move javadocs to api sub folder
-  * Clean up patches
-
- -- Varun Hiremath <varun at debian.org>  Fri, 21 Dec 2007 15:45:01 +0530
-
-libfreemarker-java (2.3.10-6) unstable; urgency=low
-
-  * Move the package to pkg-java svn.
-  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
-  * Add patches/class_name.diff to fix the change in field name in newer
-    version of jython (Closes: #450930)
-
- -- Varun Hiremath <varunhiremath at gmail.com>  Fri, 16 Nov 2007 19:36:47 +0530
-
-libfreemarker-java (2.3.10-5) unstable; urgency=low
-
-  * debian/control: Set Priority to optional from extra.
-  * Remove debian/install and install jar from debian/rules and create
-    symbolic link.
-
- -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 11 Oct 2007 14:03:30 +0530
-
-libfreemarker-java (2.3.10-4) unstable; urgency=low
-
-  [ Varun Hiremath ]
-  * Add debian/README.Debian-source file.
-  * debian/control:
-    + Add myself to Uploaders.
-    + Add XS-Vcs-{Svn,Browser} headers.
-
-  [ Torsten Werner ]
-  * Use java-gcj-compat-dev instead of kaffe and change source version to 1.3.
-    Thanks to Kumar Appaiah. (Closes: #439502)
-
- -- Torsten Werner <twerner at debian.org>  Tue, 18 Sep 2007 22:08:04 +0200
-
-libfreemarker-java (2.3.10-3) unstable; urgency=low
-
-  * Remove the whole docs directory because it contains generated files we
-    don't have sources for.
-
- -- Torsten Werner <twerner at debian.org>  Tue, 31 Jul 2007 20:47:06 +0200
-
-libfreemarker-java (2.3.10-2) unstable; urgency=low
-
-  * Remove some dtd and xsd files from upstream tarball because of license
-    issues.
-
- -- Torsten Werner <twerner at debian.org>  Sun, 15 Jul 2007 09:14:06 +0200
-
-libfreemarker-java (2.3.10-1) unstable; urgency=low
-
-  * Initial release (Closes: #427255)
-
- -- Torsten Werner <twerner at debian.org>  Sun, 27 May 2007 19:15:16 +0200

Copied: tags/libfreemarker-java/2.3.20-3/debian/changelog (from rev 18139, trunk/libfreemarker-java/debian/changelog)
===================================================================
--- tags/libfreemarker-java/2.3.20-3/debian/changelog	                        (rev 0)
+++ tags/libfreemarker-java/2.3.20-3/debian/changelog	2014-05-13 16:55:06 UTC (rev 18141)
@@ -0,0 +1,251 @@
+libfreemarker-java (2.3.20-3) unstable; urgency=medium
+
+  * Fixed a build failure with Java 8
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 13 May 2014 15:49:51 +0200
+
+libfreemarker-java (2.3.20-2) unstable; urgency=medium
+
+  * Relocate the Ivy cache directory from the user home to the current directory
+    to avoid a build failure with sbuild (Closes: #741811)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 24 Mar 2014 17:37:37 +0100
+
+libfreemarker-java (2.3.20-1) unstable; urgency=medium
+
+  * New upstream release
+    - Refreshed the patches
+    - Updated debian/pom.xml
+    - New build dependencies on ivy, bnd and liblog4j1.2-java
+    - Added a patch changing the ivy settings to use the Debian jars
+    - Added a patch to ignore the code related to avalon-logger
+    - Added a patch disabling the code coverage report
+    - Added a patch declaring the missing transitive test dependencies
+  * Removed the runtime dependency on libservlet2.5-java since the Servlet API
+    is provided by the web container
+  * Removed the runtime dependency on libcommons-logging-java and libslf4j-java,
+    FreeMarker doesn't mandate any logging framework.
+  * Fixed an unmappable character in LocalizedString.java preventing
+    the generation of the Javadoc.
+  * Switch to debhelper level 9
+  * Standards-Version updated to 3.9.5 (no changes)
+  * debian/orig-tar.sh:
+    - Updated for the new source layout
+    - Use XZ compression for the upstream tarball
+    - Do not exclude the taglib jars used by the tests
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 12 Mar 2014 23:24:01 +0100
+
+libfreemarker-java (2.3.19-1) unstable; urgency=low
+
+  * New upstream release
+  * Refreshed the patches
+  * Re-enabled Jython support (compilation issue fixed upstream)
+  * Updated Standards-Version to 3.9.4: no changes needed.
+  * Use canonical URLs for the Vcs-* fields
+  * debian/copyright: Updated to the Copyright Format 1.0
+  * debian/rules: Improved the clean target to allow rebuilds
+  * debian/rules: Changed get-orig-source to download the current version
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 02 Jul 2013 21:47:18 +0200
+
+libfreemarker-java (2.3.18-1) unstable; urgency=low
+
+  * New upstream version:
+    - Refresh all patches.
+  * Bump Standards-Version to 3.9.2: no changes needed.
+  * Drop dependency on JRE package since it's a library.
+  * B-D and Depends on librhino-java and librhino-doc instead of
+    rhino and rhino-doc.
+  * Drop Depends and B-D on libexcalibur-logkit-java and liblog4j1.2-java:
+    not used anymore.
+  * Add Depends and B-D on libslf4j-java and libcommons-logging-java.
+  * Wrap and sort Build-Depends and Depends.
+  * d/copyright: Use DEP-5 format.
+  * d/patches/dtd_location.diff: Fix resolving of DTD when loading taglibs.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Thu, 22 Sep 2011 15:09:03 +0200
+
+libfreemarker-java (2.3.16-3) unstable; urgency=low
+
+  * Disable jython support because it is broken with jython >= 2.5.
+   (Closes: #591109)
+  * Remove Paul from Uploaders list. Thanks to your contributions!
+
+ -- Torsten Werner <twerner at debian.org>  Wed, 04 Aug 2010 04:19:15 +0200
+
+libfreemarker-java (2.3.16-2) unstable; urgency=low
+
+  [ Niels Thykier ]
+  * Bumped Standards-Version to 3.8.4 - no changes required.
+  * Replaced Build-Depends-Indep on liblogkit-java with
+    libexcalibur-logkit-java.
+  * Converted source to 3.0 (quilt).
+  * Moved ant to Build-Depends because it is needed during clean.
+  * Corrected Java runtime depends.
+  * Added used java libraries to Depends and Suggests based on whether
+    the build used them unconditionally.
+  * Made the javadoc API link against the javadoc APIs installed on
+    the system.
+    - Added patch def-jdk-doc.patch.
+
+  [ Damien Raude-Morvan ]
+  * Upload to unstable.
+  * libfreemarker-java-doc: move linked javadoc packages as Recommends
+    (instead of Depends) as they are not strictly needed.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 27 Mar 2010 15:14:01 +0100
+
+libfreemarker-java (2.3.16-1) unstable; urgency=low
+
+  * New upstream release
+    - refresh patches: javarebel.diff, javacc.diff and jsp_api.diff
+  * Bump debhelper version to >= 7
+  * libfreemarker-java-doc:
+    - remove Depends ${shlib:Depends}
+    - remove Depends on java runtimes
+    - add Suggests on libfreemarker-java
+  * Maven POMs:
+    - debian/control: add a Build-Depends-Indep dependency on maven-repo-helper
+    - debian/rules: use mh_installpoms and mh_installjar
+      to install the POM and the jar to the Maven repository
+    - debian/pom.xml: Debian pom.xml file as upstream doesn't provide one
+    - debian/rules: new get-orig-pom to update debian/pom.xml at new upstream
+      release.
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 12 Dec 2009 14:08:08 +0100
+
+libfreemarker-java (2.3.15-1) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * New upstream release
+
+  [ Damien Raude-Morvan ]
+  * Add myself as Uploaders
+  * Bump Standards-Version to 3.8.3:
+    - Move libfreemarker-java to "java" section
+    - Rename README.Debian-source to README.source
+  * Use default-jdk/jre:
+    - Depends on default-jre-headless
+    - Build-Depends on default-jdk
+    - Use /usr/lib/jvm/default-java as JAVA_HOME
+  * JDOM 1.x:
+    - Build-Depends libjdom1-java instead of libjdom0-java
+    - New jdom1.diff patch to build with new JDOM API
+    - Update DEB_JARS
+  * Build System:
+    - Use upstream build.xml instead of debian/build.xml
+    - Patch javacc.diff (use Debian JavaCC)
+    - Patch jsp_api.diff (disable JSP 1.0/2.0 building)
+    - Patch javarebel.diff (disable JavaRebel)
+    - Include ant-junit in DEB_JARS
+  * Remove unneeded shlibs:Depends variable
+  * Install API Javadoc in /usr/share/doc/libfreemarker-java/api/
+
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sun, 27 Sep 2009 22:31:38 +0200
+
+libfreemarker-java (2.3.14-1) experimental; urgency=low
+
+  * New upstream release
+  * Move API documentation to new binary package libfreemarker-java-doc.
+    (Closes: #506362)
+
+ -- Torsten Werner <twerner at debian.org>  Thu, 04 Dec 2008 00:08:56 +0100
+
+libfreemarker-java (2.3.13+debian1-1) unstable; urgency=low
+
+  * Move back into main.
+    - Build-depend on servlet2.5 rather than glassfish-javaee.
+    - Amended section in debian/control to "libs".
+    - Added "+debian1" suffix to upstream version to ensure orig
+      tarball available for move to main.
+  * Added myself to uploaders.
+  * Standards version now 3.8.0 (no changes needed).
+
+ -- Paul Cager <paul-debian at home.paulcager.org>  Wed, 18 Jun 2008 20:32:10 +0100
+
+libfreemarker-java (2.3.13-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Varun Hiremath <varun at debian.org>  Wed, 14 May 2008 21:57:58 +0530
+
+libfreemarker-java (2.3.12-2) unstable; urgency=low
+
+  * Move the package to contrib as glassfish-javaee is in contrib
+   (Closes: #472190)
+
+ -- Varun Hiremath <varun at debian.org>  Sun, 23 Mar 2008 12:45:22 +0530
+
+libfreemarker-java (2.3.12-1) unstable; urgency=low
+
+  * New upstream release
+  * Set source=1.5 and target=1.5 for javac
+
+ -- Varun Hiremath <varun at debian.org>  Wed, 06 Feb 2008 17:03:40 +0530
+
+libfreemarker-java (2.3.11-1) unstable; urgency=low
+
+  [ Torsten Werner ]
+  * new upstream version
+  * Bump up Standards-Version: 3.7.3 (no changes needed).
+  * Replace Build-Depends: libservlet2.4-java by glassfish-javaee.
+
+  [ Varun Hiremath ]
+  * Add a new debian/build.xml
+  * Add some more Build-Depends and jars for building
+  * Move javadocs to api sub folder
+  * Clean up patches
+
+ -- Varun Hiremath <varun at debian.org>  Fri, 21 Dec 2007 15:45:01 +0530
+
+libfreemarker-java (2.3.10-6) unstable; urgency=low
+
+  * Move the package to pkg-java svn.
+  * Set Maintainer to Debian Java Maintainers and add myself to Uploaders.
+  * Add patches/class_name.diff to fix the change in field name in newer
+    version of jython (Closes: #450930)
+
+ -- Varun Hiremath <varunhiremath at gmail.com>  Fri, 16 Nov 2007 19:36:47 +0530
+
+libfreemarker-java (2.3.10-5) unstable; urgency=low
+
+  * debian/control: Set Priority to optional from extra.
+  * Remove debian/install and install jar from debian/rules and create
+    symbolic link.
+
+ -- Varun Hiremath <varunhiremath at gmail.com>  Thu, 11 Oct 2007 14:03:30 +0530
+
+libfreemarker-java (2.3.10-4) unstable; urgency=low
+
+  [ Varun Hiremath ]
+  * Add debian/README.Debian-source file.
+  * debian/control:
+    + Add myself to Uploaders.
+    + Add XS-Vcs-{Svn,Browser} headers.
+
+  [ Torsten Werner ]
+  * Use java-gcj-compat-dev instead of kaffe and change source version to 1.3.
+    Thanks to Kumar Appaiah. (Closes: #439502)
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 18 Sep 2007 22:08:04 +0200
+
+libfreemarker-java (2.3.10-3) unstable; urgency=low
+
+  * Remove the whole docs directory because it contains generated files we
+    don't have sources for.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 31 Jul 2007 20:47:06 +0200
+
+libfreemarker-java (2.3.10-2) unstable; urgency=low
+
+  * Remove some dtd and xsd files from upstream tarball because of license
+    issues.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 15 Jul 2007 09:14:06 +0200
+
+libfreemarker-java (2.3.10-1) unstable; urgency=low
+
+  * Initial release (Closes: #427255)
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 27 May 2007 19:15:16 +0200

Deleted: tags/libfreemarker-java/2.3.20-3/debian/rules
===================================================================
--- trunk/libfreemarker-java/debian/rules	2014-05-13 12:50:50 UTC (rev 18137)
+++ tags/libfreemarker-java/2.3.20-3/debian/rules	2014-05-13 16:55:06 UTC (rev 18141)
@@ -1,30 +0,0 @@
-#!/usr/bin/make -f
-
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-POM_VERSION          := 2.3.20
-MAVEN_REPO           := http://repo1.maven.org/maven2/
-
-JAVA_HOME            := /usr/lib/jvm/default-java
-
-DEB_ANT_BUILD_TARGET := javacc jar javadoc
-DEB_ANT_CHECK_TARGET := test
-DEB_ANT_ARGS         := -Divy.default.ivy.user.dir=$(shell pwd)/.ivy
-
-DEB_JARS 	     := ant-nodeps junit ant-junit ivy
-
-install/libfreemarker-java::
-	mh_installpoms -plibfreemarker-java
-	mh_installjar -plibfreemarker-java -l debian/pom.xml build/freemarker.jar
-
-clean::
-	mh_clean
-	rm -Rf .ivy
-
-get-orig-source:
-	uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename
-
-get-orig-pom:
-	wget --user-agent="Mozilla/5.0" -O debian/pom.xml $(MAVEN_REPO)/org/freemarker/freemarker/$(POM_VERSION)/freemarker-$(POM_VERSION).pom
-	perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml

Copied: tags/libfreemarker-java/2.3.20-3/debian/rules (from rev 18139, trunk/libfreemarker-java/debian/rules)
===================================================================
--- tags/libfreemarker-java/2.3.20-3/debian/rules	                        (rev 0)
+++ tags/libfreemarker-java/2.3.20-3/debian/rules	2014-05-13 16:55:06 UTC (rev 18141)
@@ -0,0 +1,30 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/ant.mk
+
+POM_VERSION          := 2.3.20
+MAVEN_REPO           := http://repo1.maven.org/maven2/
+
+JAVA_HOME            := /usr/lib/jvm/default-java
+
+DEB_ANT_BUILD_TARGET := javacc jar javadoc
+DEB_ANT_CHECK_TARGET := test
+DEB_ANT_ARGS         := -Divy.default.ivy.user.dir=$(shell pwd)/.ivy -Dtitlebar.found=true
+
+DEB_JARS 	     := ant-nodeps junit ant-junit ivy
+
+install/libfreemarker-java::
+	mh_installpoms -plibfreemarker-java
+	mh_installjar -plibfreemarker-java -l debian/pom.xml build/freemarker.jar
+
+clean::
+	mh_clean
+	rm -Rf .ivy
+
+get-orig-source:
+	uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename
+
+get-orig-pom:
+	wget --user-agent="Mozilla/5.0" -O debian/pom.xml $(MAVEN_REPO)/org/freemarker/freemarker/$(POM_VERSION)/freemarker-$(POM_VERSION).pom
+	perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml




More information about the pkg-java-commits mailing list