[pdfsam] 05/36: build console lib

Markus Koschany apo at moszumanska.debian.org
Tue Feb 21 04:20:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pdfsam.

commit 8592773a2700464f17abe243ad899930fa8dafe4
Author: Torsten Werner <twerner at debian.org>
Date:   Tue Aug 26 20:25:28 2008 +0000

    build console lib
---
 debian/build.xml | 2 ++
 debian/changelog | 3 ++-
 debian/control   | 2 +-
 debian/rules     | 3 ++-
 4 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index 2ecfbb2..9143743 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -6,12 +6,14 @@
     <delete dir="classes"/>
     <ant antfile="ant/build.xml" dir="emp4j" target="clean"/>
     <ant antfile="ant/build.xml" dir="jcmdline" target="clean"/>
+    <ant antfile="ant/build.xml" dir="pdfsam-console-br1" target="clean"/>
   </target>
 
   <target name="compile" description="Compile the Java files">
     <mkdir dir="${build.dir}"/>
     <ant antfile="ant/build.xml" dir="emp4j" target="compile"/>
     <ant antfile="ant/build.xml" dir="jcmdline" target="compile"/>
+    <ant antfile="ant/build.xml" dir="pdfsam-console-br1" target="compile"/>
   </target>
 
 </project>
diff --git a/debian/changelog b/debian/changelog
index c77299d..9a8d0e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-pdfsam (1.0.1-1) unstable; urgency=low
+pdfsam (1.0.1-1) UNRELEASED; urgency=low
 
+  DOES NOT BUILD BECAUSE IT NEEDS NEWER ITEXT
   * Initial release. (Closes: #496687)
 
  -- Torsten Werner <twerner at debian.org>  Tue, 26 Aug 2008 20:36:24 +0200
diff --git a/debian/control b/debian/control
index 12e47c7..447038d 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
 Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk-builddep, 
- libjaxen-java, liblog4j1.2-java
+ libitext-java, libjaxen-java, liblog4j1.2-java
 Standards-Version: 3.8.0
 Homepage: http://www.pdfsam.org
 Vcs-Svn: svn+ssh://svn.debian.org/svn/pkg-java/trunk/pdfsam
diff --git a/debian/rules b/debian/rules
index 1273abc..59e5630 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,8 +5,9 @@ include /usr/share/cdbs/1/class/ant.mk
 
 JAVA_HOME            := /usr/lib/jvm/default-java
 DEB_ANT_BUILDFILE    := debian/build.xml
-DEB_JARS             := jaxen log4j-1.2
+DEB_JARS             := itext jaxen log4j-1.2
 DEB_ANT_BUILD_TARGET := -Dbuild.dir=$(CURDIR)/build compile
+DEB_CLASSPATH        := $(DEB_CLASSPATH):$(CURDIR)/classes
 
 get-orig-source:
 	-uscan --upstream-version 0 --rename    

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/pdfsam.git



More information about the pkg-java-commits mailing list