[Git][java-team/libfreemarker-java][master] 5 commits: Wrap and sort

Emmanuel Bourg gitlab at salsa.debian.org
Fri Dec 14 22:40:07 GMT 2018


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


Commits:
ce5722f0 by Emmanuel Bourg at 2018-12-03T16:51:31Z
Wrap and sort

- - - - -
ea9a62a1 by Emmanuel Bourg at 2018-12-03T16:52:22Z
Standards-Version updated to 4.2.1

- - - - -
22181df1 by Emmanuel Bourg at 2018-12-03T16:52:30Z
Use salsa.debian.org Vcs-* URLs

- - - - -
1dc22ea7 by Emmanuel Bourg at 2018-12-14T22:39:27Z
Depend on libtomcat9-java instead of libtomcat8-java

- - - - -
7b718ea9 by Emmanuel Bourg at 2018-12-14T22:39:47Z
Upload to unstable

- - - - -


3 changed files:

- debian/changelog
- debian/control
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+libfreemarker-java (2.3.23-9) unstable; urgency=medium
+
+  * Depend on libtomcat9-java instead of libtomcat8-java
+  * Standards-Version updated to 4.2.1
+  * Use salsa.debian.org Vcs-* URLs
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 14 Dec 2018 23:39:33 +0100
+
 libfreemarker-java (2.3.23-8) unstable; urgency=medium
 
   * Team upload.


=====================================
debian/control
=====================================
@@ -2,61 +2,65 @@ Source: libfreemarker-java
 Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders: Varun Hiremath <varun at debian.org>,
-           Torsten Werner <twerner at debian.org>,
-           Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: ant,
-               ant-optional,
-               antlr3,
-               bnd,
-               debhelper (>= 11),
-               default-jdk,
-               default-jdk-doc,
-               ivy,
-               ivy-debian-helper,
-               javacc,
-               jruby,
-               junit,
-               jython (>= 2.5.3-10~),
-               jython-doc,
-               libcommons-io-java,
-               libcommons-jxpath-java,
-               libcommons-jxpath-java-doc,
-               libcommons-logging-java,
-               libcommons-logging-java-doc,
-               libdom4j-java,
-               libdom4j-java-doc,
-               libfindbugs-annotations-java,
-               libjaxen-java,
-               libjaxen-java-doc,
-               libjdom1-java,
-               libjdom1-java-doc,
-               libjetty9-java,
-               liblogback-java,
-               librhino-java,
-               librhino-java-doc,
-               libservlet3.1-java,
-               libslf4j-java,
-               libtomcat8-java,
-               libxalan2-java,
-               libxalan2-java-doc,
-               libxerces2-java,
-               libxerces2-java-doc,
-               maven-repo-helper
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/libfreemarker-java.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/libfreemarker-java.git
+Uploaders:
+ Varun Hiremath <varun at debian.org>,
+ Torsten Werner <twerner at debian.org>,
+ Emmanuel Bourg <ebourg at apache.org>
+Build-Depends:
+ ant,
+ ant-optional,
+ antlr3,
+ bnd,
+ debhelper (>= 11),
+ default-jdk,
+ default-jdk-doc,
+ ivy,
+ ivy-debian-helper,
+ javacc,
+ jruby,
+ junit,
+ jython (>= 2.5.3-10~),
+ jython-doc,
+ libcommons-io-java,
+ libcommons-jxpath-java,
+ libcommons-jxpath-java-doc,
+ libcommons-logging-java,
+ libcommons-logging-java-doc,
+ libdom4j-java,
+ libdom4j-java-doc,
+ libfindbugs-annotations-java,
+ libjaxen-java,
+ libjaxen-java-doc,
+ libjdom1-java,
+ libjdom1-java-doc,
+ libjetty9-java (>= 9.4),
+ libjetty9-extra-java (>= 9.4),
+ liblogback-java,
+ librhino-java,
+ librhino-java-doc,
+ libservlet3.1-java,
+ libslf4j-java,
+ libtomcat9-java,
+ libxalan2-java,
+ libxalan2-java-doc,
+ libxerces2-java,
+ libxerces2-java-doc,
+ maven-repo-helper
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/libfreemarker-java.git
+Vcs-Browser: https://salsa.debian.org/java-team/libfreemarker-java
 Homepage: http://www.freemarker.org
 
 Package: libfreemarker-java
 Architecture: all
 Depends: ${misc:Depends}
-Suggests: jython,
-          libdom4j-java,
-          libjaxen-java,
-          libjdom1-java,
-          librhino-java,
-          libxalan2-java
+Suggests:
+ jython,
+ libdom4j-java,
+ libjaxen-java,
+ libjdom1-java,
+ librhino-java,
+ libxalan2-java
 Description: template engine written in Java
  FreeMarker is a "template engine"; a generic tool to generate text output
  (anything from HTML to autogenerated source code) based on templates. It's a
@@ -80,16 +84,17 @@ Package: libfreemarker-java-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Recommends: default-jdk-doc,
-            jython-doc,
-            libcommons-jxpath-java,
-            libdom4j-java-doc,
-            libjaxen-java-doc,
-            libjdom1-java-doc,
-            liblog4j1.2-java-doc,
-            librhino-java-doc,
-            libxalan2-java-doc,
-            libxerces2-java-doc
+Recommends:
+ default-jdk-doc,
+ jython-doc,
+ libcommons-jxpath-java,
+ libdom4j-java-doc,
+ libjaxen-java-doc,
+ libjdom1-java-doc,
+ liblog4j1.2-java-doc,
+ librhino-java-doc,
+ libxalan2-java-doc,
+ libxerces2-java-doc
 Suggests: libfreemarker-java
 Description: template engine written in Java (documentation)
  FreeMarker is a "template engine"; a generic tool to generate text output


=====================================
debian/rules
=====================================
@@ -16,9 +16,6 @@ override_dh_auto_build:
 override_dh_auto_clean:
 	rm -Rf build .ivy
 
-get-orig-source:
-	uscan --force-download --download-version $(DEB_UPSTREAM_VERSION) --rename
-
 get-orig-pom:
 	wget --user-agent="Mozilla/5.0" -O debian/pom.xml $(MAVEN_REPO)/org/freemarker/freemarker/$(POM_VERSION)/freemarker-$(POM_VERSION).pom
 	perl -p -i -e 's/<version>$(POM_VERSION)/<version>$(DEB_UPSTREAM_VERSION)/' debian/pom.xml



View it on GitLab: https://salsa.debian.org/java-team/libfreemarker-java/compare/e9481c3d5a72ca0af67f8a4f784d16df4b40dc61...7b718ea910e60522ba01cf9cf090299257782dfa

-- 
View it on GitLab: https://salsa.debian.org/java-team/libfreemarker-java/compare/e9481c3d5a72ca0af67f8a4f784d16df4b40dc61...7b718ea910e60522ba01cf9cf090299257782dfa
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/20181214/1acc0175/attachment.html>


More information about the pkg-java-commits mailing list