[Git][java-team/qdox][master] 5 commits: Use salsa.debian.org Vcs-* URLs

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Mon Oct 28 09:19:18 GMT 2024



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


Commits:
5abdfdc8 by Emmanuel Bourg at 2024-10-28T10:09:33+01:00
Use salsa.debian.org Vcs-* URLs

- - - - -
2cd5b522 by Emmanuel Bourg at 2024-10-28T10:09:44+01:00
Standards-Version updated to 4.7.0

- - - - -
1409d335 by Emmanuel Bourg at 2024-10-28T10:09:49+01:00
Switch to debhelper level 13

- - - - -
b8fd37e3 by Emmanuel Bourg at 2024-10-28T10:17:17+01:00
Removed the -java-doc package

- - - - -
4c97eb4c by Emmanuel Bourg at 2024-10-28T10:17:28+01:00
Upload to unstable

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/libqdox-java-doc.install
- debian/maven.ignoreRules
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+qdox (1.12.1-4) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the -java-doc package
+  * Use salsa.debian.org Vcs-* URLs
+  * Standards-Version updated to 4.7.0
+  * Switch to debhelper level 13
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 28 Oct 2024 10:17:25 +0100
+
 qdox (1.12.1-3) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -7,24 +7,22 @@ Uploaders:
  Damien Raude-Morvan <drazzib at debian.org>
 Build-Depends:
  byacc-j,
- debhelper (>= 10),
+ debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  jflex (>= 1.6.1),
  junit (>= 3.8.1),
  libjmock-java (>= 1.0.1),
  libmaven-antrun-plugin-java,
- libmaven-javadoc-plugin-java,
  maven-debian-helper (>= 2.2)
-Standards-Version: 4.0.0
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/qdox.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/qdox.git
+Standards-Version: 4.7.0
+Vcs-Git: https://salsa.debian.org/java-team/qdox.git
+Vcs-Browser: https://salsa.debian.org/java-team/qdox
 Homepage: https://github.com/codehaus/qdox
 
 Package: libqdox-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}
-Suggests: libqdox-java-doc, ${maven:OptionalDepends}
+Suggests: ${maven:OptionalDepends}
 Description: Quickly parses declarations and Javadoc from Java source
  qdox quickly parses Java source files looking for key items of
  interest:
@@ -37,24 +35,3 @@ Description: Quickly parses declarations and Javadoc from Java source
  implementations, to avoid overhead.  qdox returns a simple document
  model containing only the declarations and containing enough
  information to be useful.
-
-Package: libqdox-java-doc
-Section: doc
-Architecture: all
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: ${maven:DocOptionalDepends}
-Description: Documentation for qdox (javadoc)
- This package contains the documentation for qdox, generated from
- Javadoc.
- .
- qdox quickly parses Java source files looking for key items of
- interest:
-  * class and interface definitions
-  * member declarations
-  * import statements
-  * JavaDoc comments
- .
- qdox ignores all other components of Java source, such as actual method
- implementations, to avoid overhead.  qdox returns a simple document
- model containing only the declarations and containing enough
- information to be useful.


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


=====================================
debian/maven.ignoreRules
=====================================
@@ -1,4 +1,5 @@
 de.jflex maven-jflex-plugin
 org.apache.maven.plugins maven-assembly-plugin
+org.apache.maven.plugins maven-javadoc-plugin
 org.apache.maven.wagon wagon-webdav
 org.codehaus.xsite xsite-maven-plugin


=====================================
debian/rules
=====================================
@@ -9,6 +9,3 @@ override_dh_auto_build:
 	java -cp /usr/share/java/jflex.jar jflex.Main -d target/generated-sources/parser/com/thoughtworks/qdox/parser/impl --skel src/grammar/skeleton.inner src/grammar/lexer.flex
 
 	dh_auto_build
-
-get-orig-source:
-	uscan --download-current-version --force-download --rename



View it on GitLab: https://salsa.debian.org/java-team/qdox/-/compare/7bbc555e981e422ea3e26a5d73b96204f6ca278d...4c97eb4ca86abc87a6abf96cfd87903d7aecfb2d

-- 
View it on GitLab: https://salsa.debian.org/java-team/qdox/-/compare/7bbc555e981e422ea3e26a5d73b96204f6ca278d...4c97eb4ca86abc87a6abf96cfd87903d7aecfb2d
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/20241028/074a8f4c/attachment.htm>


More information about the pkg-java-commits mailing list