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


Commits:
8a8fbd11 by Emmanuel Bourg at 2021-01-26T14:54:47+01:00
Removed the -java-doc package

- - - - -
f340ba1b by Emmanuel Bourg at 2021-01-26T14:56:33+01:00
Standards-Version updated to 4.5.1

- - - - -
62dadd39 by Emmanuel Bourg at 2021-01-26T14:56:47+01:00
Switch to debhelper level 13

- - - - -
c0fc2aac by Emmanuel Bourg at 2021-01-26T14:57:29+01:00
https://commons.apache.org/jexl

- - - - -
1728baa4 by Emmanuel Bourg at 2021-01-26T14:58:15+01:00
Updated the watch file to the version 4

- - - - -
58a022ad by Emmanuel Bourg at 2021-01-26T15:01:01+01:00
Upload to unstable

- - - - -


9 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libcommons-jexl2-java-doc.doc-base.api
- − debian/libcommons-jexl2-java-doc.install
- debian/maven.ignoreRules
- debian/rules
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,10 +1,13 @@
-libcommons-jexl2-java (2.1.1-5) UNRELEASED; urgency=medium
+libcommons-jexl2-java (2.1.1-5) unstable; urgency=medium
 
-  * Standards-Version updated to 4.2.0
-  * Switch to debhelper level 11
+  * Removed the -java-doc package
+  * Standards-Version updated to 4.5.1
+  * Switch to debhelper level 13
   * Use salsa.debian.org Vcs-* URLs
+  * Use secure URIs
+  * Updated the watch file to the version 4
 
- -- Emmanuel Bourg <ebo...@apache.org>  Thu, 02 Aug 2018 12:00:29 +0200
+ -- Emmanuel Bourg <ebo...@apache.org>  Tue, 26 Jan 2021 15:00:57 +0100
 
 libcommons-jexl2-java (2.1.1-4) unstable; urgency=medium
 


=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11


=====================================
debian/control
=====================================
@@ -4,28 +4,25 @@ Priority: optional
 Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebo...@apache.org>
 Build-Depends:
- debhelper (>= 11~),
+ debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  javahelper,
  junit4,
  libbuild-helper-maven-plugin-java,
  libcommons-logging-java,
- libcommons-logging-java-doc,
  libcommons-parent-java (>= 39),
  libjavacc-maven-plugin-java,
  libmaven-bundle-plugin-java,
  libmaven-javadoc-plugin-java,
  maven-debian-helper (>= 2.0.2~)
-Standards-Version: 4.2.0
+Standards-Version: 4.5.1
 Vcs-Git: https://salsa.debian.org/java-team/libcommons-jexl2-java.git
 Vcs-Browser: https://salsa.debian.org/java-team/libcommons-jexl2-java
-Homepage: http://commons.apache.org/jexl
+Homepage: https://commons.apache.org/jexl
 
 Package: libcommons-jexl2-java
 Architecture: all
 Depends: libcommons-logging-java, ${misc:Depends}
-Suggests: libcommons-jexl2-java-doc
 Description: Apache Commons JEXL - Java Expression Language
  JEXL is a library intended to facilitate the implementation of dynamic and
  scripting features in applications and frameworks written in Java.
@@ -33,15 +30,3 @@ Description: Apache Commons JEXL - Java Expression Language
  JEXL implements an Expression Language based on some extensions to the JSTL
  Expression Language supporting most of the constructs seen in shell-script
  or ECMAScript.
-
-Package: libcommons-jexl2-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Recommends: ${maven:DocOptionalDepends}
-Suggests: libcommons-jexl2-java
-Description: Documentation for Apache Commons JEXL
- The Commons JEXL library is an implementation of the JSTL Expression Language
- with extensions.
- .
- This package contains the API documentation of libcommons-jexl2-java.


=====================================
debian/copyright
=====================================
@@ -1,6 +1,6 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Apache Commons JEXL
-Source: http://commons.apache.org/jexl/
+Source: https://commons.apache.org/jexl/
 
 Files: *
 Copyright: 2001-2013, The Apache Software Foundation


=====================================
debian/libcommons-jexl2-java-doc.doc-base.api deleted
=====================================
@@ -1,10 +0,0 @@
-Document: libcommons-jexl2-java
-Title: API Javadoc for Commons JEXL
-Author: The Apache Software Foundation developers
-Abstract: This is the API Javadoc provided for the
- libcommons-jexl2-java library.
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libcommons-jexl2-java/api/index.html
-Files: /usr/share/doc/libcommons-jexl2-java/api/*


=====================================
debian/libcommons-jexl2-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/apidocs/* usr/share/doc/libcommons-jexl2-java/api


=====================================
debian/maven.ignoreRules
=====================================
@@ -3,6 +3,7 @@ org.apache.bsf bsf-api * * * *
 org.apache.maven.plugins maven-assembly-plugin * * * *
 org.apache.maven.plugins maven-changes-plugin * * * *
 org.apache.maven.plugins maven-checkstyle-plugin * * * *
+org.apache.maven.plugins maven-javadoc-plugin * * * *
 org.apache.maven.plugins maven-pmd-plugin * * * *
 org.codehaus.mojo clirr-maven-plugin * * * *
 org.codehaus.mojo cobertura-maven-plugin * * * *


=====================================
debian/rules
=====================================
@@ -7,6 +7,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java
 
 override_dh_installchangelogs:
        dh_installchangelogs -- RELEASE-NOTES.txt
-
-get-orig-source:
-       uscan --download-current-version --force-download --rename


=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
-https://archive.apache.org/dist/commons/jexl/source/commons-jexl-(2\.[\.\d]+)-src.tar.gz
 debian uupdate
+version=4
+https://archive.apache.org/dist/commons/jexl/source/commons-jexl-(2\.[\.\d]+)-src.tar.gz



View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-jexl2-java/-/compare/2f328f8f08e4bb36e0caa5dac358fa89aaac02c9...58a022ad1a0ed21ad935b5000c93ded9260d40fc

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/libcommons-jexl2-java/-/compare/2f328f8f08e4bb36e0caa5dac358fa89aaac02c9...58a022ad1a0ed21ad935b5000c93ded9260d40fc
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to