[jzlib] 06/21: * debian/build.xml: - exclude test/samples classes from JAR - force source/target to 1.4 class format

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jan 12 11:51:35 UTC 2018


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

ebourg-guest pushed a commit to branch master
in repository jzlib.

commit af52ad9e7e336e55cb178b9f9c123f6a78741fde
Author: Damien Raude-Morvan <drazzib at debian.org>
Date:   Fri Sep 25 22:01:16 2009 +0000

    * debian/build.xml:
      - exclude test/samples classes from JAR
      - force source/target to 1.4 class format
---
 debian/build.xml | 1 +
 debian/changelog | 6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/build.xml b/debian/build.xml
index 0a7a25b..e823850 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -11,6 +11,7 @@
         <mkdir dir="${build.dir}"/>
         <javac srcdir="${src.dir}"
 		includes="com/**/*"
+		source="1.4" target="1.4"
                 destdir="${build.dir}"
                 debug="on">
         </javac>
diff --git a/debian/changelog b/debian/changelog
index 1d8e191..d9112ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,9 +11,11 @@ jzlib (1.0.7-2) unstable; urgency=low
   * Update to Standards-Version 3.8.3:
     - Add ${misc:Depends} in Depends field for debhelper
     - Move to "java" section of archive
-  * debian/build.xml: exclude test/samples classes from JAR
+  * debian/build.xml:
+    - exclude test/samples classes from JAR
+    - force source/target to 1.4 class format
 
- -- Damien Raude-Morvan <drazzib at debian.org>  Fri, 25 Sep 2009 23:58:13 +0200
+ -- Damien Raude-Morvan <drazzib at debian.org>  Sat, 26 Sep 2009 00:00:23 +0200
 
 jzlib (1.0.7-1) unstable; urgency=low
 

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



More information about the pkg-java-commits mailing list