[libpicocontainer-java] 13/21: * New upstream release * Disable compiler warnings.
Markus Koschany
apo-guest at moszumanska.debian.org
Fri Oct 24 17:24:50 BST 2014
This is an automated email from the git hooks/post-receive script.
apo-guest pushed a commit to branch master
in repository libpicocontainer-java.
commit 1c820677e698c06f97ea1c771ce11ec9809f724d
Author: Torsten Werner <twerner at debian.org>
Date: Tue Feb 17 21:34:01 2009 +0000
* New upstream release
* Disable compiler warnings.
---
debian/build.xml | 2 +-
debian/changelog | 7 +++++++
2 files changed, 8 insertions(+), 1 deletion(-)
diff --git a/debian/build.xml b/debian/build.xml
index 4be14e1..d773413 100644
--- a/debian/build.xml
+++ b/debian/build.xml
@@ -9,7 +9,7 @@
<target name="compile" description="o Compile the source files">
<mkdir dir="${class.dir}"/>
<javac srcdir="${source.dir}" destdir="${class.dir}"
- debug="true" source="1.5"/>
+ debug="true" source="1.5" nowarn="true"/>
</target>
<target name="jar" description="o Create the jar" depends="compile">
diff --git a/debian/changelog b/debian/changelog
index 31da028..24f6618 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libpicocontainer-java (2.7-1) unstable; urgency=low
+
+ * New upstream release
+ * Disable compiler warnings.
+
+ -- Torsten Werner <twerner at debian.org> Tue, 17 Feb 2009 22:33:42 +0100
+
libpicocontainer-java (2.6+dak1-1) unstable; urgency=low
* Move package to main.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpicocontainer-java.git
More information about the pkg-java-commits
mailing list