From fa3d8bc7451a0e99503183ca855489aba61a7af7 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Fri, 3 May 2002 04:43:46 +0000 Subject: [PATCH] updated for 0.95.05-2. --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/docs | 4 +--- debian/init.d | 3 +-- debian/rules | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 59a22d26d..7b64cb9f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +lvm2 (0.95.05-2) unstable; urgency=low + + * Use ${shlibs:Depends} in Depends. + * Get rid of postinst/postrm scripts, use debhelper's init script instead. + + -- Andres Salomon Thu, 2 May 2002 23:53:53 -0500 + lvm2 (0.95.05-1) unstable; urgency=low * New release (Beta2). diff --git a/debian/control b/debian/control index 71d1e76cd..c5c267c46 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.2 Package: lvm2 Architecture: any -Depends: libdevmapper0 +Depends: ${shlibs:Depends} Replaces: lvm10, lvm-common Provides: lvm-binaries Suggests: dmsetup diff --git a/debian/docs b/debian/docs index 178314cc2..45b86277f 100644 --- a/debian/docs +++ b/debian/docs @@ -3,6 +3,4 @@ INTRO README TODO VERSION -doc/example.conf -doc/pvmove_outline.txt -doc/testing.txt +doc/* diff --git a/debian/init.d b/debian/init.d index 673899187..a74b0d0e6 100644 --- a/debian/init.d +++ b/debian/init.d @@ -56,8 +56,7 @@ case "$1" in echo "$NAME." ;; *) - N=/etc/init.d/$NAME - echo "Usage: $N {start|stop|restart|force-reload}" >&2 + echo "Usage: /etc/init.d/$NAME {start|stop|restart|force-reload}" >&2 exit 1 ;; esac diff --git a/debian/rules b/debian/rules index 679cacd78..1d12ee777 100755 --- a/debian/rules +++ b/debian/rules @@ -98,7 +98,7 @@ binary-arch: build install # dh_installemacsen -a # dh_installpam -a # dh_installmime -a - dh_installinit -n + dh_installinit --update-rcd-params="start 25 S . start 50 0 6 ." dh_installcron dh_installman dh_installinfo