[med-svn] [Git][med-team/scoary][master] 8 commits: Fix watchfile to detect new versions on github
    Andreas Tille (@tille) 
    gitlab at salsa.debian.org
       
    Wed Oct 13 08:09:05 BST 2021
    
    
  
Andreas Tille pushed to branch master at Debian Med / scoary
Commits:
b6c7ec0b by Andreas Tille at 2021-10-13T09:02:06+02:00
Fix watchfile to detect new versions on github
- - - - -
02fc5d1f by Andreas Tille at 2021-10-13T09:04:20+02:00
routine-update: Standards-Version: 4.6.0
- - - - -
88bc35e2 by Andreas Tille at 2021-10-13T09:04:20+02:00
routine-update: debhelper-compat 13
- - - - -
bd0836c5 by Andreas Tille at 2021-10-13T09:04:23+02:00
routine-update: Add salsa-ci file
- - - - -
bc8084f3 by Andreas Tille at 2021-10-13T09:04:23+02:00
routine-update: Rules-Requires-Root: no
- - - - -
215cd7cb by Andreas Tille at 2021-10-13T09:04:25+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
- - - - -
54e60dbe by Andreas Tille at 2021-10-13T09:04:26+02:00
Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
Changes-By: lintian-brush
Fixes: lintian: uses-deprecated-adttmp
See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html
- - - - -
b581d599 by Andreas Tille at 2021-10-13T09:05:42+02:00
routine-update: Ready to upload to unstable
- - - - -
6 changed files:
- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- debian/tests/control
- debian/upstream/metadata
- debian/watch
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+scoary (1.6.16-3) unstable; urgency=medium
+
+  * Fix watchfile to detect new versions on github
+  * 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.
+  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
+
+ -- Andreas Tille <tille at debian.org>  Wed, 13 Oct 2021 09:04:30 +0200
+
 scoary (1.6.16-2) unstable; urgency=medium
 
   * Switch (Build-)Depends from Python2 to Python3
=====================================
debian/control
=====================================
@@ -3,16 +3,17 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
 Uploaders: Andreas Tille <tille at debian.org>
 Section: science
 Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
                dh-python,
                python3-all,
                python3-setuptools,
-               python3-scipy (>= 0.16),
+               python3-scipy,
                python3-nose <!nocheck>
-Standards-Version: 4.4.0
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/scoary
 Vcs-Git: https://salsa.debian.org/med-team/scoary.git
 Homepage: https://github.com/AdmiralenOla/Scoary
+Rules-Requires-Root: no
 
 Package: scoary
 Architecture: all
=====================================
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/control
=====================================
@@ -1 +1 @@
-Test-Command: cd $ADTTMP && scoary --test
+Test-Command: cd $AUTOPKGTEST_TMP && scoary --test
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/AdmiralenOla/Scoary/issues
+Bug-Submit: https://github.com/AdmiralenOla/Scoary/issues/new
 Reference:
  Author: >
   Ola Brynildsrud and Jon Bohlin and Lonneke Scheffer and Vegard Eldholm
=====================================
debian/watch
=====================================
@@ -1,3 +1,3 @@
 version=4
 
-https://github.com/AdmiralenOla/Scoary/releases/latest .*/archive/v?@ANY_VERSION@@ARCHIVE_EXT@
+https://github.com/AdmiralenOla/Scoary/releases/latest .*/v?@ANY_VERSION@@ARCHIVE_EXT@
View it on GitLab: https://salsa.debian.org/med-team/scoary/-/compare/53c8016323a6d87b8b6a2ecd235660994bfd1c59...b581d59972770e0ab2738f3e9ea292ec1cad323c
-- 
View it on GitLab: https://salsa.debian.org/med-team/scoary/-/compare/53c8016323a6d87b8b6a2ecd235660994bfd1c59...b581d59972770e0ab2738f3e9ea292ec1cad323c
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/20211013/71f709ad/attachment-0001.htm>
    
    
More information about the debian-med-commit
mailing list