diff --git a/.gitignore b/.gitignore index 5c9f692..5845175 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,5 @@ examples/sntld examples/gentest debian/tmp debian/libsntl-dev/ +debian/libsntl/ +debian/source/ diff --git a/debian/libsntl/DEBIAN/control b/debian/libsntl/DEBIAN/control deleted file mode 100644 index 925d839..0000000 --- a/debian/libsntl/DEBIAN/control +++ /dev/null @@ -1,11 +0,0 @@ -Package: libsntl -Version: 0.1.0 -Architecture: amd64 -Maintainer: Alexander Vdolainen -Installed-Size: 52 -Depends: libc6 (>= 2.3.2), libsexpr, libssl1.0.0 (>= 1.0.1), libtdata, libuuid1 (>= 2.20.1) -Section: libs -Priority: extra -Homepage: http://askele.com/software -Description: Secure Networking Transport Layer implementation library - Library used to develop secure services diff --git a/debian/libsntl/DEBIAN/md5sums b/debian/libsntl/DEBIAN/md5sums deleted file mode 100644 index c746adc..0000000 --- a/debian/libsntl/DEBIAN/md5sums +++ /dev/null @@ -1,3 +0,0 @@ -4e0af3e3160f08d6f72f48d619dbbc6e usr/lib/libsntl.so.0.0.0 -87736146030b265e3f3c8b577726c44b usr/share/doc/libsntl/changelog.gz -7f3520d22e4f7e2bbbb8bf0b1b104a9e usr/share/doc/libsntl/copyright diff --git a/debian/libsntl/DEBIAN/postinst b/debian/libsntl/DEBIAN/postinst deleted file mode 100755 index 379f1fa..0000000 --- a/debian/libsntl/DEBIAN/postinst +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "configure" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libsntl/DEBIAN/postrm b/debian/libsntl/DEBIAN/postrm deleted file mode 100755 index 3e73d38..0000000 --- a/debian/libsntl/DEBIAN/postrm +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh -set -e -# Automatically added by dh_makeshlibs -if [ "$1" = "remove" ]; then - ldconfig -fi -# End automatically added section diff --git a/debian/libsntl/DEBIAN/shlibs b/debian/libsntl/DEBIAN/shlibs deleted file mode 100644 index f6714f5..0000000 --- a/debian/libsntl/DEBIAN/shlibs +++ /dev/null @@ -1 +0,0 @@ -libsntl 0 libsntl diff --git a/debian/libsntl/usr/lib/libsntl.so.0 b/debian/libsntl/usr/lib/libsntl.so.0 deleted file mode 120000 index e3471f4..0000000 --- a/debian/libsntl/usr/lib/libsntl.so.0 +++ /dev/null @@ -1 +0,0 @@ -libsntl.so.0.0.0 \ No newline at end of file diff --git a/debian/libsntl/usr/lib/libsntl.so.0.0.0 b/debian/libsntl/usr/lib/libsntl.so.0.0.0 deleted file mode 100644 index dcd76f0..0000000 Binary files a/debian/libsntl/usr/lib/libsntl.so.0.0.0 and /dev/null differ diff --git a/debian/libsntl/usr/share/doc/libsntl/changelog.gz b/debian/libsntl/usr/share/doc/libsntl/changelog.gz deleted file mode 100644 index c50b8d2..0000000 Binary files a/debian/libsntl/usr/share/doc/libsntl/changelog.gz and /dev/null differ diff --git a/debian/libsntl/usr/share/doc/libsntl/copyright b/debian/libsntl/usr/share/doc/libsntl/copyright deleted file mode 100644 index 9fcefe8..0000000 --- a/debian/libsntl/usr/share/doc/libsntl/copyright +++ /dev/null @@ -1,38 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: libsntl -Source: - -Files: * -Copyright: - -License: - - - . - - -# If you want to use GPL v2 or later for the /debian/* files use -# the following clauses, or change it to suit. Delete these two lines -Files: debian/* -Copyright: 2014 Alexander Vdolainen -License: GPL-2+ - This package 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 2 of the License, or - (at your option) any later version. - . - This package 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 - . - On Debian systems, the complete text of the GNU General - Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)