[med-svn] [Git][med-team/tao-config][master] 5 commits: routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
Shayan Doust
gitlab at salsa.debian.org
Mon Jul 13 16:41:23 BST 2020
Shayan Doust pushed to branch master at Debian Med / tao-config
Commits:
e800f84b by Shayan Doust at 2020-07-13T15:39:12+00:00
routine-update: Respect DEB_BUILD_OPTIONS in override_dh_auto_test target
- - - - -
8ed8de8f by Shayan Doust at 2020-07-13T15:39:12+00:00
routine-update: Remove trailing whitespace in debian/copyright
- - - - -
68757163 by Shayan Doust at 2020-07-13T15:39:12+00:00
routine-update: Rules-Requires-Root: no
- - - - -
67d09ed7 by Shayan Doust at 2020-07-13T15:39:17+00:00
Set upstream metadata fields: Bug-Database, 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
- - - - -
29e4d001 by Shayan Doust at 2020-07-13T15:39:20+00:00
Remove Section on tao-config-dev that duplicates source.
Changes-By: lintian-brush
Fixes: lintian: binary-control-field-duplicates-source
See-also: https://lintian.debian.org/tags/binary-control-field-duplicates-source.html
- - - - -
5 changed files:
- debian/changelog
- debian/control
- debian/copyright
- debian/rules
- debian/upstream/metadata
Changes:
=====================================
debian/changelog
=====================================
@@ -1,5 +1,11 @@
tao-config (0.0+git20200604.84a7383-1) UNRELEASED; urgency=medium
* Initial release (Closes: #<bug>)
+ * Respect DEB_BUILD_OPTIONS in override_dh_auto_test target (routine-
+ update)
+ * Remove trailing whitespace in debian/copyright (routine-update)
+ * Rules-Requires-Root: no (routine-update)
+ * Set upstream metadata fields: Bug-Database, Bug-Submit.
+ * Remove Section on tao-config-dev that duplicates source.
-- Shayan Doust <hello at shayandoust.me> Tue, 07 Jul 2020 23:49:11 +0100
=====================================
debian/control
=====================================
@@ -9,11 +9,11 @@ Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/med-team/tao-config
Vcs-Git: https://salsa.debian.org/med-team/tao-config.git
Homepage: https://github.com/taocpp/config
+Rules-Requires-Root: no
Package: tao-config-dev
Architecture: any
Multi-Arch: foreign
-Section: libdevel
Depends: ${misc:Depends}
Description: C++ header-only library that reads config files and produces a JSON value
C++ header-only library that reads config files based on JSON and JAXN
=====================================
debian/copyright
=====================================
@@ -1,11 +1,11 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: tao-config
-Source: https://github.com/taocpp/config/
+Source: https://github.com/taocpp/config/
Files: *
Copyright: 2018 Dr. Colin Hirsch
2018 Daniel Frey
-License: Expat
+License: Expat
Files: debian/*
Copyright: 2020 Shayan Doust <hello at shayandoust.me>
=====================================
debian/rules
=====================================
@@ -12,6 +12,7 @@ include /usr/share/dpkg/default.mk
dh $@
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
# Move schema binary out directory as it relies on tests/
mv build/src/test/config/schema .
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
=====================================
debian/upstream/metadata
=====================================
@@ -1,3 +1,5 @@
+Bug-Database: https://github.com/taocpp/config/issues
+Bug-Submit: https://github.com/taocpp/config/issues/new
Reference:
Author:
Title:
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/compare/ddcfea1886afc584c7ef115df6acd1d41c0be86f...29e4d001b1ac97871e8a85d7a27618022fb11fcb
--
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/compare/ddcfea1886afc584c7ef115df6acd1d41c0be86f...29e4d001b1ac97871e8a85d7a27618022fb11fcb
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/20200713/9044edd7/attachment-0001.html>
More information about the debian-med-commit
mailing list