From 691c5964776093ebbc0a444e851988f831418c3c Mon Sep 17 00:00:00 2001 From: "Laurence J. Lane" Date: Wed, 31 Oct 2001 21:39:50 +0000 Subject: [PATCH] various stuff SVN revision: 5600 --- debian/changelog | 13 ++++--------- debian/rules | 13 +++++++------ 2 files changed, 11 insertions(+), 15 deletions(-) diff --git a/debian/changelog b/debian/changelog index b9890a571..5862e5625 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,5 @@ -e17 (0.1.0-2000112500) unstable; urgency=low +e17 (0.17.pre_0-0cvs2001103101) unstable; urgency=low - * a cvs release - - -- Laurence J. Lane Sun, 24 Dec 2000 01:31:57 +0000 - -Local variables: -mode: debian-changelog -add-log-mailing-address: "ljlane@debian.org" -End: + * a CVS release + + -- Laurence J. Lane Mon, 29 Oct 2001 04:24:58 +0000 diff --git a/debian/rules b/debian/rules index 893eceb18..00ebf638d 100644 --- a/debian/rules +++ b/debian/rules @@ -2,12 +2,13 @@ # Sample debian/rules that uses debhelper. # GNU copyright 1997 to 1999 by Joey Hess. -export DH_COMPAT=2 +export DH_COMPAT=3 +INSTALL = /usr/bin/install +package = e17 pwd:=$(shell pwd) cfg:=--prefix=/usr --datadir=/usr/share/e17 PACKAGE=e17 DESTDIR=/usr INSTALL=/usr/bin/install -package=e17 build: build-stamp build-stamp: @@ -15,11 +16,11 @@ build-stamp: test -e configure.ac && sed configure.ac1 && mv -f configure.ac1 configure.ac test -e configure.in && sed configure.in1 && mv -f configure.in1 configure.in test -x autogen.sh && ./autogen.sh $(cfg) || ./configure $(cfg) - $(MAKE) PACKAGE=e17 - touch build-stamp + $(MAKE) + touch $@ + clean: dh_testdir - dh_testroot rm -f build-stamp -$(MAKE) distclean dh_clean @@ -40,7 +41,7 @@ install: build binary-indep: build install binary-arch: build install - dh_testversion 2.0 + dh_testversion 3 dh_testdir dh_testroot dh_installdocs AUTHORS README