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

Mirco Bauer meebey at alioth.debian.org
Sun Nov 16 18:00:06 UTC 2008


Author: meebey
Date: 2008-11-16 18:00:06 +0000 (Sun, 16 Nov 2008)
New Revision: 3758

Modified:
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/control
   libgdiplus/trunk/debian/rules
Log:
  * debian/rules:
    + Fixed clean target, config.{status,log} must not be deleted before
      running make clean.
  * debian/control:
    + Added Homepage, Vcs-Browser and Vcs-Svn fields.
    + Enhanced package description.



Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2008-11-16 17:26:09 UTC (rev 3757)
+++ libgdiplus/trunk/debian/changelog	2008-11-16 18:00:06 UTC (rev 3758)
@@ -1,4 +1,4 @@
-libgdiplus (2.0-1) UNRELEASED; urgency=low
+libgdiplus (2.0-1) experimental; urgency=low
 
   [ Jo Shields ]
   * New upstream release.
@@ -20,8 +20,16 @@
     + Build depend on libgif-dev instead of the transitional libungif4-dev.
     + Add lpia to the supported architectures.
 
- -- Jo Shields <directhex at apebox.org>  Tue, 11 Nov 2008 18:58:06 +0000
+  [ Mirco Bauer ]
+  * debian/rules:
+    + Fixed clean target, config.{status,log} must not be deleted before
+      running make clean.
+  * debian/control:
+    + Added Homepage, Vcs-Browser and Vcs-Svn fields.
+    + Enhanced package description.
 
+ -- Mirco Bauer <meebey at debian.org>  Sun, 16 Nov 2008 18:41:52 +0100
+
 libgdiplus (1.9-1) unstable; urgency=high
 
   * New upstream release.

Modified: libgdiplus/trunk/debian/control
===================================================================
--- libgdiplus/trunk/debian/control	2008-11-16 17:26:09 UTC (rev 3757)
+++ libgdiplus/trunk/debian/control	2008-11-16 18:00:06 UTC (rev 3758)
@@ -5,9 +5,13 @@
 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), 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
+Homepage: http://www.mono-project.com/Libgdiplus
+Vcs-Svn: svn://svn.debian.org/svn/pkg-mono/libgdiplus/trunk
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/libgdiplus/trunk/
 
 Package: libgdiplus
 Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390 lpia
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: interface library for Mono class System.Drawing
- libgdiplus is a native library object needed part of Mono.
+Description: interface library for System.Drawing of Mono
+ This package contains a GDI+ API compatible implementation needed by the
+ System.Drawing library of Mono.

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2008-11-16 17:26:09 UTC (rev 3757)
+++ libgdiplus/trunk/debian/rules	2008-11-16 18:00:06 UTC (rev 3758)
@@ -20,8 +20,8 @@
 
 config.status: patch-stamp configure
 	dh_testdir
-	# Add here commands to configure the package.
-	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
+	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
 	perl -pe 's/-Werror//' -i src/Makefile
@@ -36,9 +36,8 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp config.log config.status
-	# Add here commands to clean up after the build process.
 	[ ! -f Makefile ] || $(MAKE) clean
+	rm -f config.status config.log
 	rm -f cairo/config.status cairo/config.log
 	dh_clean 
 




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