[Git][java-team/jimfs][master] 8 commits: routine-update: Standards-Version: 4.5.0
Andreas Tille
gitlab at salsa.debian.org
Thu Aug 6 09:58:03 BST 2020
Andreas Tille pushed to branch master at Debian Java Maintainers / jimfs
Commits:
8c3594f5 by Andreas Tille at 2020-08-06T10:20:18+02:00
routine-update: Standards-Version: 4.5.0
- - - - -
a4ddc8aa by Andreas Tille at 2020-08-06T10:20:18+02:00
routine-update: debhelper-compat 13
- - - - -
7871d9a9 by Andreas Tille at 2020-08-06T10:52:16+02:00
routine-update: Point Vcs fields to salsa.debian.org
- - - - -
3f8b5c00 by Andreas Tille at 2020-08-06T10:52:17+02:00
routine-update: Drop useless get-orig-source target
- - - - -
e044db90 by Andreas Tille at 2020-08-06T10:52:17+02:00
routine-update: Add salsa-ci file
- - - - -
54fd4262 by Andreas Tille at 2020-08-06T10:52:17+02:00
routine-update: Rules-Requires-Root: no
- - - - -
3e39f455 by Andreas Tille at 2020-08-06T10:52:18+02:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
ef9ae4b1 by Andreas Tille at 2020-08-06T10:52:18+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-file-is-missing
See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/rules
- + debian/salsa-ci.yml
- + debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+jimfs (1.1-6) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Standards-Version: 4.5.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Point Vcs fields to salsa.debian.org (routine-update)
+ * Drop useless get-orig-source target (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Trim trailing whitespace.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Andreas Tille <tille at debian.org> Thu, 06 Aug 2020 10:20:18 +0200
+
jimfs (1.1-5) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -1,9 +1,9 @@
Source: jimfs
-Section: java
-Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Hans-Christoph Steiner <hans at eds.org>
-Build-Depends: debhelper (>= 11),
+Section: java
+Priority: optional
+Build-Depends: debhelper-compat (= 13),
default-jdk,
libguava-java,
libicu4j-java,
@@ -11,14 +11,16 @@ Build-Depends: debhelper (>= 11),
libmaven-javadoc-plugin-java,
libtruth-java,
maven-debian-helper
-Standards-Version: 4.1.3
+Standards-Version: 4.5.0
+Vcs-Browser: https://salsa.debian.org/java-team/jimfs
+Vcs-Git: https://salsa.debian.org/java-team/jimfs.git
Homepage: https://github.com/google/jimfs
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/jimfs.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/jimfs.git
+Rules-Requires-Root: no
Package: libjimfs-java
Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
+Depends: ${java:Depends},
+ ${misc:Depends}
Description: In-memory file system implementing the java.nio.file APIs
Jimfs is an in-memory file system for Java 7 and above, implementing
the java.nio.file abstract file system APIs. Jimfs supports almost
@@ -49,9 +51,10 @@ Description: In-memory file system implementing the java.nio.file APIs
package, because it requires a library that is not yet in Debian.
Package: libjimfs-java-doc
-Section: doc
Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}
+Section: doc
+Depends: ${java:Depends},
+ ${misc:Depends}
Description: Documentation for libjimfs-java
Jimfs is an in-memory file system for Java 7 and above, implementing
the java.nio.file abstract file system APIs. Jimfs supports almost
@@ -79,4 +82,3 @@ Description: Documentation for libjimfs-java
any particular real file system or platform.
.
This package contains the generated API documentation.
-
=====================================
debian/rules
=====================================
@@ -8,6 +8,3 @@ override_dh_auto_build:
echo com.google.common.jimfs.SystemJimfsFileSystemProvider \
> jimfs/target/classes/META-INF/services/java.nio.file.spi.FileSystemProvider
dh_auto_build
-
-get-orig-source:
- uscan --verbose --download-current-version --force-download
=====================================
debian/salsa-ci.yml
=====================================
@@ -0,0 +1,4 @@
+---
+include:
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/salsa-ci.yml
+ - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/pipeline-jobs.yml
=====================================
debian/upstream/metadata
=====================================
@@ -0,0 +1,5 @@
+---
+Bug-Database: http://github.com/google/jimfs/issues
+Bug-Submit: https://github.com/google/jimfs/issues/new
+Repository: https://github.com/google/jimfs.git
+Repository-Browse: http://github.com/google/jimfs/
View it on GitLab: https://salsa.debian.org/java-team/jimfs/-/compare/bb50d925ca8f6cf95b101a966feb5ee62cf0cbab...ef9ae4b1541d19e9124f7e0c7f622ffb7e7b3d08
--
View it on GitLab: https://salsa.debian.org/java-team/jimfs/-/compare/bb50d925ca8f6cf95b101a966feb5ee62cf0cbab...ef9ae4b1541d19e9124f7e0c7f622ffb7e7b3d08
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/20200806/a2638ef8/attachment.html>
More information about the pkg-java-commits
mailing list