This is an automated email from the git hooks/post-receive script. jamespage pushed a commit to branch master in repository jenkins.
commit b23f0c4ca0b3b7a083acc26daeb181e2d8938f49 Author: James Page <[email protected]> Date: Mon Aug 12 09:22:04 2013 +0100 New upstream release: * New upstream release: - d/control: Update versioned BD's: * jenkins-executable-war >= 1.28. --- debian/changelog | 5 +++- debian/control | 2 +- .../0020-Drop-use-of-gitsite-extension.patch | 28 ++++++++++++++++++++ debian/patches/series | 1 + 4 files changed, 34 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f7456b0..2cd1816 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,8 @@ -jenkins (1.480.3+dfsg-2) UNRELEASED; urgency=low +jenkins (1.509.2-1) UNRELEASED; urgency=low + * New upstream release: + - d/control: Update versioned BD's: + * jenkins-executable-war >= 1.28. * d/patches: Switch to using patch-queue for managing patches. -- James Page <[email protected]> Sun, 11 Aug 2013 10:44:19 +0100 diff --git a/debian/control b/debian/control index 65433af..ef96ce2 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,7 @@ Build-Depends-Indep: glassfish-mail, groovy, jenkins-crypto-util, - jenkins-executable-war (>= 1.25), + jenkins-executable-war (>= 1.28), jenkins-instance-identity, jenkins-memory-monitor, jenkins-ssh-cli-auth, diff --git a/debian/patches/0020-Drop-use-of-gitsite-extension.patch b/debian/patches/0020-Drop-use-of-gitsite-extension.patch new file mode 100644 index 0000000..5df21a6 --- /dev/null +++ b/debian/patches/0020-Drop-use-of-gitsite-extension.patch @@ -0,0 +1,28 @@ +From: James Page <[email protected]> +Date: Mon, 12 Aug 2013 09:17:53 +0100 +Subject: Drop use of gitsite extension + +This is not required for the package build +--- + pom.xml | 8 -------- + 1 file changed, 8 deletions(-) + +diff --git a/pom.xml b/pom.xml +index 9e36e37..8eaecdd 100644 +--- a/pom.xml ++++ b/pom.xml +@@ -670,14 +670,6 @@ THE SOFTWARE. + </dependencies> + </plugin> + </plugins> +- +- <extensions> +- <extension> +- <groupId>org.kohsuke</groupId> +- <artifactId>wagon-gitsite</artifactId> +- <version>0.3.5</version> +- </extension> +- </extensions> + </build> + + <profiles> diff --git a/debian/patches/series b/debian/patches/series index 64dffc1..a6d1122 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -17,3 +17,4 @@ build/0016-use-debian-jbcrypt.patch build/0017-ignore-plugin-pom.xml.patch build/0018-fileupload-compat.patch build/0019-io-compat.pach.patch +0020-Drop-use-of-gitsite-extension.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jenkins.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

