[Pkg-mono-svn-commits] rev 1565 - libgdiplus/trunk/debian

Mirco Bauer meebey-guest@costa.debian.org
Sat, 09 Apr 2005 21:08:29 +0000


Author: meebey-guest
Date: 2005-04-09 21:08:28 +0000 (Sat, 09 Apr 2005)
New Revision: 1565

Modified:
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/control
   libgdiplus/trunk/debian/rules
Log:
- updated.



Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2005-04-09 20:56:02 UTC (rev 1564)
+++ libgdiplus/trunk/debian/changelog	2005-04-09 21:08:28 UTC (rev 1565)
@@ -1,3 +1,12 @@
+libgdiplus (1.1.5-0pre1) experimental; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + Added libglitz1-dev to Build-Depends
+    + Updated version of libcairo1-dev's build-dependency to >= 0.3.0.
+
+ -- Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>  Sat,  9 Apr 2005 22:25:57 +0200
+
 libgdiplus (1.0.4-1) unstable; urgency=low
 
   * New upstream release

Modified: libgdiplus/trunk/debian/control
===================================================================
--- libgdiplus/trunk/debian/control	2005-04-09 20:56:02 UTC (rev 1564)
+++ libgdiplus/trunk/debian/control	2005-04-09 21:08:28 UTC (rev 1565)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group@lists.alioth.debian.org>
 Uploaders: Eduard Bloch <blade@debian.org>, Mirco Bauer <meebey@meebey.net>
-Build-Depends: debhelper (>= 4.0.0), libcairo1-dev (>> 0.1.23), libglib2.0-dev (>= 2.2.3), libmono-dev, libmono0 (>> 1.0), libpng12-dev, libjpeg62-dev, libtiff4-dev, libungif4-dev
+Build-Depends: debhelper (>= 4.0.0), libcairo1-dev (>= 0.3.0), libglib2.0-dev (>= 2.2.3), libmono-dev, libmono0 (>> 1.0), libpng12-dev, libjpeg62-dev, libtiff4-dev, libungif4-dev, libglitz1-dev
 Standards-Version: 3.6.0
 
 Package: libgdiplus
@@ -10,5 +10,4 @@
 Architecture: i386 powerpc s390
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: interface library for Mono class System.Drawing
- libgdiplus is a native library object needed part of the .NET
- framework.
+ libgdiplus is a native library object needed part of Mono.

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2005-04-09 20:56:02 UTC (rev 1564)
+++ libgdiplus/trunk/debian/rules	2005-04-09 21:08:28 UTC (rev 1565)
@@ -36,7 +36,9 @@
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+	  --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info \
+	  --with-cairo=installed
 	perl -pe 's/-Werror//' -i src/Makefile