[Git][java-team/liboro-java][master] 8 commits: Initial upstream branch.

Emmanuel Bourg gitlab at salsa.debian.org
Tue Jan 22 14:50:34 GMT 2019


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / liboro-java


Commits:
86934687 by Emmanuel Bourg at 2016-07-28T08:09:48Z
Initial upstream branch.

- - - - -
572d4f9a by Emmanuel Bourg at 2018-10-23T15:12:39Z
Moved the package to Git

- - - - -
0e441e80 by Emmanuel Bourg at 2018-10-23T15:13:42Z
Standards-Version updated to 4.2.1

- - - - -
8289b0bb by Emmanuel Bourg at 2018-10-23T15:14:06Z
Wrap and sort

- - - - -
14822630 by Emmanuel Bourg at 2018-10-23T15:14:27Z
Switch to debhelper level 11

- - - - -
f2aa5881 by Emmanuel Bourg at 2018-10-23T15:27:59Z
Build with the DH sequencer instead of CDBS

- - - - -
aaf313c4 by Emmanuel Bourg at 2018-10-23T15:28:25Z
Use a secure URL in debian/watch

- - - - -
9e6da5b7 by Emmanuel Bourg at 2018-10-23T15:28:59Z
Upload to unstable

- - - - -


8 changed files:

- + debian/ant.properties
- debian/changelog
- debian/compat
- debian/control
- debian/liboro-java-doc.docs
- debian/liboro-java.poms
- debian/rules
- debian/watch


Changes:

=====================================
debian/ant.properties
=====================================
@@ -0,0 +1 @@
+final.name=jakarta-oro


=====================================
debian/changelog
=====================================
@@ -1,3 +1,12 @@
+liboro-java (2.0.8a-13) unstable; urgency=medium
+
+  * Build with the DH sequencer instead of CDBS
+  * Standards-Version updated to 4.2.1
+  * Switch to debhelper level 11
+  * Moved the package to Git
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 23 Oct 2018 17:28:48 +0200
+
 liboro-java (2.0.8a-12) unstable; urgency=medium
 
   * Build reproducibility:


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


=====================================
debian/control
=====================================
@@ -3,10 +3,14 @@ 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: debhelper (>= 9), cdbs, default-jdk, ant, maven-repo-helper
-Standards-Version: 3.9.8
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/liboro-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/liboro-java.git
+Build-Depends:
+ ant,
+ debhelper (>= 11),
+ default-jdk,
+ maven-repo-helper
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/liboro-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/liboro-java
 Homepage: http://jakarta.apache.org/oro/
 
 Package: liboro-java
@@ -16,7 +20,7 @@ Description: Regular expression library for Java
  The Jakarta-ORO Java classes are a set of text-processing Java classes
  that provide Perl5 compatible regular expressions, AWK-like regular
  expressions, glob expressions, and utility classes for performing
- substitutions, splits, filtering filenames, etc.  
+ substitutions, splits, filtering filenames, etc.
  ORO is faster and more functional than gnu.regexp.
 
 Package: liboro-java-doc
@@ -27,7 +31,7 @@ Description: Regular expression library for Java -- documentation
  The Jakarta-ORO Java classes are a set of text-processing Java classes
  that provide Perl5 compatible regular expressions, AWK-like regular
  expressions, glob expressions, and utility classes for performing
- substitutions, splits, filtering filenames, etc.  
+ substitutions, splits, filtering filenames, etc.
  ORO is faster and more functional than gnu.regexp.
  .
  This package contains the API documentation of liboro-java


=====================================
debian/liboro-java-doc.docs
=====================================
@@ -1,4 +1,3 @@
+docs/*.html
 docs/api
-docs/*.html  
 docs/images
-


=====================================
debian/liboro-java.poms
=====================================
@@ -1 +1 @@
-debian/pom.xml --no-parent
+debian/pom.xml --no-parent --java-lib --usj-name=oro --artifact=jakarta-oro.jar


=====================================
debian/rules
=====================================
@@ -1,27 +1,8 @@
 #!/usr/bin/make -f
-# debian/rules file for liboro-java (uses cdbs)
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/ant.mk
-
-PACKAGE              := $(DEB_SOURCE_PACKAGE)
-#VERSION             := $(DEB_UPSTREAM_VERSION)
-VERSION              := 2.0.8
-JAVA_HOME            := /usr/lib/jvm/default-java
-DEB_ANT_BUILD_TARGET := jar javadocs
-ANT_OPTS             := -Dant.build.javac.source=1.3 -Dant.build.javac.target=1.2 '-DDATE=$(shell dpkg-parsechangelog --show-field Date)'
-
-install/liboro-java::
-	jar umf debian/osgi.MF jakarta-oro-$(VERSION).jar
-	mh_installpoms -p$(PACKAGE)
-	mh_installjar -p$(PACKAGE) -l debian/pom.xml --usj-name=oro jakarta-oro-$(VERSION).jar
-
-clean::
-	mh_clean
-
-get-orig-source:
-	-uscan --download-version $(VERSION) --force-download --rename
-
-get-orig-pom:
-	wget -O debian/pom.xml http://repository.sonatype.org/service/local/repositories/central/content/oro/oro/$(VERSION)/oro-$(VERSION).pom
+%:
+	dh $@ --with maven-repo-helper
 
+override_dh_auto_build:
+	dh_auto_build -- jar javadocs '-DDATE=$(shell dpkg-parsechangelog --show-field Date)'
+	jar umf debian/osgi.MF jakarta-oro.jar


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/a$// \
-	http://archive.apache.org/dist/jakarta/oro/source/jakarta-oro-(.*).tar.gz debian debian/orig-tar.sh
+https://archive.apache.org/dist/jakarta/oro/source/jakarta-oro-(.*).tar.gz debian debian/orig-tar.sh



View it on GitLab: https://salsa.debian.org/java-team/liboro-java/compare/94d83bd8de9576f75194211c864d8ece12bb86a2...9e6da5b7db3c80681ca0818e9b9881c2e0b6aff1

-- 
View it on GitLab: https://salsa.debian.org/java-team/liboro-java/compare/94d83bd8de9576f75194211c864d8ece12bb86a2...9e6da5b7db3c80681ca0818e9b9881c2e0b6aff1
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/20190122/6ff04c44/attachment.html>


More information about the pkg-java-commits mailing list