[med-svn] [Git][med-team/intake][master] 6 commits: routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
Andreas Tille
gitlab at salsa.debian.org
Tue Jul 14 22:25:53 BST 2020
Andreas Tille pushed to branch master at Debian Med / intake
Commits:
dc61c4b4 by Andreas Tille at 2020-07-14T23:20:34+02:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
6944b75f by Andreas Tille at 2020-07-14T23:20:34+02:00
routine-update: Remove trailing whitespace in debian/control
- - - - -
0f2f0808 by Andreas Tille at 2020-07-14T23:20:34+02:00
routine-update: Remove trailing whitespace in debian/rules
- - - - -
a9efa6d0 by Andreas Tille at 2020-07-14T23:20:35+02:00
routine-update: Rules-Requires-Root: no
- - - - -
baf595b1 by Andreas Tille at 2020-07-14T23:20:40+02:00
Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, Repository-Browse.
Changes-By: lintian-brush
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
- - - - -
c3eb09ad by Andreas Tille at 2020-07-14T23:25:19+02:00
Fix message and upload to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+intake (0.6.0-2) unstable; urgency=medium
+
+ * Team upload.
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+ * Remove trailing whitespace in debian/control (routine-update)
+ * Remove trailing whitespace in debian/rules (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+
+ -- Andreas Tille <tille at debian.org> Tue, 14 Jul 2020 23:20:40 +0200
+
intake (0.6.0-1) unstable; urgency=medium
* Initial release (Closes: #963160)
=====================================
debian/control
=====================================
@@ -3,7 +3,7 @@ Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.
Uploaders: Shayan Doust <hello at shayandoust.me>
Section: science
Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: debhelper-compat (= 13),
python3-all,
python3-setuptools,
dh-python,
@@ -34,6 +34,7 @@ Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/intake
Vcs-Git: https://salsa.debian.org/med-team/intake.git
Homepage: https://github.com/intake/intake
+Rules-Requires-Root: no
Package: python3-intake
Architecture: any
=====================================
debian/rules
=====================================
@@ -23,7 +23,7 @@ override_dh_auto_build:
override_dh_install:
dh_install
-
+
# For some reason, not all data is movable via install or dh_install, so
# just force copy (and overwrite if needed) for pytest to actually work
cp -rf intake/source/tests/* .pybuild/*/build/intake/source/tests
@@ -33,6 +33,9 @@ override_dh_install:
dh_auto_test --buildsystem=pybuild
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+ echo "Build time test is done in dh_install."
+endif
override_dh_installman:
dh_installman build/man/*.1
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/intake/intake/issues
+Bug-Submit: https://github.com/intake/intake/issues/new
Reference:
Author:
Title:
@@ -13,3 +15,5 @@ Reference:
Registry:
- Name: conda:bioconda
Entry: intake
+Repository: https://github.com/intake/intake.git
+Repository-Browse: https://github.com/intake/intake
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/718d619c6324c8573e4823957ad768f2884db169...c3eb09ad57a5493b4d2c714311703aa6abde9ba7
--
View it on GitLab: https://salsa.debian.org/med-team/intake/-/compare/718d619c6324c8573e4823957ad768f2884db169...c3eb09ad57a5493b4d2c714311703aa6abde9ba7
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/20200714/6b391eea/attachment-0001.html>
More information about the debian-med-commit
mailing list