[SCM] jcaptcha packaging branch, master, updated. debian/2.0_alpha1-2-1-gd482509
James Page
james.page at ubuntu.com
Sun Mar 4 22:21:45 UTC 2012
The following commit has been merged in the master branch:
commit d48250930c84f60062977f4de4959e24db302ba0
Author: James Page <james.page at ubuntu.com>
Date: Sun Mar 4 22:21:42 2012 +0000
Fix FTBFS (Closes: #661715):
* Fix FTBFS (Closes: #661715):
- d/libjcaptcha-java.poms: Added missing --java-lib flags to ensure
jar files are installed to /usr/share/java.
* Bumped Standards-Version: 3.9.3:
- d/copyright: Updated Format to refer to new policy, renamed obsolete
field names.
diff --git a/debian/changelog b/debian/changelog
index b9b8339..f8c190e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+jcaptcha (2.0~alpha1-3) unstable; urgency=low
+
+ * Fix FTBFS (Closes: #661715):
+ - d/libjcaptcha-java.poms: Added missing --java-lib flags to ensure
+ jar files are installed to /usr/share/java.
+ * Bumped Standards-Version: 3.9.3:
+ - d/copyright: Updated Format to refer to new policy, renamed obsolete
+ field names.
+
+ -- James Page <james.page at ubuntu.com> Sun, 04 Mar 2012 22:11:14 +0000
+
jcaptcha (2.0~alpha1-2) unstable; urgency=low
* Team upload
diff --git a/debian/control b/debian/control
index d6a0f05..5a16f28 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Build-Depends-Indep:
libservlet2.5-java-doc,
libslf4j-java,
ttf-dejavu-core
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: http://www.jcaptcha.net/
Vcs-Git: git://git.debian.org/git/pkg-java/jcaptcha.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jcaptcha.git
diff --git a/debian/copyright b/debian/copyright
index d99d959..9659308 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,11 +1,11 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: JCaptcha Home
-Maintainer: Antoine Veret <antoine.veret at gmail.com> as Project Leader, Developer
- Marc-Antoine Garrigue <magarrigue at octo.com> as Developer
- Sebastien Brunot as Developer
- Mathieu Gandin as Developer
- Benoit Doumas as Developer
- Richard Hull
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstrean-Name: JCaptcha Home
+Upstream-Contact: Antoine Veret <antoine.veret at gmail.com> as Project Leader, Developer
+ Marc-Antoine Garrigue <magarrigue at octo.com> as Developer
+ Sebastien Brunot as Developer
+ Mathieu Gandin as Developer
+ Benoit Doumas as Developer
+ Richard Hull
Source: http://www.jcaptcha.net/
Files: *
diff --git a/debian/libjcaptcha-java.poms b/debian/libjcaptcha-java.poms
index 91536c3..ac33e99 100644
--- a/debian/libjcaptcha-java.poms
+++ b/debian/libjcaptcha-java.poms
@@ -23,14 +23,14 @@
# --ignore-pom: don't install the POM with mh_install or mh_installpoms. To use with POM files that are created
# temporarily for certain artifacts such as Javadoc jars.
#
-pom.xml
+pom.xml
site-skin/pom.xml --ignore
-api/pom.xml
-common-test/pom.xml
-jcaptcha/pom.xml
+api/pom.xml --java-lib
+common-test/pom.xml
+jcaptcha/pom.xml --java-lib
testing/pom.xml --ignore
extension-jbosscache-store/pom.xml --ignore
extension-buffered-engine/pom.xml --ignore
extension-sound-freetts/pom.xml --ignore
-integration-simple-servlet/pom.xml
+integration-simple-servlet/pom.xml --java-lib
samples/pom.xml --ignore
--
jcaptcha packaging
More information about the pkg-java-commits
mailing list