summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorllane <llane>2000-03-13 02:05:34 +0000
committerllane <llane@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>2000-03-13 02:05:34 +0000
commitb46e5b0ae99f2ed4a724c7b565c8c5146710c553 (patch)
tree52a4ebef88ddedac48ce0c8b0038efeca3aeaae2 /debian
parent2dd1ca717c7c09ef608d1fb98b64c268abfb81c9 (diff)
downloadeterm-b46e5b0ae99f2ed4a724c7b565c8c5146710c553.tar.gz
stuff
SVN revision: 2225
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/rules2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 12c5ccf..57ec12b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-eterm (0.9.1-0.2000030801) unstable; urgency=low
+eterm (0.9.1-0.2000031201) unstable; urgency=low
* A CVS release.
- -- Laurence J. Lane <ljlane@debian.org> Wed, 8 Mar 2000 22:44:46 -0500
+ -- Laurence J. Lane <ljlane@debian.org> Sun, 12 Mar 2000 20:31:05 -0500
Local variables:
mode: debian-changelog
diff --git a/debian/rules b/debian/rules
index 8a4d3b3..1158655 100644
--- a/debian/rules
+++ b/debian/rules
@@ -51,6 +51,8 @@ install: build
# Add here commands to install the package into debian/tmp.
$(MAKE) install prefix=$(pwd)/debian/tmp/usr
+ install -d $(pwd)/debian/tmp/usr/share/doc/eterm
+ install $(pwd)/ChangeLog $(pwd)/debian/tmp/usr/share/doc/eterm
# Build architecture-independent files here.