From 8a9a453a527ffe8ecc9454cc09a3defd5496f544 Mon Sep 17 00:00:00 2001 From: Andreas Florath Date: Sun, 8 Mar 2015 10:14:19 +0100 Subject: [PATCH] Removed debian directory --- .travis.yml | 4 +--- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 16 -------------- debian/copyright | 44 --------------------------------------- debian/docs | 3 --- debian/libdontdie.install | 1 - debian/postinst | 10 --------- debian/postrm | 10 --------- debian/rules | 13 ------------ 10 files changed, 1 insertion(+), 106 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100644 debian/libdontdie.install delete mode 100644 debian/postinst delete mode 100644 debian/postrm delete mode 100755 debian/rules diff --git a/.travis.yml b/.travis.yml index ec5d8dd..f4d4953 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,8 +11,6 @@ before_script: script: - make all - - make tests - - echo | dh_make --copyright bsd --email andre@florath.net --single --addmissing --packagename libdontdie_1.0 --createorig - - dpkg-buildpackage -us -uc + - make testapps \ No newline at end of file diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 15e0888..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -libdontdie (1.0-1) unstable; urgency=low - - * Initial release - - -- Andreas Florath Wed, 04 Mar 2015 08:08:00 +0200 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index 45a4fb7..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -8 diff --git a/debian/control b/debian/control deleted file mode 100644 index 4ba05ac..0000000 --- a/debian/control +++ /dev/null @@ -1,16 +0,0 @@ -Source: libdontdie -Section: utils -Priority: optional -Maintainer: Andreas Florath -Build-Depends: debhelper (>= 8.0.0) -Standards-Version: 3.9.3 -Homepage: https://github.com/flonatel/libdontdie -Vcs-Git: https://github.com/flonatel/libdontdie.git -Vcs-Browser: https://github.com/flonatel/libdontdie - -Package: libdontdie -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: Enables TCP keepalives even if the program / language - does not. - diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index f4d8f61..0000000 --- a/debian/copyright +++ /dev/null @@ -1,44 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: libdontdie -Source: https://github.com/flonatel/libdontdie.git - -Files: * -Copyright: 2015 Andreas Florath -License: MIT - -Files: debian/* -Copyright: 2015 Andreas Florath -License: MIT - -Files: test/java/EchoClient.java -Copyright: 1995, 2013, Oracle and/or its affiliates. -Copyright: 2015 Andreas Florath -License: MIT - -License: MIT - The MIT License (MIT) - - Copyright (c) 2015 Andreas Florath - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE. - -# 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/docs b/debian/docs deleted file mode 100644 index 0463df5..0000000 --- a/debian/docs +++ /dev/null @@ -1,3 +0,0 @@ -README.md -test/Cperformance/perf.c -test/java/EchoClient.java diff --git a/debian/libdontdie.install b/debian/libdontdie.install deleted file mode 100644 index 1d814b5..0000000 --- a/debian/libdontdie.install +++ /dev/null @@ -1 +0,0 @@ -libdontdie.so /usr/lib \ No newline at end of file diff --git a/debian/postinst b/debian/postinst deleted file mode 100644 index 791837f..0000000 --- a/debian/postinst +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# Keep the ld config up to date: - -set -e - -if test "$1" = "configure"; -then - ldconfig -fi diff --git a/debian/postrm b/debian/postrm deleted file mode 100644 index 791837f..0000000 --- a/debian/postrm +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/sh -# -# Keep the ld config up to date: - -set -e - -if test "$1" = "configure"; -then - ldconfig -fi diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 955dd78..0000000 --- a/debian/rules +++ /dev/null @@ -1,13 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -#export DH_VERBOSE=1 - -%: - dh $@