From 505fdbdeaea35deab989666e78fd54c86a01665f Mon Sep 17 00:00:00 2001 From: LaMont Jones Date: Sat, 24 Sep 2005 21:54:19 +0000 Subject: [PATCH] more current debhelper level --- debian/changelog | 3 ++- debian/compat | 1 + debian/rules | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index a387e396..fc7661e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ livecd-rootfs (0.24) hoary-cat-UNRELEASED; urgency=low http://www.paul.sladen.org/ubuntu/e2fszero/e2fs-zero.py * Print package version during script run. * some HPPA fixes, allow architectures to have more than just main. + * add debian/compat - -- LaMont Jones Sat, 24 Sep 2005 15:50:52 -0600 + -- LaMont Jones Sat, 24 Sep 2005 15:54:09 -0600 livecd-rootfs (0.23) hoary-cat; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 00000000..b8626c4c --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +4 diff --git a/debian/rules b/debian/rules index 909ec051..dfab1ffb 100755 --- a/debian/rules +++ b/debian/rules @@ -38,7 +38,7 @@ install: build # Add here commands to install the package into debian/ #$(MAKE) prefix=`pwd`/debian/`dh_listpackages`/usr install - install -m755 livecd.sh debian/tmp/usr/sbin + install -m755 livecd.sh debian/livecd-rootfs/usr/sbin # Build architecture-dependent files here. binary-arch: build install