[med-svn] [Git][med-team/mia][master] Trim trailing whitespace.
Michael R. Crusoe
gitlab at salsa.debian.org
Wed Apr 29 18:35:39 BST 2020
Michael R. Crusoe pushed to branch master at Debian Med / mia
Commits:
61ba0a2e by Janitor at 2020-04-29T17:35:36+00:00
Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
- - - - -
4 changed files:
- debian/changelog
- debian/copyright
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+mia (2.4.7-2) UNRELEASED; urgency=medium
+
+ * Trim trailing whitespace.
+ * Set field Upstream-Contact in debian/copyright.
+ * Set upstream metadata fields: Repository.
+ * Remove obsolete field Contact from debian/upstream/metadata (already
+ present in machine-readable debian/copyright).
+ * Fix day-of-week for changelog entry 2.0.11-1.
+
+ -- Debian Janitor <janitor at jelmer.uk> Wed, 29 Apr 2020 06:23:06 +0000
+
mia (2.4.7-1) unstable; urgency=medium
* New upstream version 2.4.7 Closes: #957536
@@ -305,7 +316,7 @@ mia (2.0.11-1) unstable; urgency=low
* new upstream release
* Add debian/upstream file
- -- Gert Wollny <gw.fossdev at gmail.com> Mon, 15 Oct 2013 12:53:49 +0200
+ -- Gert Wollny <gw.fossdev at gmail.com> Tue, 15 Oct 2013 12:53:49 +0200
mia (2.0.10-1) unstable; urgency=low
=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mia
Source: http://mia.sourceforge.net
+Upstream-Contact: https://sourceforge.net/p/mia/discussion/
Files: *
Copyright: Gert Wollny <gw.fossdev at gmail.com>
=====================================
debian/rules
=====================================
@@ -2,7 +2,7 @@
# -*- makefile -*-
DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
-
+
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
@@ -39,18 +39,16 @@ override_dh_auto_configure:
-DMIA_CREATE_USERDOC=$(BUILDDOC) \
-DMIA_CREATE_NIPYPE_INTERFACES=OFF
-# dh_strip detects executable files, so make *.mia files executable then strip then
-# remove the executable flag
+# dh_strip detects executable files, so make *.mia files executable then strip then
+# remove the executable flag
override_dh_strip:
`pwd`/debian/run_strip
-override_dh_auto_build-indep:
+override_dh_auto_build-indep:
dh_auto_build -- doc
-override_dh_auto_build-arch:
+override_dh_auto_build-arch:
dh_auto_build
override_dh_shlibdeps:
dh_shlibdeps -- $(shell find debian/libmia-2.4-4/ -name "*.mia")
-
-
=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,5 @@
Bug-Database: https://sourceforge.net/p/mia/tickets/
Bug-Submit: https://sourceforge.net/p/mia/tickets/new/
-Contact: https://sourceforge.net/p/mia/discussion/
Other-References: https://sourceforge.net/p/mia/wiki/Home/
Reference:
Author: >
@@ -16,4 +15,5 @@ Reference:
DOI: 10.1186/1751-0473-8-20
URL: http://www.scfbm.org/content/8/1/20/abstract
eprint: http://www.scfbm.org/content/pdf/1751-0473-8-20.pdf
+Repository: https://sourceforge.net/p/mia/mia2
Repository-Browse: https://sourceforge.net/p/mia/mia2/ci/master/tree/
View it on GitLab: https://salsa.debian.org/med-team/mia/-/commit/61ba0a2e2275ebc8cfa8bb6b64a628b742e60c30
--
View it on GitLab: https://salsa.debian.org/med-team/mia/-/commit/61ba0a2e2275ebc8cfa8bb6b64a628b742e60c30
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/20200429/b3934d28/attachment-0001.html>
More information about the debian-med-commit
mailing list