summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-10-12 12:43:53 +0000
committerPeter Palfrader <peter@palfrader.org>2002-10-12 12:43:53 +0000
commit1df738aecc6a438bf02aa0a7a52cba22185cdd8b (patch)
tree494dc4982fd04f259ae885871954cf3d3a3de3c2 /debian
parent70b69d7dd4d86e7946e7de847bcce439ed370d89 (diff)
Use a more correct directory structure
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/echolot.dirs2
-rwxr-xr-xdebian/echolot.init2
-rwxr-xr-xdebian/rules6
4 files changed, 8 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index fb6124a..9f541dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,10 @@ echolot (2.0.3-3) unstable; urgency=low
* Remove Suggests: procmail.
* Copy new description from README to control.
* Updated remailer list.
+ * Use a more correct directory structure
+ (usr/lib/echolot -> usr/share/perl5/)
- -- Peter Palfrader <weasel@debian.org> Sat, 12 Oct 2002 14:10:03 +0200
+ -- Peter Palfrader <weasel@debian.org> Sat, 12 Oct 2002 14:43:28 +0200
echolot (2.0.3-2) unstable; urgency=low
diff --git a/debian/echolot.dirs b/debian/echolot.dirs
index 8af5c03..5fdabfc 100644
--- a/debian/echolot.dirs
+++ b/debian/echolot.dirs
@@ -1,4 +1,4 @@
-usr/lib/echolot
+usr/share/perl5
var/lib/echolot
var/run/echolot
var/log/echolot
diff --git a/debian/echolot.init b/debian/echolot.init
index 39f39a2..b5b2d41 100755
--- a/debian/echolot.init
+++ b/debian/echolot.init
@@ -15,7 +15,7 @@ CHECKULIMIT=1
CHECKUID=1
USER=echolot
GROUP=echolot
-DAEMON=/usr/lib/echolot/pingd
+DAEMON=/usr/bin/pingd
DESC="Echolot Ping Daemon"
NAME="pingd"
test -f $DAEMON || exit 0
diff --git a/debian/rules b/debian/rules
index 21e4c63..8545d6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,10 +38,10 @@ install: build
dh_clean -k
dh_installdirs
- tar c --exclude CVS --exclude .cvsignore Echolot | tar xv -C $(CURDIR)/debian/echolot/usr/lib/echolot
- tar c --exclude CVS --exclude .cvsignore lib | tar xv -C $(CURDIR)/debian/echolot/usr/lib/echolot
+ tar c --exclude CVS --exclude .cvsignore Echolot | tar xv -C $(CURDIR)/debian/echolot/usr/share/perl5/
+ tar c --exclude CVS --exclude .cvsignore lib | tar xv -C $(CURDIR)/debian/echolot/usr/share/perl5/
tar c --exclude CVS --exclude .cvsignore templates | tar xv -C $(CURDIR)/debian/echolot/etc/echolot
- install -m 755 pingd $(CURDIR)/debian/echolot/usr/lib/echolot
+ install -m 755 pingd $(CURDIR)/debian/echolot/usr/bin/
install -m 644 debian/pingd.conf $(CURDIR)/debian/echolot/etc/echolot