Updated most of the debian packaging. Everything I have missed is out of date,

not important or not working.


SVN revision: 7380
This commit is contained in:
Sytse Wielinga 2003-08-26 13:59:06 +00:00
parent 334127cf3f
commit 468fa7fe3a
3 changed files with 4 additions and 3 deletions

3
debian/Makefile.am vendored
View File

@ -4,5 +4,6 @@ control \
copyright \
imlib2-config.1 \
libimlib2-dev.doc-base \
libimlib2.postinst \
libimlib2.files \
libimlib2-dev.files \
rules

2
debian/control vendored
View File

@ -23,6 +23,6 @@ Package: libimlib2-dev
Architecture: any
Section: devel
Architecture: any
Depends: libimlib2 (= ${Source-Version}), libc6-dev, libjpeg62-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff3g-dev, zlib1g-dev, libttf-dev, libungif4-dev | libungif3g-dev | giflib3g-dev, xlibs-dev, libfreetype6-dev | freetype2-dev
Depends: libimlib2 (= ${Source-Version}), libc6-dev | libc-dev, libjpeg62-dev, libpng3-dev | libpng2-dev | libpng-dev, libtiff3g-dev, zlib1g-dev, libttf-dev, libungif4-dev | libungif3g-dev | giflib3g-dev, xlibs-dev, libfreetype6-dev | freetype2-dev
Description: Imlib2 headers, static libraries and documentation
Headers, static libraries and documentation for Imlib2.

2
debian/rules vendored
View File

@ -13,7 +13,7 @@ export DH_COMPAT=4
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
CFLAGS = -Wall -g
CFLAGS ?= -Wall -g
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0