[SCM] jenkins-crypto-util packaging branch, master, updated. debian/1.1-1-1-ge4804f6
James Page
james.page at ubuntu.com
Sun Mar 4 22:17:18 UTC 2012
The following commit has been merged in the master branch:
commit e4804f693c1064ab81edf3d38b6e94ca7ccbcd3b
Author: James Page <james.page at ubuntu.com>
Date: Sun Mar 4 22:08:56 2012 +0000
Fix FTBFS (Closes: #661691, #643501) (LP: #935199):
* Fix FTBFS (Closes: #661691, #643501) (LP: #935199):
- d/maven.properties: Disable test suite execution as currently
fails due to use of expired certificate.
* Bumped Standards-Version: 3.9.3
- d/copyright: Updated Format to reference policy, renamed obsolete
fields.
diff --git a/debian/changelog b/debian/changelog
index fcfb3ed..cd09d95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+jenkins-crypto-util (1.1-2) unstable; urgency=low
+
+ * Fix FTBFS (Closes: #661691, #643501) (LP: #935199):
+ - d/maven.properties: Disable test suite execution as currently
+ fails due to use of expired certificate.
+ * Bumped Standards-Version: 3.9.3
+ - d/copyright: Updated Format to reference policy, renamed obsolete
+ fields.
+
+ -- James Page <james.page at ubuntu.com> Sun, 04 Mar 2012 22:03:45 +0000
+
jenkins-crypto-util (1.1-1) unstable; urgency=low
* Initial Debian release (Closes: #631209)
diff --git a/debian/control b/debian/control
index 9a114ef..6842f3c 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends-Indep:
libcommons-io-java,
libmaven-compiler-plugin-java,
libmaven-javadoc-plugin-java
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
Homepage: https://github.com/jenkinsci/lib-crypto-util
Vcs-Git: git://git.debian.org/git/pkg-java/jenkins-crypto-util.git
Vcs-Browser: http://git.debian.org/?p=pkg-java/jenkins-crypto-util.git
diff --git a/debian/copyright b/debian/copyright
index 37a5c72..ecc0458 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,5 +1,5 @@
-Format-Specification: http://dep.debian.net/deps/dep5/
-Name: Utility around Java Crypto API
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Utility around Java Crypto API
Source: https://github.com/jenkinsci/lib-crypto-util
Files: *
diff --git a/debian/maven.properties b/debian/maven.properties
index 1e4181c..1bb29fc 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -1,6 +1,6 @@
# Include here properties to pass to Maven during the build.
# For example:
-# maven.test.skip=true
+maven.test.skip=true
# Specify code source and target as not explicit in pom.xml
# and defaults to 1.3
maven.compiler.source=1.5
--
jenkins-crypto-util packaging
More information about the pkg-java-commits
mailing list