[med-svn] [Git][med-team/libhac-java][master] 11 commits: Fix watchfile to detect new versions on github

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Oct 6 16:39:53 BST 2021



Andreas Tille pushed to branch master at Debian Med / libhac-java


Commits:
8befd920 by Andreas Tille at 2021-10-06T17:29:47+02:00
Fix watchfile to detect new versions on github

- - - - -
96d6a07b by Andreas Tille at 2021-10-06T17:36:17+02:00
Use Git mode in watch file

- - - - -
aba9eb84 by Andreas Tille at 2021-10-06T17:36:41+02:00
New upstream version 0.20110510+git20110510.8b2a326
- - - - -
b9c83234 by Andreas Tille at 2021-10-06T17:36:42+02:00
Update upstream source from tag 'upstream/0.20110510+git20110510.8b2a326'

Update to upstream version '0.20110510+git20110510.8b2a326'
with Debian dir b7927c53f0e565f692620b1dcb6f3cd29c93c1d2
- - - - -
6a83cfeb by Andreas Tille at 2021-10-06T17:36:54+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
73ffb61e by Andreas Tille at 2021-10-06T17:36:54+02:00
routine-update: debhelper-compat 13

- - - - -
42a1cb64 by Andreas Tille at 2021-10-06T17:36:56+02:00
routine-update: Add salsa-ci file

- - - - -
8933a5f7 by Andreas Tille at 2021-10-06T17:36:57+02:00
routine-update: Rules-Requires-Root: no

- - - - -
fd4e8c11 by Andreas Tille at 2021-10-06T17:37:00+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit.

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

- - - - -
acfc5dcd by Andreas Tille at 2021-10-06T17:37:06+02:00
Apply multi-arch hints.
+ libhac-java, libhac-java-doc: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
64847dfa by Andreas Tille at 2021-10-06T17:38:25+02:00
routine-update: Ready to upload to unstable

- - - - -


6 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- + debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+libhac-java (0.20110510+git20110510.8b2a326-1) unstable; urgency=medium
+
+  * Use git mode in watchfile
+  * Standards-Version: 4.6.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Set upstream metadata fields: Bug-Database, Bug-Submit.
+  * Apply multi-arch hints.
+    + libhac-java, libhac-java-doc: Add Multi-Arch: foreign.
+
+ -- Andreas Tille <tille at debian.org>  Wed, 06 Oct 2021 17:37:08 +0200
+
 libhac-java (0.20110510-3) unstable; urgency=medium
 
   * Hope upstream will set release tags


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


=====================================
debian/control
=====================================
@@ -4,20 +4,22 @@ Uploaders: Tim Booth <tbooth at ceh.ac.uk>,
            Andreas Tille <tille at debian.org>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
                default-jdk,
                javahelper
 Build-Depends-Indep: default-jdk-doc
-Standards-Version: 4.2.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/libhac-java
 Vcs-Git: https://salsa.debian.org/med-team/libhac-java.git
 Homepage: http://sape.inf.usi.ch/hac
+Rules-Requires-Root: no
 
 Package: libhac-java
 Architecture: all
 Depends: ${misc:Depends},
          ${java:Depends}
 Suggests: libhac-java-doc
+Multi-Arch: foreign
 Description: hierarchical agglomerative clustering
  Hac is a simple library for hierarchical agglomerative clustering. The goal of
  Hac is to be easy to use in any context that might require a hierarchical
@@ -32,6 +34,7 @@ Architecture: all
 Section: doc
 Depends: ${misc:Depends}
 Suggests: libhac-java
+Multi-Arch: foreign
 Description: API documentation for hierarchical agglomerative clustering
  Hac is a simple library for hierarchical agglomerative clustering. The goal of
  Hac is to be easy to use in any context that might require a hierarchical


=====================================
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,3 @@
+---
+Bug-Database: https://github.com/sape/hac/issues
+Bug-Submit: https://github.com/sape/hac/issues/new


=====================================
debian/watch
=====================================
@@ -1,6 +1,9 @@
 version=4
 
-https://github.com/sape/hac/releases .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
+opts="mode=git,pretty=0.20110510+git%cd.%h" \
+    https://github.com/sape/hac.git HEAD
+
+# https://github.com/sape/hac/releases .*/v?@ANY_VERSION@@ARCHIVE_EXT@
 
 # Asked for release tags
 #   https://github.com/sape/hac/issues/1



View it on GitLab: https://salsa.debian.org/med-team/libhac-java/-/compare/c388a79b0c34065787f5a0dd49fef4412b217a77...64847dfaafb621d2ae48c161f7be96d564098fe1

-- 
View it on GitLab: https://salsa.debian.org/med-team/libhac-java/-/compare/c388a79b0c34065787f5a0dd49fef4412b217a77...64847dfaafb621d2ae48c161f7be96d564098fe1
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/debian-med-commit/attachments/20211006/ef5cd271/attachment-0001.htm>


More information about the debian-med-commit mailing list