Enlightenment CVS committal
Author : swielinga
Project : e17
Module : libs/imlib2
Dir : e17/libs/imlib2/debian
Modified Files:
changelog control rules
Log Message:
Big overhaul of a lot of the debian packages
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/debian/changelog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- changelog 6 Oct 2002 14:22:09 -0000 1.8
+++ changelog 21 Aug 2003 16:21:11 -0000 1.9
@@ -1,5 +1,5 @@
-imlib2 (1.0.7-0cvs20021006) unstable; urgency=low
+imlib2 (1.1.0-0cvs20030820) unstable; urgency=low
* a CVS release
- -- Sytse Wielinga <[EMAIL PROTECTED]> Sun, 6 Oct 2002 15:30:14 +0200
+ -- Sytse Wielinga <[EMAIL PROTECTED]> Wed, 20 Aug 2003 14:42:27 +0200
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/debian/control,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- control 6 Oct 2002 14:22:09 -0000 1.8
+++ control 21 Aug 2003 16:21:11 -0000 1.9
@@ -2,10 +2,7 @@
Section: libs
Priority: optional
Maintainer: Laurence J. Lane <[EMAIL PROTECTED]>
-Build-Depends: libjpeg62-dev, libttf-dev,
- libpng3-dev | libpng2-dev | libpng-dev, libtiff3g-dev,
- zlib1g-dev, libungif4-dev | libungif3g-dev | giflib3g-dev,
- xlibs-dev, freetype2-dev, debhelper (>= 3.0)
+Build-Depends: libjpeg62-dev, libttf-dev, libpng3-dev | libpng2-dev | libpng-dev,
libtiff3g-dev, zlib1g-dev, libungif4-dev | libungif3g-dev | giflib3g-dev, xlibs-dev,
libfreetype6-dev | freetype2-dev, debhelper (>= 4.0)
Standards-Version: 3.5.7.0
Package: libimlib2
@@ -26,6 +23,6 @@
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, freetype2-dev
+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
Description: Imlib2 headers, static libraries and documentation
Headers, static libraries and documentation for Imlib2.
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/imlib2/debian/rules,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- rules 6 Oct 2002 14:22:09 -0000 1.12
+++ rules 21 Aug 2003 16:21:11 -0000 1.13
@@ -6,15 +6,31 @@
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
-export DH_COMPAT=3
+export DH_COMPAT=4
# These are used for cross-compiling and for saving the configure script
# from having to guess our platform (since we know it already)
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
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+ifneq (,$(findstring mmx,$(DEB_BUILD_OPTIONS)))
+ ENABLE_MMX = yes
+else
+ ENABLE_MMX = no
+endif
+
INSTALL=/usr/bin/install -p
-CONFIGUREOPTS = --prefix=/usr --enable-mmx=no --build=$(DEB_BUILD_GNU_TYPE)
--host=$(DEB_HOST_GNU_TYPE)
+CONFIGUREOPTS = --prefix=/usr --enable-mmx=$(ENABLE_MMX)
--build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
package=libimlib2
configure: configure-stamp
@@ -56,7 +72,6 @@
dh_movefiles
dh_installdocs AUTHORS README
- dh_undocumented -plibimlib2-dev imlib2-config.1
dh_installchangelogs
dh_link
dh_strip
-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines
at the same time. Free trial click here:http://www.vmware.com/wl/offer/358/0
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs