[med-svn] [Git][med-team/mrs][master] 8 commits: routine-update: Standards-Version: 4.5.0
Shayan Doust
gitlab at salsa.debian.org
Wed Sep 16 16:59:14 BST 2020
Shayan Doust pushed to branch master at Debian Med / mrs
Commits:
1b102af8 by Shayan Doust at 2020-09-16T15:56:44+00:00
routine-update: Standards-Version: 4.5.0
- - - - -
ae69b82e by Shayan Doust at 2020-09-16T15:56:44+00:00
routine-update: debhelper-compat 13
- - - - -
61c7796e by Shayan Doust at 2020-09-16T15:56:48+00:00
routine-update: Secure URI in copyright format
- - - - -
ddcc672e by Shayan Doust at 2020-09-16T15:56:48+00:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
c5560187 by Shayan Doust at 2020-09-16T15:56:48+00:00
routine-update: Add salsa-ci file
- - - - -
d03ed1cb by Shayan Doust at 2020-09-16T15:56:48+00:00
routine-update: Rules-Requires-Root: no
- - - - -
e35bd734 by Shayan Doust at 2020-09-16T15:56:58+00:00
Fix day-of-week for changelog entries 6.0.4+dfsg-1, 6.0.3+dfsg-1.
Changes-By: lintian-brush
Fixes: lintian: debian-changelog-has-wrong-day-of-week
See-also: https://lintian.debian.org/tags/debian-changelog-has-wrong-day-of-week.html
- - - - -
30897611 by Shayan Doust at 2020-09-16T15:57:53+00:00
Revert to UNRELEASED for now
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- + debian/salsa-ci.yml
Changes:
=====================================
debian/changelog
=====================================
@@ -11,8 +11,15 @@ mrs (6.0.5+dfsg-8) UNRELEASED; urgency=medium
[ Shayan Doust ]
* Refresh existing patch and apply gcc-10 patch
(Closes: #957567)
+ * Standards-Version: 4.5.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Fix day-of-week for changelog entries 6.0.4+dfsg-1, 6.0.3+dfsg-1.
- -- Shayan Doust <hello at shayandoust.me> Wed, 16 Sep 2020 16:54:39 +0100
+ -- Shayan Doust <hello at shayandoust.me> Wed, 16 Sep 2020 15:56:59 +0000
mrs (6.0.5+dfsg-7) unstable; urgency=medium
@@ -92,14 +99,14 @@ mrs (6.0.4+dfsg-1) unstable; urgency=low
* Updated license information, again
* New upstream release
- -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Thu, 02 Sep 2013 10:00:00 +0200
+ -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Mon, 02 Sep 2013 10:00:00 +0200
mrs (6.0.3+dfsg-1) unstable; urgency=low
* Work around lisence confusion
* New upstream release
- -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Thu, 12 Aug 2013 10:00:00 +0200
+ -- Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl> Mon, 12 Aug 2013 10:00:00 +0200
mrs (6.0.2+dfsg-1) unstable; urgency=low
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Uploaders: Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11~),
+Build-Depends: debhelper-compat (= 13),
libboost-dev,
libboost-filesystem-dev,
libboost-system-dev,
@@ -16,17 +16,18 @@ Build-Depends: debhelper (>= 11~),
libboost-timer-dev,
libboost-random-dev,
libboost-chrono-dev,
- libzeep-dev (>= 3.0.2),
+ libzeep-dev,
libperl-dev,
liblog4cpp5-dev,
zlib1g-dev,
libbz2-dev,
libjs-jquery,
libjs-jquery-ui
-Standards-Version: 4.2.0
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/mrs
Vcs-Git: https://salsa.debian.org/med-team/mrs.git
Homepage: http://mrs.cmbi.ru.nl/
+Rules-Requires-Root: no
Package: mrs
Architecture: any
=====================================
debian/copyright
=====================================
@@ -1,4 +1,4 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mrs
Upstream-Contact: Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl>
Source: http://mrs.cmbi.ru.nl/
@@ -46,7 +46,7 @@ License: Boost-1.0
Files: src/M6Decompress.ipp
Copyright:
© 2002-2013, Maarten L. Hekkelman <m.hekkelman at cmbi.ru.nl>
- © 2003-2007 Tim Kientzle
+ © 2003-2007 Tim Kientzle
© 1985, 1986, 1992, 1993 The Regents of the University of California.
License: BSD-2-Clause
=====================================
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/mrs/-/compare/177d9342add38f46d93a9d4f929a7fdf43ac7948...308976118ec28ff33bd19c86a4764934b40d745b
--
View it on GitLab: https://salsa.debian.org/med-team/mrs/-/compare/177d9342add38f46d93a9d4f929a7fdf43ac7948...308976118ec28ff33bd19c86a4764934b40d745b
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/20200916/4bba798f/attachment-0001.html>
More information about the debian-med-commit
mailing list