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

Eduard Bloch blade@haydn.debian.org
Tue, 06 Apr 2004 17:20:31 -0600


Author: blade
Date: 2004-04-06 17:20:22 -0600 (Tue, 06 Apr 2004)
New Revision: 485

Modified:
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/control
   libgdiplus/trunk/debian/rules
Log:
Version strings update and -Werror removal


Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2004-04-06 23:19:32 UTC (rev 484)
+++ libgdiplus/trunk/debian/changelog	2004-04-06 23:20:22 UTC (rev 485)
@@ -1,6 +1,7 @@
 libgdiplus (0.2-1) unstable; urgency=low
 
   * New upstream release
+  * removing the -Werror cookie after configure
 
  -- Eduard Bloch <blade@debian.org>  Wed,  7 Apr 2004 01:12:25 +0200
 

Modified: libgdiplus/trunk/debian/control
===================================================================
--- libgdiplus/trunk/debian/control	2004-04-06 23:19:32 UTC (rev 484)
+++ libgdiplus/trunk/debian/control	2004-04-06 23:20:22 UTC (rev 485)
@@ -2,7 +2,7 @@
 Priority: optional
 Maintainer: Eduard Bloch <blade@debian.org>
 Build-Depends: debhelper (>= 4.0.0), libcairo1-dev (>= 0.1.17), libglib2.0-dev (>= 2.2.3), libmono-dev (>> 0.30)
-Build-Conflicts: libmono-dev (>> 0.30.2-10)
+Build-Conflicts: libmono-dev (>> 0.31.9), libmono-dev (<< 0.31)
 Standards-Version: 3.6.0
 
 Package: libgdiplus

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2004-04-06 23:19:32 UTC (rev 484)
+++ libgdiplus/trunk/debian/rules	2004-04-06 23:20:22 UTC (rev 485)
@@ -37,6 +37,7 @@
 	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
+	perl -pe 's/-Werror//' -i src/Makefile
 
 
 build: build-stamp