[pkg-java] r6940 - trunk/pdfsam/debian
twerner at alioth.debian.org
twerner at alioth.debian.org
Tue Aug 26 19:38:09 UTC 2008
Author: twerner
Date: 2008-08-26 19:38:08 +0000 (Tue, 26 Aug 2008)
New Revision: 6940
Added:
trunk/pdfsam/debian/ant.properties
trunk/pdfsam/debian/build.xml
Modified:
trunk/pdfsam/debian/
trunk/pdfsam/debian/control
trunk/pdfsam/debian/rules
Log:
various fixes
Property changes on: trunk/pdfsam/debian
___________________________________________________________________
Name: mergeWithUpstream
+ 1
Added: trunk/pdfsam/debian/ant.properties
===================================================================
--- trunk/pdfsam/debian/ant.properties (rev 0)
+++ trunk/pdfsam/debian/ant.properties 2008-08-26 19:38:08 UTC (rev 6940)
@@ -0,0 +1,4 @@
+libs.dir=/usr/share/java
+log4j.jar.name=log4j-1.2
+dom4j.jar.name=dom4j
+jaxen.jar.name=jaxen
Added: trunk/pdfsam/debian/build.xml
===================================================================
--- trunk/pdfsam/debian/build.xml (rev 0)
+++ trunk/pdfsam/debian/build.xml 2008-08-26 19:38:08 UTC (rev 6940)
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<project default="compile" name="pdfsam" basedir="..">
+ <target name="clean" description="Clean up">
+ <delete dir="${build.dir}"/>
+ <ant dir="emp4j/ant" target="clean"/>
+ </target>
+
+ <target name="compile" description="Compile the Java files">
+ <mkdir dir="${build.dir}"/>
+ <ant antfile="ant/build.xml" dir="emp4j" target="compile"/>
+ </target>
+
+</project>
Modified: trunk/pdfsam/debian/control
===================================================================
--- trunk/pdfsam/debian/control 2008-08-26 19:03:39 UTC (rev 6939)
+++ trunk/pdfsam/debian/control 2008-08-26 19:38:08 UTC (rev 6940)
@@ -13,3 +13,6 @@
Package: pdfsam
Architecture: all
Description: PDF Split and Merge
+ PDF Split and Merge is a very simple, easy to use, free, open source
+ utility to split and merge pdf files. It has a simple graphical
+ interface to let the user choose pdf files, split or merge them.
Modified: trunk/pdfsam/debian/rules
===================================================================
--- trunk/pdfsam/debian/rules 2008-08-26 19:03:39 UTC (rev 6939)
+++ trunk/pdfsam/debian/rules 2008-08-26 19:38:08 UTC (rev 6940)
@@ -3,8 +3,10 @@
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk
-JAVA_HOME := /usr/lib/jvm/java-6-default
-DEB_JARS := jaxen log4j-1.2
+JAVA_HOME := /usr/lib/jvm/default-java
+DEB_ANT_BUILDFILE := debian/build.xml
+DEB_JARS := jaxen log4j-1.2
+DEB_ANT_BUILD_TARGET := -Dbuild.dir=$(CURDIR)/build compile
get-orig-source:
-uscan --upstream-version 0 --rename
More information about the pkg-java-commits
mailing list