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

Andreas Tille (@tille) gitlab at salsa.debian.org
Wed Nov 10 13:53:46 GMT 2021



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


Commits:
cee17ee6 by Andreas Tille at 2021-11-10T14:48:30+01:00
Fix watchfile to detect new versions on github

- - - - -
78583531 by Andreas Tille at 2021-11-10T14:48:31+01:00
routine-update: Standards-Version: 4.6.0

- - - - -
9b667b72 by Andreas Tille at 2021-11-10T14:48:31+01:00
routine-update: debhelper-compat 13

- - - - -
85eeb122 by Andreas Tille at 2021-11-10T14:48:34+01:00
routine-update: Add salsa-ci file

- - - - -
839b94f8 by Andreas Tille at 2021-11-10T14:48:34+01:00
routine-update: Rules-Requires-Root: no

- - - - -
0625e957 by Andreas Tille at 2021-11-10T14:48:35+01:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
60bbf6be by Andreas Tille at 2021-11-10T14:48:37+01:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.

Changes-By: lintian-brush
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

- - - - -
207522d2 by Andreas Tille at 2021-11-10T14:48:40+01:00
Apply multi-arch hints.
+ libjung-free-java-doc: Add Multi-Arch: foreign.

Changes-By: apply-multiarch-hints

- - - - -
b9bc0aaa by Andreas Tille at 2021-11-10T14:53:28+01:00
Remove default debian/gbp.conf

- - - - -


8 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -7,9 +7,17 @@ libjung-free-java (2.1.1-1) UNRELEASED; urgency=medium
   * Upstream does not include any JAI code more so nothing to remove in
     Files-Excluded
   * cme fix dpkg-control
-  * Standards-Version: 4.3.0
-  * debhelper 11
   * Point Vcs fields to salsa.debian.org
+  * Standards-Version: 4.6.0 (routine-update)
+  * debhelper-compat 13 (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.
+  * Apply multi-arch hints.
+    + libjung-free-java-doc: Add Multi-Arch: foreign.
+  * Remove default debian/gbp.conf
 
  -- Andreas Tille <tille at debian.org>  Thu, 14 Dec 2017 18:02:40 +0100
 


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


=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Michael R. Crusoe <crusoe at ucdavis.edu>,
            Olivier Sallou <osallou at debian.org>
 Section: java
 Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
                maven-debian-helper,
                libmaven-javadoc-plugin-java,
                libmaven-jar-plugin-java,
@@ -19,10 +19,11 @@ Build-Depends-Indep: default-jdk,
                      libcolt-free-java,
                      libcommons-collections4-java,
                      libvecmath-java
-Standards-Version: 4.3.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/libjung-free-java
 Vcs-Git: https://salsa.debian.org/med-team/libjung-free-java.git
 Homepage: https://github.com/jrtom/jung
+Rules-Requires-Root: no
 
 Package: libjung-free-java
 Architecture: all
@@ -62,6 +63,7 @@ Section: doc
 Depends: ${java:Depends},
          ${misc:Depends}
 Recommends: ${java:Recommends}
+Multi-Arch: foreign
 Description: Java Universal Network/Graph Framework (documentation)
  JUNG provides a common and extendible language for the modeling, analysis, and
  visualization of data that can be represented as a graph or network.


=====================================
debian/gbp.conf deleted
=====================================
@@ -1,12 +0,0 @@
-[DEFAULT]
-# The default name for the upstream branch is "upstream".
-# Change it if the name is different (for instance, "master").
-upstream-branch = upstream
-# The default name for the Debian branch is "master".
-# Change it if the name is different (for instance, "debian/unstable").
-debian-branch = master
-# gbp import-orig uses the following names for the upstream tags.
-# Change the value if you are not using gbp import-orig
-upstream-tag = upstream/%(version)s
-# Always use pristine-tar.
-pristine-tar = True


=====================================
debian/rules
=====================================
@@ -5,4 +5,3 @@
 
 override_dh_auto_clean:
 	echo "dh_auto_clean is broken here..."
-


=====================================
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
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/jrtom/jung/issues
+Bug-Submit: https://github.com/jrtom/jung/issues/new
 Reference:
   Author: >
    O’Madadhain, Joshua and Fisher, Danyel and Smyth, Padhraic and White,
@@ -9,3 +11,5 @@ Reference:
   Number: 2
   Pages: 1-35
   eprint: http://jung.sourceforge.net/doc/JUNG_journal.pdf
+Repository: https://github.com/jrtom/jung.git
+Repository-Browse: https://github.com/jrtom/jung


=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=4
 
-https://github.com/jrtom/jung/releases .*/archive/jung- at ANY_VERSION@@ARCHIVE_EXT@
+https://github.com/jrtom/jung/releases .*/jung- at ANY_VERSION@@ARCHIVE_EXT@



View it on GitLab: https://salsa.debian.org/med-team/libjung-free-java/-/compare/d9965badc054dadacbc04f3a7fa466ecaad7e71a...b9bc0aaabec5756096b7f2faa98797f4fd7ba025

-- 
View it on GitLab: https://salsa.debian.org/med-team/libjung-free-java/-/compare/d9965badc054dadacbc04f3a7fa466ecaad7e71a...b9bc0aaabec5756096b7f2faa98797f4fd7ba025
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/20211110/6cedb294/attachment-0001.htm>


More information about the debian-med-commit mailing list