Skip to content
Commits on Source (8)
geronimo-ejb-3.2-spec (1.0~alpha-1-2) unstable; urgency=medium
* Depend on libjaxrpc-api-java instead of libaxis-java
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 4.2.0
* Switch to debhelper level 11
* Use salsa.debian.org Vcs-* URLs
* Use a secure URL in debian/watch
-- Emmanuel Bourg <ebourg@apache.org> Mon, 06 Aug 2018 13:02:37 +0200
geronimo-ejb-3.2-spec (1.0~alpha-1-1) unstable; urgency=medium
* Initial release (Closes: #790902)
......
......@@ -3,17 +3,17 @@ Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends: cdbs,
debhelper (>= 9),
default-jdk,
libaxis-java,
libgeronimo-jta-1.1-spec-java,
libgeronimo-osgi-support-java (>= 1.1),
libmaven-bundle-plugin-java,
maven-debian-helper (>= 1.5)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-java/geronimo-ejb-3.2-spec.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/geronimo-ejb-3.2-spec.git
Build-Depends:
debhelper (>= 11~),
default-jdk,
libgeronimo-jta-1.1-spec-java,
libgeronimo-osgi-support-java (>= 1.1),
libjaxrpc-api-java,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 1.5)
Standards-Version: 4.2.0
Vcs-Git: https://salsa.debian.org/java-team/geronimo-ejb-3.2-spec.git
Vcs-Browser: https://salsa.debian.org/java-team/geronimo-ejb-3.2-spec
Homepage: http://geronimo.apache.org
Package: libgeronimo-ejb-3.2-spec-java
......
org.apache.geronimo.specs geronimo-ejb_3.2_spec bundle s/.*/debian/ * *
s/org.apache.geronimo.specs/axis/ s/geronimo-jaxrpc_1.1_spec/axis-jaxrpc * s/.*/1.4/ * *
s/org.apache.geronimo.specs/javax.xml.rpc/ s/geronimo-jaxrpc_1.1_spec/javax.xml.rpc-api/ * s/.*/debian/ * *
......@@ -9,7 +9,7 @@ TAR=../geronimo-ejb-3.2-spec_$VERSION.orig.tar.xz
DIR=geronimo-ejb-3.2-spec-$VERSION
TAG=$(echo "geronimo-ejb_3.2_spec-$VERSION" | sed -re's/~(alpha|beta|rc)/-\1/')
svn export http://svn.apache.org/repos/asf/geronimo/specs/tags/${TAG}/ $DIR
svn export https://svn.apache.org/repos/asf/geronimo/specs/tags/${TAG}/ $DIR
XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
rm -rf $DIR ../$TAG
......
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk
JAVA_HOME := /usr/lib/jvm/default-java
get-orig-source:
uscan --download-current-version --force-download --no-symlink
%:
dh $@
version=3
opts="uversionmangle=s/-(alpha|beta|rc)(-)?/~$1$2/" \
http://svn.apache.org/repos/asf/geronimo/specs/tags/ \
https://svn.apache.org/repos/asf/geronimo/specs/tags/ \
geronimo-ejb_3.2_spec-(\d.*)/ debian debian/orig-tar.sh