summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorllane <llane>2000-04-18 19:44:36 +0000
committerllane <llane@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2000-04-18 19:44:36 +0000
commit2781ea571c5d98a2b44bd7bd2a80a01d3a90c88a (patch)
treee5d066e3b5198e3dd0e541922ce90002fb8a964c /debian
parent1e9bf450c4c0c81c6957482234b34de4051aa54e (diff)
downloadeterm-2781ea571c5d98a2b44bd7bd2a80a01d3a90c88a.tar.gz
something odd happened with DESTIR on the way to the build
SVN revision: 2497
Diffstat (limited to 'debian')
-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