[SCM] json-simple packaging branch, master, updated. upstream/1.1-dfsg1-3-gc26782a
Gilles Filippini
pini at alioth.debian.org
Tue Mar 1 22:38:37 UTC 2011
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "json-simple packaging".
The branch, master has been updated
via c26782a4369fea4f809da7937e571441f8e862ac (commit)
from af52ce42b5cb566260d4c1867a022441470dbf60 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit c26782a4369fea4f809da7937e571441f8e862ac
Author: Gilles Filippini <pini at debian.org>
Date: Tue Mar 1 23:36:28 2011 +0100
First succesful build
-----------------------------------------------------------------------
Summary of changes:
debian/compat | 1 +
debian/control | 2 +-
debian/libjson-simple-java.jlibs | 1 +
debian/rules | 3 +++
debian/source/format | 1 +
5 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
index ff46720..1803e17 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: json-simple
Section: java
Priority: extra
Maintainer: Gilles Filippini <pini at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk,
+Build-Depends: debhelper (>= 7.0.50~), javahelper, default-jdk, ant,
default-jdk-doc
Standards-Version: 3.9.1
Homepage: http://code.google.com/p/json-simple/
diff --git a/debian/libjson-simple-java.jlibs b/debian/libjson-simple-java.jlibs
new file mode 100644
index 0000000..89d3e47
--- /dev/null
+++ b/debian/libjson-simple-java.jlibs
@@ -0,0 +1 @@
+lib/json_simple-1.1.jar
diff --git a/debian/rules b/debian/rules
index 851d668..b7f3422 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@ export JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@ --with javahelper
+
+override_dh_auto_clean:
+ [ ! -d build/main ] || dh_auto_clean
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
hooks/post-receive
--
json-simple packaging
More information about the pkg-java-commits
mailing list