--- geronimo-jms-1.1-spec-1.1.orig/debian/rules +++ geronimo-jms-1.1-spec-1.1/debian/rules @@ -0,0 +1,28 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/ant.mk + +SVN := geronimo/specs/tags/geronimo-jms_1.1_spec-$(DEB_UPSTREAM_VERSION) +ASFREPO := http://svn.apache.org/repos/asf/$(SVN) +REQUIRED_JVM_VERSION := 1.5 + +JAVA_HOME := /usr/lib/jvm/default-java +DEB_ANT_BUILDFILE := ./debian/build.xml +DEB_ANT_ARGS := -DartifactVersion=$(DEB_UPSTREAM_VERSION) \ + -DartifactId=$(DEB_SOURCE_PACKAGE) \ + -DsourceVersion=$(REQUIRED_JVM_VERSION) \ + -DtargetVersion=$(REQUIRED_JVM_VERSION) + +get-orig-source: + mkdir orig_tmp + cd orig_tmp && \ + svn export -q $(ASFREPO) $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) && \ + tar czf ../../$(DEB_SOURCE_PACKAGE)_$(DEB_UPSTREAM_VERSION).orig.tar.gz $(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION) + rm -rf orig_tmp + +binary-post-install/lib$(DEB_SOURCE_PACKAGE)-java:: + mh_installpoms -plib$(DEB_SOURCE_PACKAGE)-java + mh_installjar -plib$(DEB_SOURCE_PACKAGE)-java --usj-name=$(DEB_SOURCE_PACKAGE) \ + -l pom.xml build/$(DEB_SOURCE_PACKAGE)-$(DEB_UPSTREAM_VERSION).jar + --- geronimo-jms-1.1-spec-1.1.orig/debian/compat +++ geronimo-jms-1.1-spec-1.1/debian/compat @@ -0,0 +1 @@ +5 --- geronimo-jms-1.1-spec-1.1.orig/debian/build.xml +++ geronimo-jms-1.1-spec-1.1/debian/build.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --- geronimo-jms-1.1-spec-1.1.orig/debian/control +++ geronimo-jms-1.1-spec-1.1/debian/control @@ -0,0 +1,24 @@ +Source: geronimo-jms-1.1-spec +Section: libs +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Chris Grzegorczyk +DM-Upload-Allowed: yes +Uploaders: Graziano Obertelli , Kyo Lee +Build-Depends-Indep: default-jdk, maven-repo-helper +Build-Depends: ant, debhelper (>= 5), cdbs (>= 0.4.5.3) +Standards-Version: 3.8.3 +Vcs-Svn: http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-jms_1.1_spec + +Package: libgeronimo-jms-1.1-spec-java +Architecture: all +Depends: default-jre-headless | java5-runtime-headless, ${misc:Depends} +Description: Geronimo API implementation of the JMS 1.1 spec + The goal of the Geronimo project is to produce a server runtime framework + that pulls together the best Open Source alternatives to create runtimes + that meet the needs of developers and system administrators. Geronimo's + most popular distribution is a fully certified Java EE 5 application server + runtime. + . + Geronimo API implementation of the JMS 1.1 spec (javax.jms classes) + --- geronimo-jms-1.1-spec-1.1.orig/debian/orig-tar.sh +++ geronimo-jms-1.1-spec-1.1/debian/orig-tar.sh @@ -0,0 +1,18 @@ +#!/bin/sh -e + +# $1 = version +TAR=../geronimo-jms-1.1-spec_$2.orig.tar.gz +DIR=libgeronimo-jms-1.1-spec-java-$2.orig + +# clean up the upstream tarball +svn export http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jms_1.1_spec-$2/ $DIR +GZIP=--best tar -c -z -f $TAR $DIR +rm -rf $DIR +rm ../geronimo-jms_1.1_spec-$2 + +# move to directory 'tarballs' +if [ -r .svn/deb-layout ]; then + . .svn/deb-layout + mv $TAR $origDir + echo "moved $TAR to $origDir" +fi --- geronimo-jms-1.1-spec-1.1.orig/debian/copyright +++ geronimo-jms-1.1-spec-1.1/debian/copyright @@ -0,0 +1,83 @@ +This package was debianized by Thierry Carrez on +Wed, 04 Feb 2009 11:39:01 +0100 + +Source tarballs are rebuilt from the SVN export of the relevant tag under +https://svn.apache.org/repos/asf/geronimo/specs + +Copyright: + Copyright (C) 2003-2006 The Apache Software Foundation + +Authors: + The Apache Software Foundation, including but not limited to: + Aaron Mulder + Alan Cabrera + Alexy Petrenko + Anita Kulshreshtha + Bruce Snyder + B.J. Reed + Christopher J. Blythe + Christopher M. Cardona + Dain Sundstrom + Darren Middleman + Davanum Srinivas + David Blevins + David Jencks + Donald Woods (dwoods) + Erik B. Craig + Geir Magnusson Jr. + Gianny D'Amour + Greg Wilkins + Guillaume Nodet + Hernan Cunico + Hiram Chirino + Jacek Laskowski + James Strachan + Jan Bartel + Jarek Gawor + Jason Dillon + Jason van Zyl + Jason Warner + Jay D. McHugh + Jeff Genender + Jeremy Boynes + Joe Bohn + John R. Sisson + Jules Gosnell + Kevan Miller + Ken Coar + Lars Kuhne + Lin Sun + Manu George + Mark DeLaFranier + Matt R. Hogstrom + Paul McMahan + Prasad Kashyap + Rakesh Midha + Rick McGuire + Sachin P. Patel + Shiva Kumar H R + Srinath Perera + Ted Kirby + Tim McConnell + Vamsavardhana Reddy Chillakuru + Viet Nguyen + Yun Feng Ma + +License: + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + +On Debian GNU/Linux and Ubuntu systems, the complete text of the Apache 2.0 +License can be found in the /usr/share/common-licenses/Apache-2.0 file. + +The same license and copyright applies to the Debian packaging. --- geronimo-jms-1.1-spec-1.1.orig/debian/watch +++ geronimo-jms-1.1-spec-1.1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://svn.apache.org/repos/asf/geronimo/specs/tags/ geronimo-jms_1.1_spec-([0-9].*)/ debian debian/orig-tar.sh --- geronimo-jms-1.1-spec-1.1.orig/debian/libgeronimo-jms-1.1-spec-java.poms +++ geronimo-jms-1.1-spec-1.1/debian/libgeronimo-jms-1.1-spec-java.poms @@ -0,0 +1 @@ +pom.xml --no-parent --- geronimo-jms-1.1-spec-1.1.orig/debian/changelog +++ geronimo-jms-1.1-spec-1.1/debian/changelog @@ -0,0 +1,45 @@ +geronimo-jms-1.1-spec (1.1-1.2ubuntu1) precise; urgency=low + + * Merge from Debian testing. + * d/rules: Add --usj-name=geronimo-jms-1.1-spec to ensure consistent jar + naming with previous versions. + + -- James Page Wed, 26 Oct 2011 14:13:51 +0100 + +geronimo-jms-1.1-spec (1.1-1.2) unstable; urgency=low + + * Non-maintainer upload. + * Add --no-parent for installing the pom.xml. + + -- Torsten Werner Fri, 23 Sep 2011 23:33:11 +0200 + +geronimo-jms-1.1-spec (1.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Install POM file with maven-repo-helper. + + -- Matthias Schmitz Sun, 23 May 2010 01:34:39 +0200 + +geronimo-jms-1.1-spec (1.1-1fakesync1) maverick; urgency=low + + * Fake sync due to mismatching tarball (LP: #512430). + + -- Artur Rona Sun, 23 May 2010 21:55:02 +0200 + +geronimo-jms-1.1-spec (1.1-1) unstable; urgency=low + + * Port package to pkg-java based largely on existing Ubuntu package + + -- Chris Grzegorczyk Wed, 16 Dec 2009 21:50:22 -0800 + +geronimo-jms-1.1-spec (1.1-0ubuntu2) karmic; urgency=low + + * debian/rules: Remove unneeded build variables. + + -- Thierry Carrez Mon, 10 Aug 2009 14:03:21 +0200 + +geronimo-jms-1.1-spec (1.1-0ubuntu1) jaunty; urgency=low + + * Initial release. + + -- Thierry Carrez Tue, 10 Feb 2009 13:51:53 +0000