From: Kevin M. Rosenberg Date: Sun, 20 Jul 2003 18:41:59 +0000 (+0000) Subject: r5346: Automatic commit for debian_version_2_0-1 X-Git-Url: http://git.kpe.io/?p=ptester.git;a=commitdiff_plain;h=b8446b104ca8622b7e3aa07fb8b2d505b35dec48 r5346: Automatic commit for debian_version_2_0-1 --- diff --git a/debian/postinst b/debian/postinst index 7305cf9..0a627de 100644 --- a/debian/postinst +++ b/debian/postinst @@ -1,30 +1,7 @@ #! /bin/sh -# postinst script for cl-tester -# -# see: dh_installdeb(1) - set -e -# package name according to lisp -LISP_PKG=tester - -# summary of how this script can be called: -# * `configure' -# * `abort-upgrade' -# * `abort-remove' `in-favour' -# -# * `abort-deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package -# -# quoting from the policy: -# Any necessary prompting should almost always be confined to the -# post-installation script, and should be protected with a conditional -# so that unnecessary prompting doesn't happen if a package's -# installation fails and the `postinst' is called with `abort-upgrade', -# `abort-remove' or `abort-deconfigure'. +LISP_PKG=ptester case "$1" in configure) @@ -38,9 +15,6 @@ case "$1" in ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - #DEBHELPER# exit 0 diff --git a/debian/prerm b/debian/prerm index 5ad05d7..e76a8de 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,24 +1,7 @@ #! /bin/sh -# prerm script for cl-tester -# -# see: dh_installdeb(1) - set -e -# package name according to lisp -LISP_PKG=tester - -# summary of how this script can be called: -# * `remove' -# * `upgrade' -# * `failed-upgrade' -# * `remove' `in-favour' -# * `deconfigure' `in-favour' -# `removing' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - +LISP_PKG=ptester case "$1" in remove|upgrade|deconfigure) @@ -32,9 +15,6 @@ case "$1" in ;; esac -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - #DEBHELPER# exit 0 diff --git a/debian/rules b/debian/rules index 5ed105f..e98bb91 100755 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -pkg := tester +pkg := ptester debpkg := cl-tester @@ -42,7 +42,7 @@ install: build dh_installdirs $(clc-systems) $(clc-tester) $(doc-dir) dh_install *.asd $(shell echo *.lisp) $(clc-tester) dh_install $(shell echo *.html) $(doc-dir) - dh_link $(clc-tester)/ptester.asd $(clc-systems)/ptester.asd + dh_link $(clc-tester)/$(pkg).asd $(clc-systems)/$(pkg).asd # Build architecture-independent files here. binary-indep: build install