[Git][java-team/commons-vfs][master] 8 commits: Update Vcs URLs to point to Salsa
Tony Mancill (@tmancill)
gitlab at salsa.debian.org
Sun Jan 1 15:37:53 GMT 2023
Tony Mancill pushed to branch master at Debian Java Maintainers / commons-vfs
Commits:
2746c002 by tony mancill at 2023-01-01T07:11:15-08:00
Update Vcs URLs to point to Salsa
- - - - -
69b70a76 by tony mancill at 2023-01-01T07:12:57-08:00
Update Homepage
- - - - -
61d43355 by tony mancill at 2023-01-01T07:34:57-08:00
Freshen years in debian/copyright
- - - - -
7fee8074 by tony mancill at 2023-01-01T07:34:57-08:00
Drop libcommons-vfs-java-doc (Closes: #1027484)
- - - - -
4ea253f3 by tony mancill at 2023-01-01T07:34:57-08:00
Remove get-orig-source target from debian/rules
- - - - -
6c6b225e by tony mancill at 2023-01-01T07:34:57-08:00
Use debhelper-compat (=13)
- - - - -
0729f283 by tony mancill at 2023-01-01T07:34:57-08:00
Bump Standards-Version to 4.6.2
- - - - -
899dbae7 by tony mancill at 2023-01-01T07:34:57-08:00
Prepare changelog for upload
- - - - -
8 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- − debian/libcommons-vfs-java-doc.doc-base
- − debian/libcommons-vfs-java-doc.install
- debian/libcommons-vfs-java-doc.examples → debian/libcommons-vfs-java.examples
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+commons-vfs (2.1-3) unstable; urgency=medium
+
+ * Team upload.
+ * Drop libcommons-vfs-java-doc (Closes: #1027484)
+ * Freshen years in debian/copyright
+ * Update Homepage URL
+ * Update Vcs URLs to point to Salsa
+ * Remove get-orig-source target from debian/rules
+ * Use debhelper-compat (=13)
+ * Bump Standards-Version to 4.6.2
+
+ -- tony mancill <tmancill at debian.org> Sun, 01 Jan 2023 07:29:33 -0800
+
commons-vfs (2.1-2) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,38 +4,30 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders:
Damien Raude-Morvan <drazzib at debian.org>
-Build-Depends-Indep:
- ant-doc,
- debhelper (>= 11),
+Build-Depends:
+ debhelper-compat (= 13),
default-jdk,
junit4,
libcommons-collections4-java,
- libcommons-collections4-java-doc,
libcommons-compress-java,
libcommons-httpclient-java,
- libcommons-httpclient-java-doc,
libcommons-logging-java,
- libcommons-logging-java-doc,
libcommons-net-java,
- libcommons-net-java-doc,
libcommons-parent-java (>= 39),
libjackrabbit-java,
- libjdom1-java-doc,
libjsch-java,
libmaven-antrun-plugin-java,
libmaven-bundle-plugin-java,
- libmaven-javadoc-plugin-java,
maven-debian-helper (>= 2.0.2~)
-Standards-Version: 4.1.3
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/commons-vfs.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/commons-vfs.git
-Homepage: http://commons.apache.org/vfs/
+Standards-Version: 4.6.2
+Vcs-Git: https://salsa.debian.org/java-team/commons-vfs.git
+Vcs-Browser: https://salsa.debian.org/java-team/commons-vfs
+Homepage: https://commons.apache.org/proper/commons-vfs/
Package: libcommons-vfs-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Recommends: ${maven:OptionalDepends}
-Suggests: libcommons-vfs-java-doc
Description: Java API for accessing various filesystems
Commons VFS provides a single API for accessing various different file
systems. It presents a uniform view of the files from various different
@@ -43,19 +35,3 @@ Description: Java API for accessing various filesystems
a Zip archive.
.
This is a part of the Apache Commons Project.
-
-Package: libcommons-vfs-java-doc
-Architecture: all
-Section: doc
-Depends: ${misc:Depends}
-Recommends: default-jdk-doc
-Suggests: libcommons-vfs-java
-Description: Java API for accessing various filesystems - documentation
- Commons VFS provides a single API for accessing various different file
- systems. It presents a uniform view of the files from various different
- sources, such as the files on local disk, on an HTTP server, or inside
- a Zip archive.
- .
- This is a part of the Apache Commons Project.
- .
- This package provides the API documentation for Commons VFS.
=====================================
debian/copyright
=====================================
@@ -1,7 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: Apache Commons VFS
-Upstream-Contact: http://commons.apache.org/vfs/
-Source: http://www.apache.org/dist/commons/vfs/
+Upstream-Contact: https://commons.apache.org/proper/commons-vfs/
+Source: https://commons.apache.org/proper/commons-vfs/download_vfs.html
Files: *
Copyright: 2002-2016, The Apache Software Foundation
@@ -9,6 +9,10 @@ License: Apache-2.0
Files: debian/*
Copyright: 2008-2012, Damien Raude-Morvan <drazzib at drazzib.com>
+ 2010, Torsten Werner <twerner at debian.org>
+ 2012, Niels Thykier <niels at thykier.net>
+ 2015-2023, Emmanuel Bourg <ebourg at apache.org>
+ 2023, tony mancill <tmancill at debian.org>
License: Apache-2.0
License: Apache-2.0
=====================================
debian/libcommons-vfs-java-doc.doc-base deleted
=====================================
@@ -1,9 +0,0 @@
-Document: libcommons-vfs-java-doc
-Title: API Javadoc for libcommons-vfs
-Author: libcommons-vfs developers
-Abstract: This is the API Javadoc provided by the libcommons-vfs library..
-Section: Programming
-
-Format: HTML
-Index: /usr/share/doc/libcommons-vfs-java/api/index.html
-Files: /usr/share/doc/libcommons-vfs-java/api/*
=====================================
debian/libcommons-vfs-java-doc.install deleted
=====================================
@@ -1 +0,0 @@
-target/site/apidocs/* /usr/share/doc/libcommons-vfs-java/api/
=====================================
debian/libcommons-vfs-java-doc.examples → debian/libcommons-vfs-java.examples
=====================================
=====================================
debian/rules
=====================================
@@ -2,6 +2,3 @@
%:
dh $@
-
-get-orig-source:
- uscan --download-current-version --force-download --rename
View it on GitLab: https://salsa.debian.org/java-team/commons-vfs/-/compare/c385a57f01f48c9e7ba47380f86c39a3ec7dd3b9...899dbae7a2fa85b5ca3f12d58039d21e3d660e74
--
View it on GitLab: https://salsa.debian.org/java-team/commons-vfs/-/compare/c385a57f01f48c9e7ba47380f86c39a3ec7dd3b9...899dbae7a2fa85b5ca3f12d58039d21e3d660e74
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/20230101/6ad2a7ed/attachment.htm>
More information about the pkg-java-commits
mailing list