From 47f7554272ce67be9327b0fceba059015d1f9fb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:04:34 +0200 Subject: Add README.source --- debian/README.source | 18 ++++++++++++++++++ debian/changelog | 1 + 2 files changed, 19 insertions(+) create mode 100644 debian/README.source diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..e4f2b3d --- /dev/null +++ b/debian/README.source @@ -0,0 +1,18 @@ +Hello, + +now I use the branching model from Vincent Driessen[1]. + +I use the gitflow-avh[2]. with the Documentation[3]. +The Debian package can be found here[4]. + +Please upload unattended uploads use a branch feature/. + + +Many thanks. + + -- Jörg Frings-Fürst Fri, 02 Jun 2017 19:00:40 +0200 + +[1] http://nvie.com/posts/a-successful-git-branching-model/ +[2] https://github.com/petervanderdoes/gitflow-avh +[3] https://github.com/petervanderdoes/gitflow-avh/wiki +[4] https://tracker.debian.org/pkg/git-flow diff --git a/debian/changelog b/debian/changelog index b42d9d2..d6e407c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium * Add missing symbols files. + * New README.source to explain the branching model used. -- Jörg Frings-Fürst Sun, 30 Apr 2017 11:12:37 +0200 -- cgit v1.2.3 From 70e4ed475074913b07e6382e2796dd5aa5dee9a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:07:09 +0200 Subject: Declare compliance with Debian Policy 4.0.0 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d6e407c..957f20a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium * Add missing symbols files. * New README.source to explain the branching model used. + * Declare compliance with Debian Policy 4.0.0. (No changes needed). -- Jörg Frings-Fürst Sun, 30 Apr 2017 11:12:37 +0200 diff --git a/debian/control b/debian/control index 2eeeab8..67cfaef 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Build-Depends: libpython-dev Build-Depends-Indep: doxygen -Standards-Version: 3.9.7 +Standards-Version: 4.0.0 Homepage: https://github.com/uditha-atukorala/bitz-server Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/bitz-server.git -- cgit v1.2.3 From 33e49b8409dc17b208de84659786012a2afb5827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:15:54 +0200 Subject: Migrate to debhelper 10 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- debian/rules | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 957f20a..c1827ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium * Add missing symbols files. * New README.source to explain the branching model used. * Declare compliance with Debian Policy 4.0.0. (No changes needed). + * Migrate to debhelper 10: + - Change debian/compat to 10. + - Bump minimum debhelper version in debian/control to >= 10. + - Remove now useless autoreconf from debian/rules. -- Jörg Frings-Fürst Sun, 30 Apr 2017 11:12:37 +0200 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 67cfaef..378ed36 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Jörg Frings-Fürst Uploaders: Uditha Atukorala Build-Depends: - debhelper (>= 9), + debhelper (>= 10), dh-autoreconf, dh-python, dh-systemd (>= 1.5), diff --git a/debian/rules b/debian/rules index 7d4b8dc..70445ba 100755 --- a/debian/rules +++ b/debian/rules @@ -24,7 +24,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- %: - dh $@ --with systemd,autoreconf + dh $@ --with systemd override_dh_auto_build-indep: dh_auto_build -- cgit v1.2.3 From 100ba8f6c73ec208ab1e6f23ad6bf8c9c5d85ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Thu, 22 Jun 2017 20:44:53 +0200 Subject: Use the automatic debug symbol packages; Add missing dependency lsb-base --- debian/changelog | 5 +++++ debian/control | 52 ++-------------------------------------------------- debian/rules | 4 ---- 3 files changed, 7 insertions(+), 54 deletions(-) diff --git a/debian/changelog b/debian/changelog index c1827ca..93a61da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,11 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium - Change debian/compat to 10. - Bump minimum debhelper version in debian/control to >= 10. - Remove now useless autoreconf from debian/rules. + * debina/control: + - Add missing dependency lsb-base. + * Use the automatic debug symbol packages: + - Remove bitz-server-dbg and libicap1-dbg section from debian/control. + - Remove override_dh_strip from debian/rules. -- Jörg Frings-Fürst Sun, 30 Apr 2017 11:12:37 +0200 diff --git a/debian/control b/debian/control index 378ed36..63ac6ca 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,8 @@ Package: bitz-server Architecture: any Depends: ${shlibs:Depends}, - ${misc:Depends} + ${misc:Depends}, + lsb-base (>= 3.0-6) Description: ICAP server (RFC 3507) implementation in C++ The main goal of this project is to create an ICAP server (RFC 3507) implementation in C++ to use the power of object oriented programming. @@ -110,52 +111,3 @@ Description: ICAP server (RFC 3507) implementation in C++ (library files) programming language. . This package holds the library files. - -Package: bitz-server-dbg -Architecture: any -Section: debug -Priority: extra -Depends: - ${misc:Depends}, - bitz-server (= ${binary:Version}) -Description: ICAP server (RFC 3507) implementation in C++ (server debug symbols) - The main goal of this project is to create an ICAP server (RFC 3507) - implementation in C++ to use the power of object oriented programming. - . - Starting from scratch, the server is developed with a modular architecture - in mind. The server core (written in C++) will handle the client requests, - manage workers (child processes) etc. and will provide basic handlers to serve - ICAP requests. - . - To extend this core functionality the idea is to have pluggable modules - (like Apache server modules). These modules will provide features like - content filtering, anti-virus scanning etc. and to make it easier to write - (and faster to implement) such modules there is hope to exploit Python - programming language. - . - This package holds the debug symbols for bitz-server. - -Package: libicap1-dbg -Architecture: any -Multi-Arch: same -Section: debug -Priority: extra -Depends: - ${misc:Depends}, - libicap1 (= ${binary:Version}) -Description: ICAP server (RFC 3507) implementation in C++ (library debug symbols) - The main goal of this project is to create an ICAP server (RFC 3507) - implementation in C++ to use the power of object oriented programming. - . - Starting from scratch, the server is developed with a modular architecture - in mind. The server core (written in C++) will handle the client requests, - manage workers (child processes) etc. and will provide basic handlers to serve - ICAP requests. - . - To extend this core functionality the idea is to have pluggable modules - (like Apache server modules). These modules will provide features like - content filtering, anti-virus scanning etc. and to make it easier to write - (and faster to implement) such modules there is hope to exploit Python - programming language. - . - This package holds the debug symbols for libicap1. diff --git a/debian/rules b/debian/rules index 70445ba..3e604d9 100755 --- a/debian/rules +++ b/debian/rules @@ -34,10 +34,6 @@ override_dh_installdocs-indep: cp -r $(CURDIR)/doc/doxygen/html/* $(CURDIR)/debian/bitz-server-doc/usr/share/doc/bitz-server-doc/docs/ dh_installdocs -override_dh_strip: - dh_strip -pbitz-server --dbg-package=bitz-server-dbg - dh_strip -plibicap1 --dbg-package=libicap1-dbg - override_dh_makeshlibs: dh_makeshlibs dpkg-gensymbols -v$(VERSION) -plibicap1 -- cgit v1.2.3 From 12d6b2f57b2b9d38d825163e2277f943d856fcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 23 Jun 2017 06:01:43 +0200 Subject: some tests --- debian/bitz-server-doc.lintian-overrides | 2 +- debian/rules | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/bitz-server-doc.lintian-overrides b/debian/bitz-server-doc.lintian-overrides index 6e13e8a..d7160d8 100644 --- a/debian/bitz-server-doc.lintian-overrides +++ b/debian/bitz-server-doc.lintian-overrides @@ -4,4 +4,4 @@ # The file jquery.js comes from the with doxygen-generated documentation. # The built-in jquery.js in doxygen is not going to be removed (see Debian bug #736432). # -bitz-server-doc binary: embedded-javascript-library +#bitz-server-doc binary: embedded-javascript-library diff --git a/debian/rules b/debian/rules index 3e604d9..2c79d98 100755 --- a/debian/rules +++ b/debian/rules @@ -9,10 +9,10 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\-/') # -# Test for gcc-6 support +# Test for gcc-7 support # -#export CC=gcc-6 -#export CXX=g++-6 +#export CC=gcc-7 +#export CXX=g++-7 #CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) #LDLAGS:=$(shell dpkg-buildflags --get CXXFLAGS) #export CXXFLAGS+= -std=c++98 -- cgit v1.2.3 From 1f47b972a89a0edf0c7acec950059de8064254a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 5 Aug 2017 10:40:31 +0200 Subject: Drop dh-autoreconf from both Build-Depends; Rebuild debian/libicap1.symbols.[i386|amd64]; Remove outdated debian/bitz-server.upstart --- debian/bitz-server.upstart | 7 ------- debian/changelog | 4 ++++ debian/control | 1 - debian/libicap1.symbols.amd64 | 2 -- debian/libicap1.symbols.i386 | 12 ++++++------ debian/rules | 2 +- 6 files changed, 11 insertions(+), 17 deletions(-) delete mode 100644 debian/bitz-server.upstart diff --git a/debian/bitz-server.upstart b/debian/bitz-server.upstart deleted file mode 100644 index f0a3360..0000000 --- a/debian/bitz-server.upstart +++ /dev/null @@ -1,7 +0,0 @@ -description "bitz ICAP server" -author "Cameron Norman " - -start on runlevel [2345] -stop on runlevel [016] - -exec /usr/sbin/bitz-server /etc/bitz/bitz-server.conf diff --git a/debian/changelog b/debian/changelog index 93a61da..929357b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,11 +7,15 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium - Change debian/compat to 10. - Bump minimum debhelper version in debian/control to >= 10. - Remove now useless autoreconf from debian/rules. + - Drop dh-autoreconf from both Build-Depends. * debina/control: - Add missing dependency lsb-base. * Use the automatic debug symbol packages: - Remove bitz-server-dbg and libicap1-dbg section from debian/control. - Remove override_dh_strip from debian/rules. + * Rebuild debian/libicap1.symbols.[i386|amd64] to fix a FTBFS + (Closes: #853331). + * Remove outdated debian/bitz-server.upstart. -- Jörg Frings-Fürst Sun, 30 Apr 2017 11:12:37 +0200 diff --git a/debian/control b/debian/control index 63ac6ca..d0c92b1 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Jörg Frings-Fürst Uploaders: Uditha Atukorala Build-Depends: debhelper (>= 10), - dh-autoreconf, dh-python, dh-systemd (>= 1.5), libconfig++-dev, diff --git a/debian/libicap1.symbols.amd64 b/debian/libicap1.symbols.amd64 index 70abc92..4128eba 100644 --- a/debian/libicap1.symbols.amd64 +++ b/debian/libicap1.symbols.amd64 @@ -102,11 +102,9 @@ libicap.so.1 libicap1 #MINVER# (c++)"std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, int>, std::_Select1st, std::allocator > const, int> >, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >::_M_get_insert_hint_unique_pos(std::_Rb_tree_const_iterator, std::allocator > const, int> >, std::__cxx11::basic_string, std::allocator > const&)@Base" 1.0.0 (c++)"std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, int>, std::_Select1st, std::allocator > const, int> >, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >::find(std::__cxx11::basic_string, std::allocator > const&)@Base" 1.0.0 (c++)"std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, int>, std::_Select1st, std::allocator > const, int> >, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >::_M_erase(std::_Rb_tree_node, std::allocator > const, int> >*)@Base" 1.0.0 - (c++)"void std::__make_heap<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, long, std::pair, std::allocator >, int>, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, long, long, std::pair, std::allocator >, int>, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, long, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, long, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 - (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Val_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Val_comp_iter)@Base" 1.0.0 (c++)"__gnu_cxx::__normal_iterator, std::allocator > > std::__find_if<__gnu_cxx::__normal_iterator, std::allocator > >, __gnu_cxx::__ops::_Iter_pred > > >(__gnu_cxx::__normal_iterator, std::allocator > >, __gnu_cxx::__normal_iterator, std::allocator > >, __gnu_cxx::__ops::_Iter_pred > >, std::random_access_iterator_tag)@Base" 1.0.0 (c++)"typeinfo for icap::RequestHeader@Base" 1.0.0 (c++)"typeinfo for icap::ResponseHeader@Base" 1.0.0 diff --git a/debian/libicap1.symbols.i386 b/debian/libicap1.symbols.i386 index 213a9b0..c9aed61 100644 --- a/debian/libicap1.symbols.i386 +++ b/debian/libicap1.symbols.i386 @@ -47,6 +47,10 @@ libicap.so.1 libicap1 #MINVER# (c++)"icap::Header::value(std::__cxx11::basic_string, std::allocator > const&)@Base" 1.0.0 (c++)"icap::Header::attach(std::__cxx11::basic_string, std::allocator >, std::__cxx11::basic_string, std::allocator >)@Base" 1.0.0 (c++)"icap::Header::remove(std::__cxx11::basic_string, std::allocator >)@Base" 1.0.0 + (c++)"void std::vector, std::allocator >, std::allocator, std::allocator > > >::_M_realloc_insert, std::allocator > >(__gnu_cxx::__normal_iterator, std::allocator >*, std::vector, std::allocator >, std::allocator, std::allocator > > > >, std::__cxx11::basic_string, std::allocator >&&)@Base" 1.0.0 + (c++)"std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, std::__cxx11::basic_string, std::allocator > >, std::_Select1st, std::allocator > const, std::__cxx11::basic_string, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::__cxx11::basic_string, std::allocator > > > >::operator=(std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, std::__cxx11::basic_string, std::allocator > >, std::_Select1st, std::allocator > const, std::__cxx11::basic_string, std::allocator > > >, std::less, std::allocator > >, std::allocator, std::allocator > const, std::__cxx11::basic_string, std::allocator > > > > const&)@Base" 1.0.0 + (c++)"void std::__make_heap<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter&)@Base" 1.0.0 + (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, std::pair, std::allocator >, int>, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, int, std::pair, std::allocator >, int>, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 (c++)"icap::Header::Header()@Base" 1.0.0 (c++)"icap::Header::Header()@Base" 1.0.0 (c++)"icap::Header::~Header()@Base" 1.0.0 @@ -81,7 +85,6 @@ libicap.so.1 libicap1 #MINVER# (c++)"icap::Request::payload() const@Base" 1.0.0 (c++)"icap::Response::header() const@Base" 1.0.0 (c++)"icap::Response::payload() const@Base" 1.0.0 - (c++)"void std::vector, std::allocator >, std::allocator, std::allocator > > >::_M_emplace_back_aux, std::allocator > >(std::__cxx11::basic_string, std::allocator >&&)@Base" 1.0.0 (c++)"std::vector, std::allocator >, std::allocator, std::allocator > > >::~vector()@Base" 1.0.0 (c++)"std::vector, std::allocator >, std::allocator, std::allocator > > >::~vector()@Base" 1.0.0 (c++)"std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > >::~vector()@Base" 1.0.0 @@ -99,11 +102,8 @@ libicap.so.1 libicap1 #MINVER# (c++)"std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, int>, std::_Select1st, std::allocator > const, int> >, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >::_M_get_insert_unique_pos(std::__cxx11::basic_string, std::allocator > const&)@Base" 1.0.0 (c++)"std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, int>, std::_Select1st, std::allocator > const, int> >, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >::find(std::__cxx11::basic_string, std::allocator > const&)@Base" 1.0.0 (c++)"std::_Rb_tree, std::allocator >, std::pair, std::allocator > const, int>, std::_Select1st, std::allocator > const, int> >, std::less, std::allocator > >, std::allocator, std::allocator > const, int> > >::_M_erase(std::_Rb_tree_node, std::allocator > const, int> >*)@Base" 1.0.0 - (c++)"void std::__make_heap<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 - (c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, std::pair, std::allocator >, int>, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, int, std::pair, std::allocator >, int>, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 - (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 - (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, __gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, __gnu_cxx::__ops::_Iter_comp_iter)@Base" 1.0.0 - (c++)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Val_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Val_comp_iter)@Base" 1.0.0 + (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, (c++)"__gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__ops::_Iter_comp_iter)@Base"" 1.0.0 + (c++)"void std::__introsort_loop<__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, (c++)"__gnu_cxx::__ops::_Iter_comp_iter >(__gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, __gnu_cxx::__normal_iterator, std::allocator >, int>*, std::vector, std::allocator >, int>, std::allocator, std::allocator >, int> > > >, int, __gnu_cxx::__ops::_Iter_comp_iter)@Base"" 1.0.0 (c++)"typeinfo for icap::RequestHeader@Base" 1.0.0 (c++)"typeinfo for icap::ResponseHeader@Base" 1.0.0 (c++)"typeinfo for icap::Header@Base" 1.0.0 diff --git a/debian/rules b/debian/rules index 2c79d98..abe80c4 100755 --- a/debian/rules +++ b/debian/rules @@ -19,7 +19,7 @@ VERSION = $(shell head -n1 debian/changelog | sed -e 's/.*(//;s/-.*).*//;s/\+/\- #export LDFLAGS += -fPIC # -# end of gcc-6 test +# end of gcc-7 test # -- cgit v1.2.3 From 35741f389b4a1ce2de8dfec13c43673a2a6dd636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 6 Aug 2017 15:25:40 +0200 Subject: d/changelog: change date/time --- debian/changelog | 4 ++-- debian/files | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 929357b..84e2a76 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -bitz-server (1.0.0-4) UNRELEASED; urgency=medium +bitz-server (1.0.0-4~experimental1) unstable; urgency=medium * Add missing symbols files. * New README.source to explain the branching model used. @@ -17,7 +17,7 @@ bitz-server (1.0.0-4) UNRELEASED; urgency=medium (Closes: #853331). * Remove outdated debian/bitz-server.upstart. - -- Jörg Frings-Fürst Sun, 30 Apr 2017 11:12:37 +0200 + -- Jörg Frings-Fürst Sun, 06 Aug 2017 15:00:59 +0200 bitz-server (1.0.0-3) unstable; urgency=medium diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..a63d2fc --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +bitz-server_1.0.0-4~experimental1_source.buildinfo net optional -- cgit v1.2.3