summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2018-02-23 20:52:18 +0100
committerDidier Raboud <odyx@debian.org>2018-02-23 20:52:18 +0100
commit47044bc54981e34c48439bd6d9b055984ee4f873 (patch)
tree0e9327ac96ffb28c5826b569e83d817de2002b20
parent3f8a138316e736f793f80e1854046935a45d1fd6 (diff)
parent46cadfa57ad5bb3aff73c0fd9a6d081390f04823 (diff)
Record argagg (0.4.6-4) in archive suite sid
-rw-r--r--debian/changelog8
-rw-r--r--debian/compat2
-rw-r--r--debian/control22
3 files changed, 19 insertions, 13 deletions
diff --git a/debian/changelog b/debian/changelog
index 0e87f42..353e948 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+argagg (0.4.6-4) unstable; urgency=medium
+
+ * Cleanup d/control thanks to `cme update dpkg-control`
+ * Update Vcs-* for the move to Salsa
+ * Bump debhelper compat to 11
+
+ -- Didier Raboud <odyx@debian.org> Fri, 23 Feb 2018 20:52:18 +0100
+
argagg (0.4.6-3) unstable; urgency=medium
[ Chris Lamb ]
diff --git a/debian/compat b/debian/compat
index f599e28..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-10
+11
diff --git a/debian/control b/debian/control
index 417c9cb..a2ab5e1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,16 +1,15 @@
Source: argagg
+Maintainer: Didier Raboud <odyx@debian.org>
Section: devel
Priority: optional
-Maintainer: Didier Raboud <odyx@debian.org>
-Build-Depends:
- debhelper (>= 10.2.5~),
- doctest-dev,
- cmake,
- doxygen,
-Standards-Version: 4.1.1
+Build-Depends: debhelper (>= 11~),
+ doctest-dev,
+ cmake,
+ doxygen
+Standards-Version: 4.1.3
+Vcs-Browser: https://salsa.debian.org/debian/argagg
+Vcs-Git: https://salsa.debian.org/debian/argagg.git
Homepage: https://github.com/vietjtnguyen/argagg
-Vcs-Git: https://alioth.debian.org/anonscm/git/collab-maint/argagg.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/argagg.git
Package: argagg-dev
Architecture: all
@@ -33,9 +32,8 @@ Package: argagg-dev-doc
Architecture: all
Multi-Arch: foreign
Section: doc
-Depends:
- libjs-jquery,
- ${misc:Depends}
+Depends: libjs-jquery,
+ ${misc:Depends}
Description: Argument Aggregator - Simple C++11 command line argument parser - source doc
This is yet another C++ command line argument/option parser. It was
written as a simple and idiomatic alternative to other frameworks like