[Git][java-team/flute][master] 6 commits: Standards-Version updated to 4.6.1

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Sun May 15 23:33:42 BST 2022



Emmanuel Bourg pushed to branch master at Debian Java Maintainers / flute


Commits:
88093759 by Emmanuel Bourg at 2022-05-16T00:25:43+02:00
Standards-Version updated to 4.6.1

- - - - -
8fa7e7f9 by Emmanuel Bourg at 2022-05-16T00:25:53+02:00
Switch to debhelper level 13

- - - - -
4e2967c1 by Emmanuel Bourg at 2022-05-16T00:26:25+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
b8a8196f by Emmanuel Bourg at 2022-05-16T00:30:45+02:00
Removed the -java-doc package

- - - - -
8ce2d963 by Emmanuel Bourg at 2022-05-16T00:31:18+02:00
Build with javacc5

- - - - -
3147be23 by Emmanuel Bourg at 2022-05-16T00:33:23+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/libflute-java-doc.javadoc
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+flute (1:1.1.6-5) unstable; urgency=medium
+
+  * Team upload.
+  * Build with javacc5
+  * Standards-Version updated to 4.6.1
+  * Switch to debhelper level 13
+  * Use salsa.debian.org Vcs-* URLs
+  * Removed the -java-doc package
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 16 May 2022 00:33:18 +0200
+
 flute (1:1.1.6-4) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -9,36 +9,23 @@ Build-Depends:
  ant,
  ant-contrib,
  ant-optional,
- debhelper (>= 10),
+ debhelper-compat (= 13),
  default-jdk,
- javacc (>= 5.0),
+ javacc5,
  javahelper,
  libsac-java
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/flute.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/flute.git
+Standards-Version: 4.6.1
+Vcs-Git: https://salsa.debian.org/java-team/flute.git
+Vcs-Browser: https://salsa.debian.org/java-team/flute
 Homepage: https://sourceforge.net/projects/jfreereport/
 
 Package: libflute-java
 Architecture: all
 Depends: ${java:Depends}, ${misc:Depends}
 Recommends: ${java:Recommends}
-Suggests: libflute-java-doc
 Description: Java CSS parser using SAC (JFree version)
  Flute is a CSS2 parser written in Java that implements SAC.
  SAC is a standard event-based API for CSS parsers, closely
  modelled on the SAX API for XML parsers.
  .
  This package contains the library.
-
-Package: libflute-java-doc
-Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
-Recommends: ${java:Recommends}
-Section: doc
-Description: Java CSS parser using SAC (JFree version) -- documentation
- Flute is a CSS2 parser written in Java that implements SAC.
- SAC is a standard event-based API for CSS parsers, closely
- modelled on the SAX API for XML parsers.
- .
- This package contains the javadoc documentation.


=====================================
debian/libflute-java-doc.javadoc deleted
=====================================
@@ -1 +0,0 @@
-bin/javadoc/docs/api /usr/share/doc/libflute-java/api


=====================================
debian/rules
=====================================
@@ -9,8 +9,8 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 	dh $@ --with javahelper
 
 override_dh_auto_build:
-	cd source/org/w3c/flute/parser && javacc Parser.jj
-	ant -Dantcontrib.build.cache.dir=/usr/share/java -Dlib.dir=/usr/share/java compile jar javadoc
+	cd source/org/w3c/flute/parser && javacc5 Parser.jj
+	ant -Dantcontrib.build.cache.dir=/usr/share/java -Dlib.dir=/usr/share/java compile jar
 
 override_dh_auto_clean:
 	for i in TokenMgrError.java Token.java CharStream.java \
@@ -23,7 +23,3 @@ override_dh_auto_clean:
 
 override_jh_installlibs:
 	jh_installlibs --no-mangle --upstream-version=1.1-SNAPSHOT
-
-get-orig-source:
-	uscan --verbose --rename --force-download
-



View it on GitLab: https://salsa.debian.org/java-team/flute/-/compare/3e65454f81fa4b1b5e29103f31449dab28546688...3147be2396d658616591976de95fa62af5fd6633

-- 
View it on GitLab: https://salsa.debian.org/java-team/flute/-/compare/3e65454f81fa4b1b5e29103f31449dab28546688...3147be2396d658616591976de95fa62af5fd6633
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/20220515/67bb4908/attachment.htm>


More information about the pkg-java-commits mailing list