summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-02-23 20:52:58 +0100
committerDidier Raboud <odyx@debian.org>2018-02-23 20:52:58 +0100
commitf3f8d85abea8791631eefc2e78f5484cf0752d5d (patch)
tree1921b1a437bc0b363e15c1f493254086d5e1752c
Import doctest_1.2.7+repack0-2.debian.tar.xz
[dgit import tarball doctest 1.2.7+repack0-2 doctest_1.2.7+repack0-2.debian.tar.xz]
-rw-r--r--.git-dpm8
-rw-r--r--changelog47
-rw-r--r--compat1
-rw-r--r--control25
-rw-r--r--copyright61
-rw-r--r--doctest-dev.docs1
-rw-r--r--gbp.conf6
-rwxr-xr-xrules21
-rw-r--r--source/format1
-rw-r--r--watch3
10 files changed, 174 insertions, 0 deletions
diff --git a/.git-dpm b/.git-dpm
new file mode 100644
index 0000000..60d1a86
--- /dev/null
+++ b/.git-dpm
@@ -0,0 +1,8 @@
+# see git-dpm(1) from git-dpm package
+57a747186b7ebf156b362f6ecb81e1cfca45d4cf
+57a747186b7ebf156b362f6ecb81e1cfca45d4cf
+57a747186b7ebf156b362f6ecb81e1cfca45d4cf
+57a747186b7ebf156b362f6ecb81e1cfca45d4cf
+doctest_1.2.7+repack0.orig.tar.xz
+18f5195ed0c03467b02e79388bafe4840a13a5e9
+2084144
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..dbb4499
--- /dev/null
+++ b/changelog
@@ -0,0 +1,47 @@
+doctest (1.2.7+repack0-2) unstable; urgency=medium
+
+ * Cleanup d/control thanks to `cme update dpkg-control`
+ * Update Vcs-* for the move to Salsa
+
+ -- Didier Raboud <odyx@debian.org> Fri, 23 Feb 2018 20:52:58 +0100
+
+doctest (1.2.7+repack0-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Didier Raboud <odyx@debian.org> Fri, 09 Feb 2018 00:10:27 +0100
+
+doctest (1.2.6+repack0-2) unstable; urgency=medium
+
+ * Initialize git-dpm; add patch:
+ - Correct DOCTEST_NO_INSTALL logic; do install unless it is set
+ (Closes: #880721)
+ * Actually verify that the mandatory files are really installed
+
+ -- Didier Raboud <odyx@debian.org> Sat, 04 Nov 2017 15:28:11 +0100
+
+doctest (1.2.6+repack0-1) unstable; urgency=medium
+
+ * New 1.2.6 release
+ - doc/html_generated is removed; as it contains strapdown.js and a minified
+ Bootstrap CSS
+
+ -- Didier Raboud <odyx@debian.org> Thu, 02 Nov 2017 18:24:37 +0100
+
+doctest (1.2.5+repack0-2) unstable; urgency=medium
+
+ * Mark doctest-dev Multi-Arch: foreign
+ * As upstream tarball is repacked, mangle the version in debian/watch
+ * Add debian/gbp.conf
+
+ -- Didier Raboud <odyx@debian.org> Mon, 23 Oct 2017 13:22:45 +0200
+
+doctest (1.2.5+repack0-1) unstable; urgency=low
+
+ * Initial release. (Closes: #879103)
+
+ * Repack the original 1.2.5:
+ - doc/html_generated is removed; as it contains strapdown.js and a minified
+ Bootstrap CSS
+
+ -- Didier Raboud <odyx@debian.org> Fri, 20 Oct 2017 08:48:53 +0200
diff --git a/compat b/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+10
diff --git a/control b/control
new file mode 100644
index 0000000..6ea2517
--- /dev/null
+++ b/control
@@ -0,0 +1,25 @@
+Source: doctest
+Maintainer: Didier Raboud <odyx@debian.org>
+Section: devel
+Priority: optional
+Build-Depends: debhelper (>= 10.2.5~),
+ cmake,
+ doxygen
+Standards-Version: 4.1.3
+Vcs-Browser: https://salsa.debian.org/debian/doctest
+Vcs-Git: https://salsa.debian.org/debian/doctest.git
+Homepage: https://github.com/onqtam/doctest
+
+Package: doctest-dev
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Description: Light and feature-rich C++ testing framework
+ doctest is a light and feature-rich C++98 / C++11 single-header testing
+ framework for unit tests and TDD.
+ .
+ It is inspired by the unittest {} functionality of the D programming
+ language and Python's docstrings - tests can be considered a form of
+ documentation and should be able to reside near the production code
+ which they test. This isn't possible (or at least practical) with any
+ other testing framework for C++.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..9d04a72
--- /dev/null
+++ b/copyright
@@ -0,0 +1,61 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: doctest
+Upstream-Contact: Viktor Kirilov <vik.kirilov@gmail.com>
+Source: https://github.com/onqtam/doctest
+Files-Excluded: doc/html_generated/*
+
+Files: *
+Copyright: 2016-2017 Viktor Kirilov <vik.kirilov@gmail.com>
+License: MIT
+
+Files: scripts/send_to_wandbox.py
+Copyright: 2015 Louis Dionne
+License: BSL-1.0
+
+Files: debian/*
+Copyright: 2017 Didier Raboud <odyx@debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
+License: BSL-1.0
+ Boost Software License - Version 1.0 - August 17th, 2003
+ .
+ Permission is hereby granted, free of charge, to any person or organization
+ obtaining a copy of the software and accompanying documentation covered by
+ this license (the "Software") to use, reproduce, display, distribute,
+ execute, and transmit the Software, and to prepare derivative works of the
+ Software, and to permit third-parties to whom the Software is furnished to
+ do so, all subject to the following:
+ .
+ The copyright notices in the Software and this entire statement, including
+ the above license grant, this restriction and the following disclaimer,
+ must be included in all copies of the Software, in whole or in part, and
+ all derivative works of the Software, unless such copies or derivative
+ works are solely in the form of machine-executable object code generated by
+ a source language processor.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
+ SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
+ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
+ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+ DEALINGS IN THE SOFTWARE.
diff --git a/doctest-dev.docs b/doctest-dev.docs
new file mode 100644
index 0000000..ec0bdcf
--- /dev/null
+++ b/doctest-dev.docs
@@ -0,0 +1 @@
+doc/markdown/
diff --git a/gbp.conf b/gbp.conf
new file mode 100644
index 0000000..9961e33
--- /dev/null
+++ b/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+upstream-branch = upstream/latest
+debian-branch = debian/master
+[dch]
+meta = true
+
diff --git a/rules b/rules
new file mode 100755
index 0000000..f7365ae
--- /dev/null
+++ b/rules
@@ -0,0 +1,21 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
+
+override_dh_auto_configure:
+ dh_auto_configure -- -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
+ -DCMAKE_CXX_FLAGS="-fprofile-arcs -ftest-coverage -std=c++98" \
+ -DCMAKE_BUILD_TYPE=Debug
+
+override_dh_auto_test:
+ dh_auto_test --no-parallel -- ARGS\+=--output-on-failure
+
+override_dh_compress:
+ dh_compress -X.md$
+
+override_dh_install:
+ dh_install
+ # Verify that the mandatory files are really installed
+ [ -r debian/doctest-dev/usr/include/doctest/doctest.h ]
+ [ -x debian/doctest-dev/usr/lib/cmake/doctest ]
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/watch b/watch
new file mode 100644
index 0000000..9575050
--- /dev/null
+++ b/watch
@@ -0,0 +1,3 @@
+version=3
+opts="dversionmangle=s/\+repack\d*$//,repacksuffix=+repack,filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/doctest-$1\.tar\.gz/" \
+ https://github.com/onqtam/doctest/tags .*/v?(\d\S+)\.tar\.gz