From 80b4233067ea9b7509c4e4cbb7a0520810e94b4c Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Thu, 26 Feb 2009 22:42:12 +0000 Subject: [PATCH] Standards-Version/Lintian fixes: * Add debian/README.source pointing to quilt docs. * debian/copyright: note that ckermit is non-free and not part of Debian, and explain why. * control: add Homepage: field. * postinst, postrm, config: switch from /bin/sh -e to set -e. * Standards-version: 3.8.0. --- debian/README.source | 4 ++++ debian/changelog | 11 +++++++++++ debian/config | 6 ++++-- debian/control | 3 ++- debian/copyright | 6 +++++- debian/postinst | 6 ++++-- debian/postrm | 5 ++++- 7 files changed, 34 insertions(+), 7 deletions(-) create mode 100644 debian/README.source diff --git a/debian/README.source b/debian/README.source new file mode 100644 index 0000000..e203b27 --- /dev/null +++ b/debian/README.source @@ -0,0 +1,4 @@ +This package uses quilt to manage patches. +See /usr/share/doc/quilt/README.source for instructions. + + -- Ian Beckwith , Thu, 26 Feb 2009 22:18:30 +0000 diff --git a/debian/changelog b/debian/changelog index 39ed30b..7223c63 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +ckermit (211-12) unstable; urgency=low + + * Add debian/README.source pointing to quilt docs. + * debian/copyright: note that ckermit is non-free and not part of + Debian, and explain why. + * control: add Homepage: field. + * postinst, postrm, config: switch from /bin/sh -e to set -e. + * Standards-version: 3.8.0. + + -- Ian Beckwith Thu, 26 Feb 2009 22:31:09 +0000 + ckermit (211-11) unstable; urgency=low * New Russian debconf translation (Closes: #511935) diff --git a/debian/config b/debian/config index c66a2e9..adf28ad 100644 --- a/debian/config +++ b/debian/config @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e . /usr/share/debconf/confmodule @@ -11,7 +13,7 @@ if [ "$RET" = true ] then db_input medium ckermit/iksd-anon || true db_go || true - + db_get ckermit/iksd-anon || true if [ "$RET" = true ] then diff --git a/debian/control b/debian/control index c4f8b2b..4364421 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,10 @@ Section: non-free/comm Priority: extra Maintainer: Ian Beckwith Build-Depends: libncurses5-dev, debhelper (>= 6), libpam0g-dev, libsocks4, quilt -Standards-Version: 3.7.3 +Standards-Version: 3.8.0 XS-Autobuild: yes DM-Upload-Allowed: yes +Homepage: http://www.kermit-project.org Package: ckermit Architecture: any diff --git a/debian/copyright b/debian/copyright index a0c98e6..9986df5 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,4 +1,4 @@ -This package was (re)debianized by Ian Beckwith on +This package was (re)debianized by Ian Beckwith on Mon, 24 Nov 2003 13:02:10 +0000. An earlier version was debianized and maintained by Vaidhyanathan G @@ -6,6 +6,10 @@ Mayilrangam It was downloaded from http://www.columbia.edu/kermit/ckermit.html +ckermit is in the non-free archive, and as such is not part of +Debian GNU/Linux. This is chiefly because the license forbids +distributing ckermit along with non-free commercial products. + Upstream Authors: Kermit Team at Columbia University Copyright: Copyright (C) 1985, 2002, diff --git a/debian/postinst b/debian/postinst index 3b220ea..f5d92ac 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,4 +1,6 @@ -#!/bin/sh -e +#!/bin/sh + +set -e . /usr/share/debconf/confmodule @@ -22,7 +24,7 @@ then dir="$RET" fi fi - + iksd_args="$iksd_args --root:$dir --anonymous:$anon" update-inetd --remove "kermit" update-inetd --add "$prefix$inetdentry $iksd_args" diff --git a/debian/postrm b/debian/postrm index e25f8e5..4cbf6c3 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,4 +1,7 @@ -#!/bin/sh -e +#!/bin/sh + +set -e + case "$1" in remove) [ -e /usr/sbin/update-inetd ] && update-inetd --remove "kermit" -- 2.11.0