[med-svn] [Git][med-team/mialmpick][master] 5 commits: Trim trailing whitespace.
Andreas Tille
gitlab at salsa.debian.org
Fri May 15 19:26:05 BST 2020
Andreas Tille pushed to branch master at Debian Med / mialmpick
Commits:
451a82bc by Debian Janitor at 2020-04-29T06:22:13+00:00
Trim trailing whitespace.
Fixes: lintian: file-contains-trailing-whitespace
See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
- - - - -
bd4c4b52 by Debian Janitor at 2020-04-29T06:23:56+00:00
Set debhelper-compat version in Build-Depends.
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
- - - - -
97b4e8ad by Debian Janitor at 2020-04-29T06:25:00+00:00
Set field Upstream-Contact in debian/copyright.
- - - - -
f61c7b2d by Debian Janitor at 2020-04-29T06:26:14+00:00
Set upstream metadata fields: Repository.
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
78f2ef81 by Debian Janitor at 2020-04-29T06:27:16+00:00
Remove obsolete field Contact from debian/upstream/metadata (already present in machine-readable debian/copyright).
- - - - -
6 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,14 @@
+mialmpick (0.2.15-2) UNRELEASED; urgency=medium
+
+ * Trim trailing whitespace.
+ * Set debhelper-compat version in Build-Depends.
+ * 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).
+
+ -- Debian Janitor <janitor at jelmer.uk> Wed, 29 Apr 2020 06:21:46 +0000
+
mialmpick (0.2.15-1) unstable; urgency=medium
* New upstream version 0.2.15, Closes: #957538
@@ -21,7 +32,7 @@ mialmpick (0.2.14-3) unstable; urgency=medium
mialmpick (0.2.14-2) unstable; urgency=medium
- * d/* cme fix dpkg
+ * d/* cme fix dpkg
- update standards to 4.2.1 (no changes needed)
- update packaging VCS URLs
- update copyright URL
@@ -32,7 +43,7 @@ mialmpick (0.2.14-1) unstable; urgency=medium
* New upstream version 0.2.14
* d/control: Remove build-dep on libgnomeui Closes: #885748
- * d/control: Add build depenedency on libpopt-dev
+ * d/control: Add build depenedency on libpopt-dev
* d/control: Update uploader <gewo at debian.org>
* d/control: Update standards to 4.1.2 (no changes)
@@ -44,38 +55,38 @@ mialmpick (0.2.13-1) unstable; urgency=medium
* New Upstream version 0.2.13, Closes: #829857
* d/p: Remove gettext patch, applied upstream
* d/rules: enable full hardening
- * cme fix dpkg-control
+ * cme fix dpkg-control
-- Gert Wollny <gw.fossdev at gmail.com> Mon, 11 Jul 2016 12:56:57 +0000
mialmpick (0.2.12-1) unstable; urgency=medium
- * New upstream version
+ * New upstream version
* Update standards version to 3.9.8
- * d/p/02: removed patch since it was apllied upstream
+ * d/p/02: removed patch since it was apllied upstream
-- Gert Wollny <gw.fossdev at gmail.com> Thu, 05 May 2016 16:59:25 +0000
mialmpick (0.2.11-1) unstable; urgency=medium
* New upstream release, Closes: #809872
- * d/rules: remove manual debug package, since they are now created
+ * d/rules: remove manual debug package, since they are now created
automatically
* d/control: Update stabndards version to 3.9.6
* d/control: Move build dependency to unversioned libpng-dev
* d/: remove *.install file because this is now a single binary
package build
- * d:copyright: Add a shortname for the SGI trackball code to quell
+ * d:copyright: Add a shortname for the SGI trackball code to quell
lintian warning
- * d/p: add patch 01_ to honour the new gettext version
- * d/p: Add patch 02_ to correct spelling error
+ * d/p: add patch 01_ to honour the new gettext version
+ * d/p: Add patch 02_ to correct spelling error
-- Gert Wollny <gw.fossdev at gmail.com> Fri, 08 Jan 2016 15:49:37 +0100
mialmpick (0.2.10-2) unstable; urgency=medium
- * Update standards version
- * Correct SCM browse directory
+ * Update standards version
+ * Correct SCM browse directory
* Add upstream/metadata file
-- Gert Wollny <gw.fossdev at gmail.com> Wed, 10 Sep 2014 14:08:27 +0200
@@ -104,7 +115,7 @@ mialmpick (0.2.9-1) unstable; urgency=low
mialmpick (0.2.8-1) unstable; urgency=low
- * New upstream version
+ * New upstream version
-- Gert Wollny <gw.fossdev at gmail.com> Fri, 19 Apr 2013 16:56:57 +0200
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -3,7 +3,8 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.debian.org>
Uploaders: Gert Wollny <gewo at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper (>= 11.0.0),
+Build-Depends: debhelper-compat (= 11),
+ debhelper (>= 11.0.0),
libmialm-dev,
libvistaio-dev,
libgtkglext1-dev,
=====================================
debian/copyright
=====================================
@@ -1,6 +1,7 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: mialmpick
Source: http://mia.sourceforge.net
+Upstream-Contact: https://sourceforge.net/p/mia/discussion/
Files: *
Copyright: 2004-2012 Gert Wollny <gw.fossdev at gmail.com>
=====================================
debian/rules
=====================================
@@ -5,4 +5,3 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
%:
dh $@
-
=====================================
debian/upstream/metadata
=====================================
@@ -1,6 +1,5 @@
Bug-Database: https://sourceforge.net/p/mia/tickets-mialmpick/
Bug-Submit: https://sourceforge.net/p/mia/tickets-mialmpick/new/
-Contact: https://sourceforge.net/p/mia/discussion/
Other-References: https://sourceforge.net/p/mia/wiki/Home/
Reference:
- Author: Gert Wollny and Fritjhof Kruggel and Thomas Hierl and Jörg Hendricks
@@ -13,4 +12,5 @@ Reference:
Year: 2004
Pages: 459-464
eprint: http://mia.sourceforge.net/wollny04viip.pdf
+Repository: https://sourceforge.net/p/mia/mialmpick
Repository-Browse: https://sourceforge.net/p/mia/mialmpick/ci/master/tree/
View it on GitLab: https://salsa.debian.org/med-team/mialmpick/-/compare/ecb2f93d540e2de440a1f3514618cb81c9c0e79e...78f2ef8121a8dc01fe30142d2b31ce167a84a458
--
View it on GitLab: https://salsa.debian.org/med-team/mialmpick/-/compare/ecb2f93d540e2de440a1f3514618cb81c9c0e79e...78f2ef8121a8dc01fe30142d2b31ce167a84a458
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/20200515/f303d2c0/attachment-0001.html>
More information about the debian-med-commit
mailing list