Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (8)
Wrap and sort
· 2c54b107
Emmanuel Bourg
authored
Aug 06, 2018
2c54b107
Standards-Version updated to 4.2.0
· 8015411e
Emmanuel Bourg
authored
Aug 06, 2018
8015411e
Switch to debhelper level 11
· 46081080
Emmanuel Bourg
authored
Aug 06, 2018
46081080
Use salsa.debian.org Vcs-* URLs
· 2fedfedd
Emmanuel Bourg
authored
Aug 06, 2018
2fedfedd
Build with the DH sequencer instead of CDBS
· 3170b49b
Emmanuel Bourg
authored
Aug 06, 2018
3170b49b
Use a secure URL in debian/watch
· 5af4b1fc
Emmanuel Bourg
authored
Aug 06, 2018
5af4b1fc
Depend on libjaxrpc-api-java instead of libaxis-java
· 24c0f6a4
Emmanuel Bourg
authored
Aug 06, 2018
24c0f6a4
Upload to unstable
· 4a91cf5f
Emmanuel Bourg
authored
Aug 06, 2018
4a91cf5f
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
4a91cf5f
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
geronimo-ejb-3.2-spec (1.0~alpha-1-1) unstable; urgency=medium
* Initial release (Closes: #790902)
* Initial release (Closes: #790902)
...
...
debian/compat
View file @
4a91cf5f
9
11
debian/control
View file @
4a91cf5f
...
@@ -3,17 +3,17 @@ Section: java
...
@@ -3,17 +3,17 @@ Section: java
Priority: optional
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Uploaders: Emmanuel Bourg <ebourg@apache.org>
Build-Depends:
cdbs,
Build-Depends:
debhelper (>=
9
),
debhelper (>=
11~
),
default-jdk,
default-jdk,
libaxis-java,
libgeronimo-jta-1.1-spec-java,
libgeronimo-jta-1.1-spec-java,
libgeronimo-osgi-support-java (>= 1.1),
libgeronimo-osgi-support-java (>= 1.1),
libjaxrpc-api-java,
libmaven-bundle-plugin-java,
libmaven-bundle-plugin-java,
maven-debian-helper (>= 1.5)
maven-debian-helper (>= 1.5)
Standards-Version:
3.9.6
Standards-Version:
4.2.0
Vcs-Git:
git://anonscm
.debian.org/
pkg-
java/geronimo-ejb-3.2-spec.git
Vcs-Git:
https://salsa
.debian.org/java
-team
/geronimo-ejb-3.2-spec.git
Vcs-Browser: https://
anonscm
.debian.org/
cgit/pkg-java
/geronimo-ejb-3.2-spec
.git
Vcs-Browser: https://
salsa
.debian.org/
java-team
/geronimo-ejb-3.2-spec
Homepage: http://geronimo.apache.org
Homepage: http://geronimo.apache.org
Package: libgeronimo-ejb-3.2-spec-java
Package: libgeronimo-ejb-3.2-spec-java
...
...
debian/maven.rules
View file @
4a91cf5f
org.apache.geronimo.specs geronimo-ejb_3.2_spec bundle s/.*/debian/ * *
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
/ * *
debian/orig-tar.sh
View file @
4a91cf5f
...
@@ -9,7 +9,7 @@ TAR=../geronimo-ejb-3.2-spec_$VERSION.orig.tar.xz
...
@@ -9,7 +9,7 @@ TAR=../geronimo-ejb-3.2-spec_$VERSION.orig.tar.xz
DIR
=
geronimo-ejb-3.2-spec-
$VERSION
DIR
=
geronimo-ejb-3.2-spec-
$VERSION
TAG
=
$(
echo
"geronimo-ejb_3.2_spec-
$VERSION
"
|
sed
-re
's/~(alpha|beta|rc)/-\1/'
)
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
http
s
://svn.apache.org/repos/asf/geronimo/specs/tags/
${
TAG
}
/
$DIR
XZ_OPT
=
--best
tar
-c
-J
-f
$TAR
--exclude
'*.jar'
--exclude
'*.class'
$DIR
XZ_OPT
=
--best
tar
-c
-J
-f
$TAR
--exclude
'*.jar'
--exclude
'*.class'
$DIR
rm
-rf
$DIR
../
$TAG
rm
-rf
$DIR
../
$TAG
...
...
debian/rules
View file @
4a91cf5f
#!/usr/bin/make -f
#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
%:
include /usr/share/cdbs/1/class/maven.mk
dh $@
JAVA_HOME := /usr/lib/jvm/default-java
get-orig-source:
uscan --download-current-version --force-download --no-symlink
debian/watch
View file @
4a91cf5f
version=3
version=3
opts="uversionmangle=s/-(alpha|beta|rc)(-)?/~$1$2/" \
opts="uversionmangle=s/-(alpha|beta|rc)(-)?/~$1$2/" \
http://svn.apache.org/repos/asf/geronimo/specs/tags/ \
http
s
://svn.apache.org/repos/asf/geronimo/specs/tags/ \
geronimo-ejb_3.2_spec-(\d.*)/ debian debian/orig-tar.sh
geronimo-ejb_3.2_spec-(\d.*)/ debian debian/orig-tar.sh