[med-svn] [Git][med-team/rdp-classifier][master] 10 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Mon Nov 30 16:31:39 GMT 2020
Andreas Tille pushed to branch master at Debian Med / rdp-classifier
Commits:
7be1faf9 by Andreas Tille at 2020-11-30T17:26:52+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
45cc980f by Andreas Tille at 2020-11-30T17:26:52+01:00
routine-update: debhelper-compat 13
- - - - -
d762527d by Andreas Tille at 2020-11-30T17:26:57+01:00
routine-update: Secure URI in copyright format
- - - - -
aaa188d7 by Andreas Tille at 2020-11-30T17:26:57+01:00
routine-update: Remove trailing whitespace in debian/changelog
- - - - -
5b0898fd by Andreas Tille at 2020-11-30T17:26:57+01:00
routine-update: Add salsa-ci file
- - - - -
4e7f430e by Andreas Tille at 2020-11-30T17:26:57+01:00
routine-update: Rules-Requires-Root: no
- - - - -
cb0bd9f1 by Andreas Tille at 2020-11-30T17:26:58+01:00
Trim trailing whitespace.
Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html
- - - - -
677fb9a4 by Andreas Tille at 2020-11-30T17:26:59+01:00
Update watch file format version to 4.
Changes-By: lintian-brush
Fixes: lintian: older-debian-watch-file-standard
See-also: https://lintian.debian.org/tags/older-debian-watch-file-standard.html
- - - - -
0ff5f8ca by Andreas Tille at 2020-11-30T17:27:02+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
- - - - -
8786edab by Andreas Tille at 2020-11-30T17:29:39+01:00
routine-update: Ready to upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,21 @@
+rdp-classifier (2.10.2-5) unstable; urgency=medium
+
+ * Standards-Version: 4.5.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Remove trailing whitespace in debian/changelog (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Trim trailing whitespace.
+ * Update watch file format version to 4.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Andreas Tille <tille at debian.org> Mon, 30 Nov 2020 17:27:02 +0100
+
rdp-classifier (2.10.2-4) unstable; urgency=medium
- * Fix openjdk 11 FTBS (java.se.ee deprecated in jdk 11) Closes: #912385
+ * Fix openjdk 11 FTBS (java.se.ee deprecated in jdk 11) Closes: #912385
-- Olivier Sallou <osallou at debian.org> Mon, 05 Nov 2018 10:20:57 +0000
@@ -74,4 +89,3 @@ rdp-classifier (2.5~dfsg-0ubuntu) precise; urgency=low
* Split out separate -doc package
-- Tim Booth <tbooth at ceh.ac.uk> Tue, 14 Aug 2012 17:30:11 +0100
-
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -6,7 +6,7 @@ Uploaders: Steffen Moeller <steffen_moeller at gmx.de>,
Olivier Sallou <osallou at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
default-jdk,
junit4,
libcommons-cli-java,
@@ -18,10 +18,11 @@ Build-Depends: debhelper (>= 11~),
ant,
ant-optional,
ant-contrib
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/rdp-classifier
Vcs-Git: https://salsa.debian.org/med-team/rdp-classifier.git
Homepage: https://github.com/rdpstaff/classifier
+Rules-Requires-Root: no
Package: rdp-classifier
Architecture: all
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: rdp-classifier
Upstream-Contact: rdpstaff at msu.edu
Source: https://github.com/rdpstaff/classifier/releases
=====================================
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/rdpstaff/classifier/issues
+Bug-Submit: https://github.com/rdpstaff/classifier/issues/new
Reference:
Author: >
Qiong Wang and George M. Garrity and James M. Tiedje and James R. Cole
@@ -20,3 +22,5 @@ Registry:
Entry: NA
- Name: bio.tools
Entry: NA
+Repository: https://github.com/rdpstaff/classifier.git
+Repository-Browse: https://github.com/rdpstaff/classifier
=====================================
debian/watch
=====================================
@@ -1,2 +1,2 @@
-version=3
+version=4
https://github.com/rdpstaff/classifier/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
View it on GitLab: https://salsa.debian.org/med-team/rdp-classifier/-/compare/09a3d24e60542f263048b03f70a79578adfe2531...8786edabea4b02080049d7060bfefce58205ce9c
--
View it on GitLab: https://salsa.debian.org/med-team/rdp-classifier/-/compare/09a3d24e60542f263048b03f70a79578adfe2531...8786edabea4b02080049d7060bfefce58205ce9c
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/20201130/0e7ade68/attachment-0001.html>
More information about the debian-med-commit
mailing list