[docopt.cpp] 01/07: Switch from git-dpm to gbp

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Mar 9 08:39:42 UTC 2017


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch master
in repository docopt.cpp.

commit 11e33130130e8beee35f4053e4ee0dcc2f990280
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu Mar 2 10:45:30 2017 +0000

    Switch from git-dpm to gbp
    
    - Drop git-dpm configuration
    - Unapply patch queue
    - Add gbp configuration
    
    Gbp-Dch: full
---
 CMakeLists.txt  |  4 ----
 debian/.git-dpm | 11 -----------
 debian/gbp.conf |  7 +++++++
 3 files changed, 7 insertions(+), 15 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index eaa85e5..ee01e7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,10 +75,6 @@ if(NOT MSVC)
 	set_target_properties(docopt_s PROPERTIES OUTPUT_NAME docopt)
 endif()
 
-set_target_properties(docopt PROPERTIES
-        VERSION ${docopt.cpp_VERSION}
-        SOVERSION 0)
-
 if(USE_BOOST_REGEX)
 	add_definitions("-DDOCTOPT_USE_BOOST_REGEX")
 	# This is needed on Linux, where linking a static library into docopt.so
diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 25d7280..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-ce9d87ab83741776c0a64311926e8121cef4a91d
-ce9d87ab83741776c0a64311926e8121cef4a91d
-667f037d98524b4592cda963c24455cfb6ab73b4
-667f037d98524b4592cda963c24455cfb6ab73b4
-docopt.cpp_0.6.2.orig.tar.gz
-8517b306ba5f8ac935b15bda562104c8a2976ec3
-27126
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..f53906f
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,7 @@
+[DEFAULT]
+upstream-branch = upstream
+debian-branch = master
+upstream-tag = upstream/%(version)s
+debian-tag = debian/%(version)s
+sign-tags = True
+pristine-tar = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/docopt.cpp.git



More information about the debian-science-commits mailing list