[Git][java-team/doxia][master] 6 commits: Removed the libdoxia-java-doc package

Emmanuel Bourg (@ebourg) gitlab at salsa.debian.org
Fri Jan 6 15:13:42 GMT 2023



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


Commits:
1c9677f5 by Emmanuel Bourg at 2023-01-06T16:06:26+01:00
Removed the libdoxia-java-doc package

- - - - -
2f9ebc94 by Emmanuel Bourg at 2023-01-06T16:11:37+01:00
Added the missing dependency on sisu-maven-plugin (Closes: #1026689)

- - - - -
ddcb4769 by Emmanuel Bourg at 2023-01-06T16:11:42+01:00
Standards-Version updated to 4.6.2

- - - - -
a37e62a9 by Emmanuel Bourg at 2023-01-06T16:11:48+01:00
Switch to debhelper level 13

- - - - -
d2138934 by Emmanuel Bourg at 2023-01-06T16:12:42+01:00
Track and download the new releases from GitHub

- - - - -
434ed016 by Emmanuel Bourg at 2023-01-06T16:13:15+01:00
Upload to unstable

- - - - -


7 changed files:

- debian/changelog
- − debian/compat
- debian/control
- − debian/libdoxia-java-doc.doc-base.api
- − debian/libdoxia-java-doc.install
- − debian/orig-tar.sh
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+doxia (1.7-3) unstable; urgency=medium
+
+  * Team upload.
+  * Removed the libdoxia-java-doc package
+  * Added the missing dependency on sisu-maven-plugin (Closes: #1026689)
+  * Standards-Version updated to 4.6.2
+  * Switch to debhelper level 13
+  * Track and download the new releases from GitHub
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 06 Jan 2023 16:13:10 +0100
+
 doxia (1.7-2) unstable; urgency=medium
 
   * Team upload.


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


=====================================
debian/control
=====================================
@@ -4,22 +4,19 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Torsten Werner <twerner at debian.org>
 Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 13),
  default-jdk,
- default-jdk-doc,
  fop (>= 1:2.0),
  junit4,
  libcommons-collections3-java,
  libcommons-configuration-java,
- libcommons-configuration-java-doc,
  libcommons-lang-java,
  libdoxia-sitetools-java,
+ libeclipse-sisu-maven-plugin-java,
  libhttpclient-java,
  libitext1-java,
  liblog4j1.2-java,
- liblog4j1.2-java-doc,
  libmaven-doxia-tools-java,
- libmaven-javadoc-plugin-java,
  libmaven-parent-java,
  libmaven-shade-plugin-java,
  libmodello-maven-plugin-java,
@@ -28,10 +25,9 @@ Build-Depends:
  libplexus-container-default1.5-java,
  libplexus-i18n-java,
  libplexus-utils-java,
- libplexus-utils-java-doc,
  libxerces2-java,
  maven-debian-helper (>= 2.2.2~)
-Standards-Version: 4.2.1
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/doxia.git
 Vcs-Browser: https://salsa.debian.org/java-team/doxia
 Homepage: http://maven.apache.org/doxia/
@@ -39,7 +35,7 @@ Homepage: http://maven.apache.org/doxia/
 Package: libdoxia-java
 Architecture: all
 Depends: ${maven:Depends}, ${misc:Depends}, libdoxia-core-java (= ${source:Version})
-Suggests: ${maven:OptionalDepends}, libdoxia-java-doc
+Suggests: ${maven:OptionalDepends}
 Description: Doxia content generation framework (modules)
  Doxia is a content generation framework which aims to provide its users
  with powerful techniques for generating static and dynamic content.
@@ -71,22 +67,3 @@ Description: Doxia content generation framework (core)
  .
  This package contains the core modules (doxia-core, doxia-sink-api and
  doxia-logging-api).
-
-Package: libdoxia-java-doc
-Architecture: all
-Section: doc
-Depends: ${maven:DocDepends}, ${misc:Depends}
-Suggests: ${maven:DocOptionalDepends}
-Description: Documentation for libdoxia-java
- Doxia is a content generation framework which aims to provide its users
- with powerful techniques for generating static and dynamic content.
- .
- Doxia can be used to generate static sites in addition to being
- incorporated into dynamic content generation systems like blogs, wikis
- and content management systems.
- .
- Doxia is used extensively by Maven and it powers the entire
- documentation system of Maven. It gives Maven the ability to take any
- document that Doxia supports and output it any format.
- .
- This package provides the API documentation for Doxia.


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


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


=====================================
debian/orig-tar.sh deleted
=====================================
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-VERSION=$2
-TAR=../doxia_$VERSION.orig.tar.xz
-DIR=doxia-$VERSION
-TAG=$(echo "doxia-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
-
-svn export http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/${TAG}/ $DIR
-XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
-rm -rf $DIR ../$TAG


=====================================
debian/watch
=====================================
@@ -1,4 +1,2 @@
-version=3
-opts="uversionmangle=s/-(alpha|beta)-/~$1/" \
-  http://svn.apache.org/repos/asf/maven/doxia/doxia/tags/ \
-  doxia-(\d.*)/ debian debian/orig-tar.sh
+version=4
+https://github.com/apache/maven-doxia/tags .*/doxia-([\d.]*).tar.gz



View it on GitLab: https://salsa.debian.org/java-team/doxia/-/compare/fd3607f331090ffbf5797c1a48eedcfc3d9be709...434ed016c37065c8fcc4622bbc8e44232c09ef78

-- 
View it on GitLab: https://salsa.debian.org/java-team/doxia/-/compare/fd3607f331090ffbf5797c1a48eedcfc3d9be709...434ed016c37065c8fcc4622bbc8e44232c09ef78
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/20230106/d7f31baf/attachment.htm>


More information about the pkg-java-commits mailing list