various stuff

SVN revision: 5600
This commit is contained in:
Laurence J. Lane 2001-10-31 21:39:50 +00:00
parent 6266018527
commit 691c596477
2 changed files with 11 additions and 15 deletions

11
debian/changelog vendored
View File

@ -1,10 +1,5 @@
e17 (0.1.0-2000112500) unstable; urgency=low
e17 (0.17.pre_0-0cvs2001103101) unstable; urgency=low
* a cvs release
* a CVS release
-- Laurence J. Lane <ljlane@debian.org> Sun, 24 Dec 2000 01:31:57 +0000
Local variables:
mode: debian-changelog
add-log-mailing-address: "ljlane@debian.org"
End:
-- Laurence J. Lane <ljlane@debian.org> Mon, 29 Oct 2001 04:24:58 +0000

13
debian/rules vendored
View File

@ -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.ac "s/AC_INIT_AUTOMAKE(enlightenment/AC_INIT_AUTOMAKE(e17/" >configure.ac1 && mv -f configure.ac1 configure.ac
test -e configure.in && sed <configure.in "s/AC_INIT_AUTOMAKE(enlightenment/AC_INIT_AUTOMAKE(e17/" >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