summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog5
-rw-r--r--debian/rules4
2 files changed, 5 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 57ec12b..00a1818 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-eterm (0.9.1-0.2000031201) unstable; urgency=low
+eterm (0.9.1-0.2000041801) unstable; urgency=low
* A CVS release.
- -- Laurence J. Lane <ljlane@debian.org> Sun, 12 Mar 2000 20:31:05 -0500
+ -- Laurence J. Lane <ljlane@debian.org> Tue, 18 Apr 2000 15:12:22 -0400
Local variables:
mode: debian-changelog
add-log-mailing-address: "ljlane@debian.org"
End:
+eoch
diff --git a/debian/rules b/debian/rules
index 1158655..c05a22a 100644
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@
export DH_COMPAT=1
pwd:=$(shell pwd)
-cfg = --mandir=$(pwd)/tmp/usr/share/man --enable-fsstd \
+cfg = --mandir=/usr/share/man --enable-fsstd \
--enable-xim --with-backspace=del --with-delete=execute
build: build-stamp
@@ -50,7 +50,7 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/tmp.
- $(MAKE) install prefix=$(pwd)/debian/tmp/usr
+ $(MAKE) install DESTDIR=$(pwd)/debian/tmp
install -d $(pwd)/debian/tmp/usr/share/doc/eterm
install $(pwd)/ChangeLog $(pwd)/debian/tmp/usr/share/doc/eterm