[med-svn] [Git][med-team/mustang][master] 9 commits: routine-update: Standards-Version: 4.5.0

Andreas Tille gitlab at salsa.debian.org
Fri Oct 30 10:22:37 GMT 2020



Andreas Tille pushed to branch master at Debian Med / mustang


Commits:
4732e7e7 by Andreas Tille at 2020-10-30T11:19:49+01:00
routine-update: Standards-Version: 4.5.0

- - - - -
5c208b8e by Andreas Tille at 2020-10-30T11:19:49+01:00
routine-update: debhelper-compat 13

- - - - -
b7d66dfb by Andreas Tille at 2020-10-30T11:19:53+01:00
routine-update: Remove trailing whitespace in debian/changelog

- - - - -
da701d69 by Andreas Tille at 2020-10-30T11:19:53+01:00
routine-update: Remove trailing whitespace in debian/control

- - - - -
ce464f57 by Andreas Tille at 2020-10-30T11:19:53+01:00
routine-update: autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g

- - - - -
87c561af by Andreas Tille at 2020-10-30T11:19:53+01:00
routine-update: Add salsa-ci file

- - - - -
57fd6978 by Andreas Tille at 2020-10-30T11:19:53+01:00
routine-update: Rules-Requires-Root: no

- - - - -
6e055a59 by Andreas Tille at 2020-10-30T11:20:01+01:00
Use secure URI in Homepage field.

Changes-By: lintian-brush
Fixes: lintian: homepage-field-uses-insecure-uri
See-also: https://lintian.debian.org/tags/homepage-field-uses-insecure-uri.html

- - - - -
b410ebdd by Andreas Tille at 2020-10-30T11:21:21+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- + debian/salsa-ci.yml
- debian/tests/run-unit-test


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+mustang (3.2.3-4) unstable; urgency=medium
+
+  * Standards-Version: 4.5.0 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Remove trailing whitespace in debian/control (routine-update)
+  * autopkgtest: s/ADTTMP/AUTOPKGTEST_TMP/g (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Use secure URI in Homepage field.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 30 Oct 2020 11:20:06 +0100
+
 mustang (3.2.3-3) unstable; urgency=medium
 
   [ Helmut Grohne ]
@@ -102,7 +115,7 @@ mustang (3.2.1-1) unstable; urgency=low
 mustang (3.2.0-1) unstable; urgency=low
 
   * New upstream version.
-  * Patches 02-main.cpp.patch and 04-gcc-4.3-exit.patch have been 
+  * Patches 02-main.cpp.patch and 04-gcc-4.3-exit.patch have been
     incorporated upstream and are no longer required.
 
  -- Morten Kjeldgaard <mok0 at ubuntu.com>  Mon, 05 Oct 2009 13:10:26 +0200
@@ -112,17 +125,17 @@ mustang (3.0-2) unstable; urgency=low
   * Converted to quilt patch system.
   * New uploader email
   * Added citation.bib file, installed in /usr/share/doc/mustang
-  
+
  -- Morten Kjeldgaard <mok0 at ubuntu.com>  Sun, 14 Dec 2008 13:55:03 +0100
 
 mustang (3.0-1) unstable; urgency=low
 
   [ Nelson A. de Oliveira ]
   * debian/rules: CFLAGS -> CPPFLAGS
-  * debian/control: add ${misc:Depends} to binary package, and 
+  * debian/control: add ${misc:Depends} to binary package, and
     add Suggests: mustang-testdata
   * Add debian/watch
-  
+
   [ Morten Kjeldgaard ]
   * Upload mustang to Debian  (Closes: #459637).
   * debian/control: Maintainer and homepage fields set as per


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


=====================================
debian/control
=====================================
@@ -3,11 +3,12 @@ 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 (>= 11~)
-Standards-Version: 4.1.4
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/mustang
 Vcs-Git: https://salsa.debian.org/med-team/mustang.git
-Homepage: http://lcb.infotech.monash.edu.au/mustang/
+Homepage: https://lcb.infotech.monash.edu.au/mustang/
+Rules-Requires-Root: no
 
 Package: mustang
 Architecture: any
@@ -28,8 +29,8 @@ Depends: ${misc:Depends}
 Enhances: mustang
 Description: multiple structural alignment of proteins, test data
  This package contains a larger set of test data than what
- comes with the binary package. 
+ comes with the binary package.
  .
- To run the test, change to a directory where you have write access, 
+ To run the test, change to a directory where you have write access,
  then issue the command:
-  mustang -f /usr/share/doc/mustang-testdata/examples/test_zf-CCHH 
+  mustang -f /usr/share/doc/mustang-testdata/examples/test_zf-CCHH


=====================================
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
=====================================
@@ -11,10 +11,10 @@
 
 # The process will run in this directory:
 pkg=mustang
-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
+cd $AUTOPKGTEST_TMP
 
 cp -a /usr/share/doc/${pkg}/examples/* .
 find . -name "*.gz" -exec gunzip \{\} \;
@@ -25,6 +25,6 @@ mv [13]*.pdb /tmp/mustang
 
 mustang -f ./test_zf-CCHH-small
 
-echo Results are in $ADTTMP/results.html and $ADTTMP/results.pdb
+echo Results are in $AUTOPKGTEST_TMP/results.html and $AUTOPKGTEST_TMP/results.pdb
 
-# rm -f $ADTTMP/*
+# rm -f $AUTOPKGTEST_TMP/*



View it on GitLab: https://salsa.debian.org/med-team/mustang/-/compare/9428c2f93e27609ace6bd220071e459c15acc586...b410ebdd82b713812c9e73d1cb1cd6d9981f3ec7

-- 
View it on GitLab: https://salsa.debian.org/med-team/mustang/-/compare/9428c2f93e27609ace6bd220071e459c15acc586...b410ebdd82b713812c9e73d1cb1cd6d9981f3ec7
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/20201030/c15ce323/attachment-0001.html>


More information about the debian-med-commit mailing list