[med-svn] [Git][med-team/kmc][master] 11 commits: routine-update: Standards-Version: 4.5.1

Étienne Mollier gitlab at salsa.debian.org
Sun Dec 6 18:10:34 GMT 2020



Étienne Mollier pushed to branch master at Debian Med / kmc


Commits:
ea9e49ae by Étienne Mollier at 2020-12-06T16:49:18+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
efa49f19 by Étienne Mollier at 2020-12-06T16:49:19+01:00
routine-update: debhelper-compat 13

- - - - -
4b49451e by Étienne Mollier at 2020-12-06T16:49:22+01:00
routine-update: Add salsa-ci file

- - - - -
1a11ebb0 by Étienne Mollier at 2020-12-06T16:49:22+01:00
routine-update: Rules-Requires-Root: no

- - - - -
085d921c by Étienne Mollier at 2020-12-06T16:49:28+01:00
Set upstream metadata fields: Repository, Repository-Browse.

Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html

- - - - -
fb37544c by Étienne Mollier at 2020-12-06T16:51:05+01:00
routine-update: Ready to upload to unstable

- - - - -
f5b77276 by Étienne Mollier at 2020-12-06T17:13:35+01:00
verbose autopkgtest

- - - - -
b4491446 by Étienne Mollier at 2020-12-06T17:41:01+01:00
d/watch: version=4

- - - - -
31a5d8f0 by Étienne Mollier at 2020-12-06T17:49:34+01:00
revert readyness for upload

- - - - -
deea97c1 by Étienne Mollier at 2020-12-06T17:57:14+01:00
allow autopkgtest output to stderr

- - - - -
09040963 by Étienne Mollier at 2020-12-06T18:53:19+01:00
routine-update: Ready to upload to unstable

- - - - -


7 changed files:

- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- debian/tests/build-lib
- debian/tests/control
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,18 @@
+kmc (2.3+dfsg-9) unstable; urgency=medium
+
+  * Team upload.
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Set upstream metadata fields: Repository, Repository-Browse.
+  * Autopkgtest changes:
+    - increase verbosity in hope to see more things in case #954270 reoccurs,
+    - allow output to standard error.
+  * Update d/watch to format version 4.
+
+ -- Étienne Mollier <etienne.mollier at mailoo.org>  Sun, 06 Dec 2020 18:51:47 +0100
+
 kmc (2.3+dfsg-8) unstable; urgency=medium
 
   * Add ref to conda (Thanks Steffen Moeller).


=====================================
debian/control
=====================================
@@ -6,17 +6,18 @@ Uploaders: Andreas Tille <tille at debian.org>,
            Kevin Murray <spam at kdmurray.id.au>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-exec,
                zlib1g-dev,
                libbz2-dev,
                help2man,
                asciidoctor,
                d-shlibs
-Standards-Version: 4.5.0
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/kmc
 Vcs-Git: https://salsa.debian.org/med-team/kmc.git
 Homepage: http://sun.aei.polsl.pl/kmc
+Rules-Requires-Root: no
 
 Package: kmc
 Architecture: any


=====================================
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/tests/build-lib
=====================================
@@ -7,6 +7,7 @@ ORIGDIR=$(pwd)
 WORKDIR=$(mktemp -d)
 trap "rm -rf $WORKDIR" 0 INT QUIT ABRT PIPE TERM
 
+set -v
 g++ kmc_dump/*cpp -std=c++11 -lkmc -o $WORKDIR/my_kmcdump
 [ -x $WORKDIR/my_kmcdump ]
 echo "build: OK"


=====================================
debian/tests/control
=====================================
@@ -1,2 +1,3 @@
 Tests: build-lib
 Depends: @, build-essential
+Restrictions: allow-stderr


=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,6 @@
 Bug-Database: https://github.com/refresh-bio/KMC/issues
 Bug-Submit: https://github.com/refresh-bio/KMC/issues/new
-Repository: http://github.com/refresh-bio/KMC
+Repository: https://github.com/refresh-bio/KMC.git
 Reference:
  Author: >
   S. Deorowicz and M. Kokot and Sz. Grabowski and A. Debudaj-Grabysz
@@ -22,3 +22,4 @@ Registry:
    Entry: KMC
  - Name: conda:bioconda
    Entry: kmc
+Repository-Browse: https://github.com/refresh-bio/KMC


=====================================
debian/watch
=====================================
@@ -1,3 +1,5 @@
-version=3
-opts="repacksuffix=+dfsg,dversionmangle=s/.dfsg//,filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/kmc_$1.tar.gz/" \
-	https://github.com/marekkokot/KMC/releases .*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)
+version=4
+
+opts="repacksuffix=+dfsg,dversionmangle=auto,filenamemangle=s/(?:.*?)?v?(\d[\d.]*)\.tar\.gz/kmc_$1.tar.gz/" \
+	https://github.com/marekkokot/KMC/releases \
+	.*/archive/(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz)



View it on GitLab: https://salsa.debian.org/med-team/kmc/-/compare/22197b614a0433b22163696760156e74742b42f0...090409638404d0682d00f03cb8478d0caac64a4c

-- 
View it on GitLab: https://salsa.debian.org/med-team/kmc/-/compare/22197b614a0433b22163696760156e74742b42f0...090409638404d0682d00f03cb8478d0caac64a4c
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/20201206/b8032e0c/attachment-0001.html>


More information about the debian-med-commit mailing list