[med-svn] [Git][med-team/graphlan][master] 8 commits: Source moved to Github

Andreas Tille (@tille) gitlab at salsa.debian.org
Sun Dec 12 05:45:59 GMT 2021



Andreas Tille pushed to branch master at Debian Med / graphlan


Commits:
cf2ee5cb by Andreas Tille at 2021-08-31T07:57:26+02:00
Source moved to Github

- - - - -
e1cc3342 by Andreas Tille at 2021-08-31T07:57:48+02:00
routine-update: Standards-Version: 4.6.0

- - - - -
6159f20b by Andreas Tille at 2021-08-31T07:57:48+02:00
routine-update: debhelper-compat 13

- - - - -
9bda33c7 by Andreas Tille at 2021-08-31T07:57:52+02:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g

- - - - -
c83fa841 by Andreas Tille at 2021-08-31T07:57:52+02:00
routine-update: Add salsa-ci file

- - - - -
463cd8e2 by Andreas Tille at 2021-08-31T07:57:52+02:00
routine-update: Rules-Requires-Root: no

- - - - -
1db0c322 by Andreas Tille at 2021-08-31T07:57:55+02: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

- - - - -
63a22a82 by Andreas Tille at 2021-08-31T08:06:22+02:00
routine-update: Ready to upload to unstable

- - - - -


6 changed files:

- debian/changelog
- debian/control
- + debian/salsa-ci.yml
- debian/tests/run-unit-test
- debian/upstream/metadata
- debian/watch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+graphlan (1.1.3-3) unstable; urgency=medium
+
+  * Source moved to Github
+  * Standards-Version: 4.6.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+    Repository-Browse.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 31 Aug 2021 07:58:05 +0200
+
 graphlan (1.1.3-2) unstable; urgency=medium
 
   * Use 2to3 to port to Python3


=====================================
debian/control
=====================================
@@ -3,13 +3,14 @@ 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),
                python3-all,
                dh-python
-Standards-Version: 4.4.1
+Standards-Version: 4.6.0
 Vcs-Browser: https://salsa.debian.org/med-team/graphlan
 Vcs-Git: https://salsa.debian.org/med-team/graphlan.git
 Homepage: https://bitbucket.org/nsegata/graphlan/wiki/Home
+Rules-Requires-Root: no
 
 Package: graphlan
 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/run-unit-test
=====================================
@@ -1,11 +1,11 @@
 #!/bin/sh -e
 
 pkg=graphlan
-if [ "$ADTTMP" = "" ] ; then
-  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+if [ "$AUTOPKGTEST_TMP" = "" ] ; then
+  AUTOPKGTEST_TMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
 fi
-cd $ADTTMP
-cp -a /usr/share/doc/${pkg}/examples/* $ADTTMP
+cd $AUTOPKGTEST_TMP
+cp -a /usr/share/doc/${pkg}/examples/* $AUTOPKGTEST_TMP
 find . -name "*.gz" -exec gunzip \{\} \;
 for testdir in `find . -mindepth 1 -maxdepth 1 -type d` ; do
     cd $testdir
@@ -19,4 +19,4 @@ for testdir in `find . -mindepth 1 -maxdepth 1 -type d` ; do
     done
     cd ..
 done
-rm -rf $ADTTMP/*
+rm -rf $AUTOPKGTEST_TMP/*


=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/biobakery/graphlan/issues
+Bug-Submit: https://github.com/biobakery/graphlan/issues/new
 Registry:
  - Name: OMICtools
    Entry: OMICS_11549
@@ -7,3 +9,5 @@ Registry:
    Entry: NA
  - Name: conda:bioconda
    Entry: graphlan
+Repository: https://github.com/biobakery/graphlan.git
+Repository-Browse: https://github.com/biobakery/graphlan


=====================================
debian/watch
=====================================
@@ -1,3 +1,4 @@
 version=4
 
-https://bitbucket.org/nsegata/graphlan/downloads?tab=tags  .*/(\d\S*)\.tar\.gz
+opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE at -$1.tar.gz%" \
+   https://github.com/biobakery/graphlan/tags (?:.*?/)?v?(\d[\d.]*)\.tar\.gz



View it on GitLab: https://salsa.debian.org/med-team/graphlan/-/compare/3984ad4a9c2549e41830b9757b800a40359713fd...63a22a82dd6040455260ac3f83de01699a6a3a1b

-- 
View it on GitLab: https://salsa.debian.org/med-team/graphlan/-/compare/3984ad4a9c2549e41830b9757b800a40359713fd...63a22a82dd6040455260ac3f83de01699a6a3a1b
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/20211212/c41e6d81/attachment-0001.htm>


More information about the debian-med-commit mailing list