[med-svn] [Git][med-team/seer][master] 9 commits: Cleanup changelog
Andreas Tille
gitlab at salsa.debian.org
Tue Jun 2 07:26:39 BST 2020
Andreas Tille pushed to branch master at Debian Med / seer
Commits:
783ee98c by Andreas Tille at 2020-06-02T08:06:39+02:00
Cleanup changelog
- - - - -
766b4bfb by Andreas Tille at 2020-06-02T08:07:03+02:00
routine-update: Standards-Version: 4.5.0
- - - - -
30189110 by Andreas Tille at 2020-06-02T08:07:03+02:00
routine-update: debhelper-compat 13
- - - - -
f34c782b by Andreas Tille at 2020-06-02T08:07:10+02:00
routine-update: Secure URI in copyright format
- - - - -
89524a49 by Andreas Tille at 2020-06-02T08:07:10+02:00
routine-update: Add salsa-ci file
- - - - -
57f22005 by Andreas Tille at 2020-06-02T08:07:10+02:00
routine-update: Rules-Requires-Root: no
- - - - -
4e2255d3 by Andreas Tille at 2020-06-02T08:07:16+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Fixes: lintian: upstream-metadata-missing-bug-tracking
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
Fixes: lintian: upstream-metadata-missing-repository
See-also: https://lintian.debian.org/tags/upstream-metadata-missing-repository.html
- - - - -
7118bf0b by Andreas Tille at 2020-06-02T08:22:27+02:00
Fix permissions
- - - - -
c829852d by Andreas Tille at 2020-06-02T08:22:33+02:00
Upload to unstable
- - - - -
7 changed files:
- debian/changelog
- − debian/compat
- debian/control
- debian/copyright
- debian/rules
- + debian/salsa-ci.yml
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,15 +1,25 @@
-seer (1.1.4-3) UNRELEASED; urgency=medium
+seer (1.1.4-3) unstable; urgency=medium
+
+ * Team upload
[ Steffen Moeller ]
* d/u/metadata: yamllint
-
- [ Steffen Möller ]
* Update metadata with ref to conda
[ Pranav Ballaney ]
* Add autopkgtests
* Add docs
+ [ Andreas Tille ]
+ * Standards-Version: 4.5.0 (routine-update)
+ * debhelper-compat 13 (routine-update)
+ * Secure URI in copyright format (routine-update)
+ * Add salsa-ci file (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Fix permissions
+
-- Pranav Ballaney <ballaneypranav at gmail.com> Tue, 02 Jun 2020 03:35:16 +0530
seer (1.1.4-2) unstable; urgency=medium
=====================================
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),
libarmadillo-dev (>= 1:6.700.6+dfsg-1~),
libdlib-dev,
libhdf5-dev,
@@ -11,10 +11,11 @@ Build-Depends: debhelper (>= 11~),
libgzstream-dev,
libboost-dev,
libboost-program-options-dev
-Standards-Version: 4.2.1
+Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/seer
Vcs-Git: https://salsa.debian.org/med-team/seer.git
Homepage: https://github.com/johnlees/seer
+Rules-Requires-Root: no
Package: seer
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-Contact: John Lees <john at johnlees.me>
Upstream-Name: seer
Source: https://github.com/johnlees/seer/releases
=====================================
debian/rules
=====================================
@@ -26,4 +26,9 @@ override_dh_auto_install:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
if dh_auto_test ; then echo Test passed ; else echo '****************************** TEST FAILED. Please contact upstream *******************************' ; fi
-endif
\ No newline at end of file
+endif
+
+override_dh_fixperms:
+ dh_fixperms
+ find debian -name Makefile -exec chmod -x \{\} \;
+ find debian -name "*.fa" -exec chmod -x \{\} \;
=====================================
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,5 @@
+Bug-Database: https://github.com/johnlees/seer/issues
+Bug-Submit: https://github.com/johnlees/seer/issues/new
Reference:
Author: >
John A Lees and Minna Vehkala and Niko Välimäki and Simon R Harris and
@@ -22,3 +24,5 @@ Registry:
Entry: NA
- Name: SciCrunch
Entry: SCR_015499
+Repository: https://github.com/johnlees/seer.git
+Repository-Browse: https://github.com/johnlees/seer
View it on GitLab: https://salsa.debian.org/med-team/seer/-/compare/304f82cc695ae8ee30a0ba0637905389927748a1...c829852d334136a5310f4a5a59fba6259e90bc4d
--
View it on GitLab: https://salsa.debian.org/med-team/seer/-/compare/304f82cc695ae8ee30a0ba0637905389927748a1...c829852d334136a5310f4a5a59fba6259e90bc4d
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/20200602/c2719c38/attachment-0001.html>
More information about the debian-med-commit
mailing list