[med-svn] [Git][med-team/bppphyview][master] 10 commits: routine-update: Standards-Version: 4.5.1
Andreas Tille
gitlab at salsa.debian.org
Wed Nov 18 08:47:37 GMT 2020
Andreas Tille pushed to branch master at Debian Med / bppphyview
Commits:
4fb164fe by Andreas Tille at 2020-11-18T07:41:39+01:00
routine-update: Standards-Version: 4.5.1
- - - - -
1f4187d0 by Andreas Tille at 2020-11-18T07:41:39+01:00
routine-update: debhelper-compat 13
- - - - -
8b25609b by Andreas Tille at 2020-11-18T07:41:42+01:00
routine-update: Add salsa-ci file
- - - - -
b59ca2a0 by Andreas Tille at 2020-11-18T07:41:42+01:00
routine-update: Rules-Requires-Root: no
- - - - -
8f4913aa by Andreas Tille at 2020-11-18T07:41:43+01:00
Set upstream metadata fields: Bug-Submit.
Changes-By: lintian-brush
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
- - - - -
bbdbf01d by Andreas Tille at 2020-11-18T07:41:43+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
- - - - -
ef6b9f51 by Andreas Tille at 2020-11-18T08:52:33+01:00
Avoid multiple definitions for manpage
- - - - -
444e4f81 by Andreas Tille at 2020-11-18T08:53:04+01:00
Cleanup changelog
- - - - -
9dee5067 by Andreas Tille at 2020-11-18T09:23:14+01:00
Really fix manpage installation
- - - - -
31a61210 by Andreas Tille at 2020-11-18T09:24:50+01:00
Upload to unstable
- - - - -
7 changed files:
- debian/bppphyview.manpages
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml
- debian/upstream/metadata
Changes:
=====================================
debian/bppphyview.manpages
=====================================
@@ -1 +1 @@
-man/*.1
+obj-*/man/*.1*
=====================================
debian/changelog
=====================================
@@ -1,18 +1,23 @@
-bppphyview (0.6.1-2) UNRELEASED; urgency=medium
+bppphyview (0.6.1-2) unstable; urgency=medium
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
* Trim trailing whitespace.
[ Andreas Tille ]
- * debhelper-compat 12
- * Standards-Version: 4.4.1
* Remove trailing whitespace in debian/copyright
* Trim trailing whitespace.
* Set upstream metadata fields: Bug-Database, Repository, Repository-
Browse.
-
- -- Jelmer Vernooij <jelmer at debian.org> Sat, 20 Oct 2018 13:20:02 +0000
+ * Standards-Version: 4.5.1 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Submit.
+ * Refer to specific version of license GPL-2+.
+ * Avoid multiple definitions for manpage
+
+ -- Andreas Tille <tille at debian.org> Wed, 18 Nov 2020 09:23:23 +0100
bppphyview (0.6.1-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -4,15 +4,16 @@ Uploaders: Julien Dutheil <julien.dutheil at univ-montp2.fr>,
Andreas Tille <tille at debian.org>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 12),
+Build-Depends: debhelper-compat (= 13),
cmake,
qt5-qmake,
qtdeclarative5-dev,
libbpp-qt-dev (>= 2.4.1)
-Standards-Version: 4.4.1
+Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/med-team/bppphyview
Vcs-Git: https://salsa.debian.org/med-team/bppphyview.git
Homepage: http://biopp.univ-montp2.fr/wiki/index.php/Main_Page
+Rules-Requires-Root: no
Package: bppphyview
Architecture: any
=====================================
debian/copyright
=====================================
@@ -535,4 +535,4 @@ License: GPL-2+
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'.
+ Public License can be found in `/usr/share/common-licenses/GPL-2'.
=====================================
debian/rules
=====================================
@@ -9,3 +9,11 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo
+
+override_dh_installman:
+ # Deal with
+ # dh_installman: warning: Multiple definitions for manpage via different compressions. Please ensure there is at most one definition.
+ # dh_installman: error: This feature was removed in compat 13.
+ gunzip -r obj-*/man/*
+ find debian -name phyview.1.gz -delete
+ dh_installman
=====================================
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
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,4 @@
Bug-Database: https://github.com/BioPP/bppphyview/issues
+Bug-Submit: https://github.com/BioPP/bppphyview/issues/new
Repository: https://github.com/BioPP/bppphyview.git
Repository-Browse: https://github.com/BioPP/bppphyview
View it on GitLab: https://salsa.debian.org/med-team/bppphyview/-/compare/00e90b4288399008719b639c100c75df2e497ab5...31a612109a36907e925a986c8aaeda0db2a86582
--
View it on GitLab: https://salsa.debian.org/med-team/bppphyview/-/compare/00e90b4288399008719b639c100c75df2e497ab5...31a612109a36907e925a986c8aaeda0db2a86582
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/20201118/229420ea/attachment-0001.html>
More information about the debian-med-commit
mailing list