[Git][java-team/geronimo-ejb-3.2-spec][master] 8 commits: Wrap and sort

Emmanuel Bourg gitlab at salsa.debian.org
Mon Aug 6 12:13:08 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / geronimo-ejb-3.2-spec


Commits:
2c54b107 by Emmanuel Bourg at 2018-08-06T10:53:23Z
Wrap and sort

- - - - -
8015411e by Emmanuel Bourg at 2018-08-06T10:53:56Z
Standards-Version updated to 4.2.0

- - - - -
46081080 by Emmanuel Bourg at 2018-08-06T10:54:08Z
Switch to debhelper level 11

- - - - -
2fedfedd by Emmanuel Bourg at 2018-08-06T10:54:11Z
Use salsa.debian.org Vcs-* URLs

- - - - -
3170b49b by Emmanuel Bourg at 2018-08-06T10:59:19Z
Build with the DH sequencer instead of CDBS

- - - - -
5af4b1fc by Emmanuel Bourg at 2018-08-06T10:59:55Z
Use a secure URL in debian/watch

- - - - -
24c0f6a4 by Emmanuel Bourg at 2018-08-06T11:02:27Z
Depend on libjaxrpc-api-java instead of libaxis-java

- - - - -
4a91cf5f by Emmanuel Bourg at 2018-08-06T11:02:57Z
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/compat
- debian/control
- debian/maven.rules
- debian/orig-tar.sh
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+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 at 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)


=====================================
debian/compat
=====================================
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11


=====================================
debian/control
=====================================
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,17 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at 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


=====================================
debian/maven.rules
=====================================
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,3 @@
 
 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
=====================================
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -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
 


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,4 @@
 #!/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 $@


=====================================
debian/watch
=====================================
--- a/debian/watch
+++ b/debian/watch
@@ -1,4 +1,4 @@
 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



View it on GitLab: https://salsa.debian.org/java-team/geronimo-ejb-3.2-spec/compare/90033e40d2bc5aabe1e2412ee0a3f8c278299b91...4a91cf5f85104174f715e0bb56fcb67c98e5f699

-- 
View it on GitLab: https://salsa.debian.org/java-team/geronimo-ejb-3.2-spec/compare/90033e40d2bc5aabe1e2412ee0a3f8c278299b91...4a91cf5f85104174f715e0bb56fcb67c98e5f699
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180806/462c42bc/attachment.html>


More information about the pkg-java-commits mailing list