[SCM] collections15 packaging branch, master, updated. upstream/4.01+ds1-3-g4f65c8b
Giovanni Mascellani
mascellani at poisson.phc.unipi.it
Sun Nov 27 17:31:50 UTC 2011
The following commit has been merged in the master branch:
commit 4f65c8befdac19446b21ed7d96818e2cc3ca20cf
Author: Giovanni Mascellani <mascellani at poisson.phc.unipi.it>
Date: Sun Nov 27 18:30:47 2011 +0100
ITP number and d/rules.
diff --git a/debian/changelog b/debian/changelog
index 10d5ba5..800fa67 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-collections15 (4.01+ds1-1) unstable; urgency=low
+collections15 (4.01+ds1-1) UNRELEASED; urgency=low
- * Initial release (Closes: #nnnn) <nnnn is the bug number of your ITP>
+ * Initial release (closes: #650172).
-- Giovanni Mascellani <gio at debian.org> Sun, 27 Nov 2011 10:08:55 +0100
diff --git a/debian/rules b/debian/rules
index b760bee..f989aff 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,15 @@
#!/usr/bin/make -f
# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
- dh $@
+ dh $@ --with javahelper
+
+# Avoid the default build.xml and its ant dependency
+override_dh_auto_build:
+ true
+
+override_dh_auto_clean:
+ true
--
collections15 packaging
More information about the pkg-java-commits
mailing list