diff --git a/Makefile b/Makefile deleted file mode 100644 index 8a7cbb7..0000000 --- a/Makefile +++ /dev/null @@ -1,2 +0,0 @@ -all: - true diff --git a/README b/README new file mode 100644 index 0000000..7d1d1ac --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +Repository discontinued +----------------------- + +The repository is for historical purposes only and not in use anymore. diff --git a/debian/.gitignore b/debian/.gitignore deleted file mode 100644 index 088176f..0000000 --- a/debian/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -*.debhelper -*.log -*.substvars -/.debhelper/ -/debhelper-build-stamp -/files -/libhsclient-c-wrapper/ diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 1a1f565..0000000 --- a/debian/changelog +++ /dev/null @@ -1,59 +0,0 @@ -libhsclient-c-wrapper (7.1.0.0+0~mr7.1.0.0) unstable; urgency=medium - - * New release. - - -- Sipwise Jenkins Builder Mon, 12 Nov 2018 22:35:39 +0100 - -libhsclient-c-wrapper (7.0.0.0+0~mr7.0.0.0) unstable; urgency=medium - - * New release. - - -- Sipwise Jenkins Builder Mon, 24 Sep 2018 18:54:08 +0200 - -libhsclient-c-wrapper (6.5.0.0+0~mr6.5.0.0) unstable; urgency=medium - - * New release. - - -- Sipwise Jenkins Builder Tue, 24 Jul 2018 13:35:11 +0200 - -libhsclient-c-wrapper (6.4.0.0+0~mr6.4.0.0) unstable; urgency=medium - - * New release. - - -- Sipwise Jenkins Builder Tue, 29 May 2018 10:04:21 +0200 - -libhsclient-c-wrapper (6.3.0.0+0~mr6.3.0.0) unstable; urgency=medium - - * New release. - - -- Sipwise Jenkins Builder Tue, 03 Apr 2018 22:28:00 +0200 - -libhsclient-c-wrapper (6.2.0.0+0~mr6.2.0.0) unstable; urgency=medium - - * New release. - - -- Sipwise Jenkins Builder Mon, 29 Jan 2018 21:53:27 +0100 - -libhsclient-c-wrapper (6.1.0.0+0~mr6.1.0.0) unstable; urgency=medium - - [ Guillem Jover ] - * [f54a4ed] TT#22072 Update packaging - - [ Sipwise Jenkins Builder ] - - -- Sipwise Jenkins Builder Wed, 06 Dec 2017 00:04:56 +0100 - -libhsclient-c-wrapper (6.0.0.0+0~mr6.0.0.0) unstable; urgency=medium - - [ Alexander Lutay ] - * [848891d] TT#19050 Drop libhsclient-dev from dependensy to fix dose-distcheck - - [ Sipwise Jenkins Builder ] - - -- Sipwise Jenkins Builder Mon, 02 Oct 2017 23:39:38 +0200 - -libhsclient-c-wrapper (5.5.0.0+0~mr5.5.0.0) unstable; urgency=medium - - * Initial revision - - -- Andreas Granig Wed, 12 Apr 2017 21:09:23 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control deleted file mode 100644 index e30a12b..0000000 --- a/debian/control +++ /dev/null @@ -1,18 +0,0 @@ -Source: libhsclient-c-wrapper -Section: admin -Priority: optional -Maintainer: Sipwise Development Team -Homepage: https://www.sipwise.com/ -Standards-Version: 3.9.8 -Build-Depends: - debhelper (>= 10), - -Package: libhsclient-c-wrapper -Architecture: all -Depends: - ${misc:Depends}, - ${shlibs:Depends}, -Description: library for handlersocket handling in C programs - This library provides a high-level interface for C programs - to interact with the HandlerSocket interface in MySQL flavor - databases. It uses the C++ libhsclient library under the hood. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index bfeb77a..0000000 --- a/debian/copyright +++ /dev/null @@ -1,23 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Source: https://www.sipwise.com/ -Upstream-Contact: Sipwise Development Team - -Files: * -Copyright: - Copyright © 2013-2017 Sipwise GmbH, Austria -License: GPL-3+ - This program is free software: you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License - along with this program. If not, see . -Comment: - On Debian systems, the full text of the GNU General Public License - version 3 can be found in the file '/usr/share/common-licenses/GPL-3'. diff --git a/debian/rules b/debian/rules deleted file mode 100755 index bf8327f..0000000 --- a/debian/rules +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/bin/make -f -# Uncomment this to turn on verbose mode. -# export DH_VERBOSE=1 - -%: - dh $@ diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)