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

Andreas Tille gitlab at salsa.debian.org
Fri Oct 30 19:23:26 GMT 2020



Andreas Tille pushed to branch master at Debian Med / readseq


Commits:
fd81a3fc by Andreas Tille at 2020-10-30T20:15:36+01:00
routine-update: Standards-Version: 4.5.0

- - - - -
cb6baf32 by Andreas Tille at 2020-10-30T20:15:36+01:00
routine-update: debhelper-compat 13

- - - - -
f67c1aee by Andreas Tille at 2020-10-30T20:15:41+01:00
routine-update: Remove trailing whitespace in debian/changelog

- - - - -
00ca030a by Andreas Tille at 2020-10-30T20:15:41+01:00
routine-update: Add salsa-ci file

- - - - -
15f31db5 by Andreas Tille at 2020-10-30T20:15:41+01:00
routine-update: Rules-Requires-Root: no

- - - - -
911cc3a9 by Andreas Tille at 2020-10-30T20:15:41+01:00
Trim trailing whitespace.

Changes-By: lintian-brush
Fixes: lintian: trailing-whitespace
See-also: https://lintian.debian.org/tags/trailing-whitespace.html

- - - - -
9ea71adc by Andreas Tille at 2020-10-30T20:20:14+01:00
Refer to specific version of license GPL-2+.

Changes-By: lintian-brush
Fixes: lintian: copyright-refers-to-symlink-license
See-also: https://lintian.debian.org/tags/copyright-refers-to-symlink-license.html
Fixes: lintian: copyright-refers-to-versionless-license-file
See-also: https://lintian.debian.org/tags/copyright-refers-to-versionless-license-file.html

- - - - -
ead6764e by Andreas Tille at 2020-10-30T20:21:20+01:00
routine-update: Ready to upload to unstable

- - - - -


5 changed files:

- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,15 @@
+readseq (1-14) unstable; urgency=medium
+
+  * Standards-Version: 4.5.0 (routine-update)
+  * debhelper-compat 13 (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.
+  * Refer to specific version of license GPL-2+.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 30 Oct 2020 20:20:15 +0100
+
 readseq (1-13) unstable; urgency=medium
 
   * Team upload.
@@ -90,23 +102,23 @@ readseq (1-7) unstable; urgency=low
 
 readseq (1-6) unstable; urgency=low
 
-  * Fixed amd64 bug (segfaults when command line options given), thanks to 
+  * Fixed amd64 bug (segfaults when command line options given), thanks to
     a hint by the ncbi6 maintainer. Closes: #269643.
 
  -- Michael Schmitz <schmitz at debian.org>  Tue, 26 Oct 2004 18:12:15 +0100
 
 readseq (1-5) unstable; urgency=low
 
-  * Fixed bug in format detection that did result in readseq incorrectly 
-    claiming LinAll format files whose title begins with a number as 
-    Phylip format. Bug spotted locally and fixed by Gerhard Steger 
+  * Fixed bug in format detection that did result in readseq incorrectly
+    claiming LinAll format files whose title begins with a number as
+    Phylip format. Bug spotted locally and fixed by Gerhard Steger
     <steger at biophys.uni-duesseldorf.de>.
 
  -- Michael Schmitz <schmitz at debian.org>  Thu, 12 Jun 2003 17:55:15 +0100
 
 readseq (1-4) unstable; urgency=low
 
-  * New Maintainer (took over from Andreas Tille 'cuz readseq is actually 
+  * New Maintainer (took over from Andreas Tille 'cuz readseq is actually
     in use at our site).
 
   * Added LinAll and Vienna RNA formats.
@@ -169,11 +181,11 @@ readseq (0.0-4) unstable; urgency=low
 
 readseq (0.0-3) unstable; urgency=low
 
-  * Adopted by new maintainer; closes: #92801 
+  * Adopted by new maintainer; closes: #92801
   * Updated to latest standards version and added Build-Depends;
     closes: #84541, #91036, #91640
   * Corrected doc path in Makefile and manpage.
-  * Moved from section misc to science. 
+  * Moved from section misc to science.
 
  -- Dr. Guenter Bechly <gbechly at debian.org>  Thu, 19 Apr 2001 20:05:45 +0200
 
@@ -190,4 +202,3 @@ readseq (0.0-1) unstable; urgency=low
   * Initial Release.
 
  -- Stephane Bortzmeyer <bortzmeyer at debian.org>  Fri,  5 Feb 1999 16:58:28 +0100
-


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


=====================================
debian/control
=====================================
@@ -3,12 +3,13 @@ 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~),
+Build-Depends: debhelper-compat (= 13),
                ncbi-tools-dev
-Standards-Version: 4.1.4
+Standards-Version: 4.5.0
 Vcs-Browser: https://salsa.debian.org/med-team/readseq
 Vcs-Git: https://salsa.debian.org/med-team/readseq.git
 Homepage: http://iubio.bio.indiana.edu/soft/molbio/readseq/
+Rules-Requires-Root: no
 
 Package: readseq
 Architecture: any


=====================================
debian/copyright
=====================================
@@ -27,4 +27,4 @@ Files: debian/*
 Copyright: © 2001-2013 Andreas Tille <tille at debian.org>
 License: GPL-2+
  The Debian packaging is licensed under the GPL which is available at
- `/usr/share/common-licenses/GPL'.
+ `/usr/share/common-licenses/GPL-2'.


=====================================
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



View it on GitLab: https://salsa.debian.org/med-team/readseq/-/compare/e08c006d224074a42dae20040757467cecf2d988...ead6764ec373dd5c05557e6a2ca8a75474fcf9f8

-- 
View it on GitLab: https://salsa.debian.org/med-team/readseq/-/compare/e08c006d224074a42dae20040757467cecf2d988...ead6764ec373dd5c05557e6a2ca8a75474fcf9f8
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/992b7f61/attachment-0001.html>


More information about the debian-med-commit mailing list