[med-svn] [Git][med-team/libmems][master] 10 commits: routine-update: Standards-Version: 4.5.1

Andreas Tille gitlab at salsa.debian.org
Tue Nov 17 09:02:28 GMT 2020



Andreas Tille pushed to branch master at Debian Med / libmems


Commits:
8b1d4f3f by Andreas Tille at 2020-11-17T08:50:00+01:00
routine-update: Standards-Version: 4.5.1

- - - - -
761e9238 by Andreas Tille at 2020-11-17T08:50:00+01:00
routine-update: debhelper-compat 13

- - - - -
c45e2972 by Andreas Tille at 2020-11-17T08:50:04+01:00
routine-update: Secure URI in copyright format

- - - - -
dd9faef4 by Andreas Tille at 2020-11-17T08:50:04+01:00
routine-update: Remove trailing whitespace in debian/changelog

- - - - -
c7642100 by Andreas Tille at 2020-11-17T08:50:04+01:00
routine-update: Remove trailing whitespace in debian/copyright

- - - - -
c2a124de by Andreas Tille at 2020-11-17T08:50:04+01:00
routine-update: Add salsa-ci file

- - - - -
2365d790 by Andreas Tille at 2020-11-17T08:50:04+01:00
routine-update: Rules-Requires-Root: no

- - - - -
88016f41 by Andreas Tille at 2020-11-17T08:50:05+01:00
Trim trailing whitespace.

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

- - - - -
860d7231 by Andreas Tille at 2020-11-17T09:12:13+01:00
Remove *.la file to keep dh_missing happy

- - - - -
ca6780fa by Andreas Tille at 2020-11-17T09:23:42+01:00
Upload to unstable

- - - - -


6 changed files:

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


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+libmems (1.6.0+4725-9) unstable; urgency=medium
+
+  * Standards-Version: 4.5.1 (routine-update)
+  * debhelper-compat 13 (routine-update)
+  * Secure URI in copyright format (routine-update)
+  * Remove trailing whitespace in debian/changelog (routine-update)
+  * Remove trailing whitespace in debian/copyright (routine-update)
+  * Add salsa-ci file (routine-update)
+  * Rules-Requires-Root: no (routine-update)
+  * Trim trailing whitespace.
+
+ -- Andreas Tille <tille at debian.org>  Tue, 17 Nov 2020 09:12:35 +0100
+
 libmems (1.6.0+4725-8) unstable; urgency=medium
 
   * Do not provide packages with different files
@@ -42,7 +55,7 @@ libmems (1.6.0+4725-4) unstable; urgency=medium
 libmems (1.6.0+4725-3) unstable; urgency=medium
 
   [ Gert Wollny ]
-  * Team upload 
+  * Team upload
   * d/p/05: Add patch to fix compilation with g++-6, Closes: #811870
   * d/control: cme fix dpkg-control
 


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


=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ 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),
                d-shlibs,
                pkg-config,
                libgenome-dev,
@@ -11,10 +11,11 @@ Build-Depends: debhelper (>= 11~),
                libboost-iostreams-dev,
                libboost-program-options-dev,
                libmuscle-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.5.1
 Vcs-Browser: https://salsa.debian.org/med-team/libmems
 Vcs-Git: https://salsa.debian.org/med-team/libmems.git
 Homepage: http://sourceforge.net/p/mauve/code/HEAD/tree/libMems/trunk/
+Rules-Requires-Root: no
 
 Package: libmems-dev
 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: libMems
 Upstream-Contact: Aaron Darling <darling at cs.wisc.edu>
 Source: http://sourceforge.net/p/mauve/code/HEAD/tree/libMems/trunk/
@@ -19,8 +19,8 @@ License: BSD-3-clause
      2. Redistributions in binary form must reproduce the above copyright
         notice, this list of conditions and the following disclaimer in the
         documentation and/or other materials provided with the distribution.
-     3. The names of its contributors may not be used to endorse or promote 
-        products derived from this software without specific prior written 
+     3. The names of its contributors may not be used to endorse or promote
+        products derived from this software without specific prior written
         permission.
  .
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS


=====================================
debian/rules
=====================================
@@ -16,7 +16,7 @@ override_dh_install:
 		    --movedev debian/tmp/usr/include usr \
 		    --movedev "debian/tmp/usr/lib/*/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig \
 		    debian/tmp/usr/lib/*/*.so
+	find debian -name "lib*.la" -delete
 
 get-orig-source:
 	. debian/get-orig-source
-


=====================================
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/libmems/-/compare/978ba3022c8a37698104b9653d20afc1d8140886...ca6780fa0e64445e3847f7a1df76f8912ce864bb

-- 
View it on GitLab: https://salsa.debian.org/med-team/libmems/-/compare/978ba3022c8a37698104b9653d20afc1d8140886...ca6780fa0e64445e3847f7a1df76f8912ce864bb
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/20201117/90654662/attachment-0001.html>


More information about the debian-med-commit mailing list