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

Jo Shields directhex-guest at alioth.debian.org
Thu Oct 16 08:53:11 UTC 2008


Author: directhex-guest
Date: 2008-10-16 08:53:11 +0000 (Thu, 16 Oct 2008)
New Revision: 3733

Modified:
   gluezilla/trunk/debian/changelog
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/control
   libgdiplus/trunk/debian/rules
Log:
And again! libgdiplus and gluezilla 2.0 do not need Mono 2.0 to build/work


Modified: gluezilla/trunk/debian/changelog
===================================================================
--- gluezilla/trunk/debian/changelog	2008-10-16 08:31:38 UTC (rev 3732)
+++ gluezilla/trunk/debian/changelog	2008-10-16 08:53:11 UTC (rev 3733)
@@ -1,6 +1,7 @@
 gluezilla (2.0-1) unstable; urgency=high
 
   * New upstream release.
+  * Add myself to Uploaders.
   * No-change standards bump.
   * Build against Xulrunner 1.9 instead of 1.8.
 

Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2008-10-16 08:31:38 UTC (rev 3732)
+++ libgdiplus/trunk/debian/changelog	2008-10-16 08:53:11 UTC (rev 3733)
@@ -1,3 +1,15 @@
+libgdiplus (2.0-1) unstable; urgency=high
+
+  * New upstream release.
+  * Added myself to Uploaders
+  * No-change standards version bump.
+  * debian/rules:
+    + No more need to disable glitz
+  * debian/control:
+    + Doesn't appear to depend directly on xrender anymore
+
+ -- Jo Shields <directhex at apebox.org>  Thu, 16 Oct 2008 09:41:06 +0100
+
 libgdiplus (1.9-2) UNRELEASED; urgency=low
 
   * debian/control:

Modified: libgdiplus/trunk/debian/control
===================================================================
--- libgdiplus/trunk/debian/control	2008-10-16 08:31:38 UTC (rev 3732)
+++ libgdiplus/trunk/debian/control	2008-10-16 08:53:11 UTC (rev 3733)
@@ -2,9 +2,9 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
-Uploaders: Eduard Bloch <blade at debian.org>, Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, libglib2.0-dev (>= 2.2.3), libmono-dev, libmono0 (>= 1.0), libx11-dev, libxt-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev (>= 2.0), libpng12-dev, libjpeg62-dev, libtiff4-dev, libgif-dev, libxrender-dev, libexif-dev, libcairo2-dev (>= 1.4)
-Standards-Version: 3.7.3
+Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>, Jo Shields <directhex at apebox.org>
+Build-Depends: debhelper (>= 5), dpatch, libglib2.0-dev (>= 2.2.3), libmono-dev, libmono0 (>= 1.0), libx11-dev, libxt-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev (>= 2.0), libpng12-dev, libjpeg62-dev, libtiff4-dev, libgif-dev, libexif-dev, libcairo2-dev (>= 1.4)
+Standards-Version: 3.8.0
 
 Package: libgdiplus
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390 lpia

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2008-10-16 08:31:38 UTC (rev 3732)
+++ libgdiplus/trunk/debian/rules	2008-10-16 08:53:11 UTC (rev 3733)
@@ -23,7 +23,7 @@
 	# 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 \
-	  --with-cairo=system --disable-glitz
+	  --with-cairo=system
 	perl -pe 's/-Werror//' -i src/Makefile
 
 build: build-stamp




More information about the Pkg-mono-svn-commits mailing list