[avalon-framework] 08/23: Convert to 3.0 source + handle test-all as a test.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Oct 30 21:57:23 UTC 2017


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

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

commit f5dd4d197ab06302c081aafdb383e510d579c263
Author: Niels Thykier <nthykier at debian.org>
Date:   Sat Nov 21 18:22:39 2009 +0000

    Convert to 3.0 source + handle test-all as a test.
---
 debian/changelog     | 4 ++++
 debian/rules         | 3 ++-
 debian/source/format | 1 +
 3 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 03cc379..78570bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,10 @@ avalon-framework (4.2.0-5) unstable; urgency=low
   * Corrected spelling in description.
   * Added missing ${misc:Depends}.
   * Set source "1.3" for the java-doc generation to deal javadoc errors.
+  * Added myself to uploaders.
+  * Converted to 3.0 (quilt) source.
+  * Updated the build to recognize "test-all" as a test rather than a
+    build target.
 
  -- Niels Thykier <niels at thykier.net>  Sat, 21 Nov 2009 12:27:27 +0100
 
diff --git a/debian/rules b/debian/rules
index 0e2aacd..8b0b01c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,8 @@ ANT_HOME  := /usr/share/ant
 
 DEB_JARS := $(ANT_HOME)/lib/ant-launcher.jar logkit log4j-1.2 xalan2 $(ANT_HOME)/lib/ant-junit.jar junit
 DEB_ANT_BUILDFILE := debian/build.xml
-DEB_ANT_BUILD_TARGET := jar doc test-all
+DEB_ANT_BUILD_TARGET := jar doc
+DEB_ANT_CHECK_TARGET := test-all
 
 install/libavalon-framework-java::
 	install -m 644 dist/avalon-framework.jar debian/$(cdbs_curpkg)/usr/share/java/avalon-framework-$(VERSION).jar
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)

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



More information about the pkg-java-commits mailing list