minor stuff, freetype.h moved to /usr/include/freetype/ et cetera

SVN revision: 1359
This commit is contained in:
Laurence J. Lane 1999-11-21 10:01:21 +00:00
parent f8ffe4d157
commit 72bf394818
2 changed files with 5 additions and 34 deletions

35
debian/changelog vendored
View File

@ -1,36 +1,7 @@
enlightenment (0.16.1-2) unstable; urgency=low
enlightenment (0.16.3-0cvs0d) unstable; urgency=low
* Yet Another CVS Release
* new menu-method, Closes: #48909
* install and remove script cleanups, Closes: #49184, #49214, #47939
-- Laurence J. Lane <ljlane@debian.org> Fri, 5 Nov 1999 07:42:55 -0500
enlightenment (0.16.1-1) unstable; urgency=low
* new upstream release
* manual window manager registration, Closes: #48390
* DEFAULT theme symlink, Closes: #48423
* added enlightenment.1 manpage
-- Laurence J. Lane <ljlane@debian.org> Wed, 27 Oct 1999 21:49:54 -0400
enlightenment (0.16.0-6) unstable; urgency=low
* deprecated enlightenment-{sound,nosound,dox,dox,theme-brushedmetal}
* menu-method update, Closes:#47497
* removed tar path length kludge (dpkg 1.14.1.17 or higher required!),
and theme update alternative system, also re-integrated
BrushedMetal-Tigert, Closes:#47495,#48219
* disabled automatic updates (ghttp support), by request
-- Laurence J. Lane <ljlane@debian.org> Sun, 24 Oct 1999 23:21:44 -0400
enlightenment (0.16.0-2) unstable; urgency=low
* New upstream release, Closes:#39109, Closes:#40916, Closes:#39898
* menu-method conffiles, Closes:#44843
* file.menu style menus, Closes:#45353, Closes:#43181
-- Laurence J. Lane <ljlane@debian.org> Sun, 10 Oct 1999 23:15:37 -0400
Local variables:

4
debian/rules vendored
View File

@ -22,7 +22,7 @@ build:
dh_testdir
$(ESHELL) eh_configure $(configure_options)
$(ESHELL) eh_makfilefilter
$(MAKE)
$(MAKE) CFLAGS+=-I/usr/include/freetype
touch debian/$@
clean:
dh_testdir
@ -35,7 +35,7 @@ install: build
dh_testdir
dh_testroot
dh_clean -k
$(MAKE) install DESTDIR=$(shell pwd)/debian/${e}
$(MAKE) install DESTDIR=$(shell pwd)/debian/${e}
$(ESHELL) eh_install
touch debian/$@