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

Mirco Bauer meebey-guest at costa.debian.org
Sun Jul 24 18:31:42 UTC 2005


Author: meebey-guest
Date: 2005-07-24 18:31:42 +0000 (Sun, 24 Jul 2005)
New Revision: 1917

Removed:
   libgdiplus/trunk/debian/dirs
Modified:
   libgdiplus/trunk/debian/changelog
   libgdiplus/trunk/debian/control
   libgdiplus/trunk/debian/rules
Log:
- making ready for 1.1.8-1



Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog	2005-07-24 18:12:13 UTC (rev 1916)
+++ libgdiplus/trunk/debian/changelog	2005-07-24 18:31:42 UTC (rev 1917)
@@ -1,3 +1,13 @@
+libgdiplus (1.1.8-1) unstable; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + Updated to Standards Version 3.6.2.1 (no changes).
+    + debian/rules:
+      - Removed "cairo" hack for libgdiplus.pc.
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sun, 24 Jul 2005 19:22:37 +0200
+
 libgdiplus (1.1.7-2) unstable; urgency=low
 
   * upload to unstable

Modified: libgdiplus/trunk/debian/control
===================================================================
--- libgdiplus/trunk/debian/control	2005-07-24 18:12:13 UTC (rev 1916)
+++ libgdiplus/trunk/debian/control	2005-07-24 18:31:42 UTC (rev 1917)
@@ -4,7 +4,7 @@
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Eduard Bloch <blade at debian.org>, Mirco Bauer <meebey at meebey.net>
 Build-Depends: debhelper (>= 4.0.0), libglib2.0-dev (>= 2.2.3), libmono-dev, libmono0 (>= 1.0), xlibs-dev, libfontconfig1-dev, libfreetype6-dev, libxft-dev (>= 2.0), libpng12-dev, libjpeg62-dev, libtiff4-dev, libungif4-dev
-Standards-Version: 3.6.0
+Standards-Version: 3.6.2.1
 
 Package: libgdiplus
 Architecture: i386 powerpc amd64

Deleted: libgdiplus/trunk/debian/dirs
===================================================================
--- libgdiplus/trunk/debian/dirs	2005-07-24 18:12:13 UTC (rev 1916)
+++ libgdiplus/trunk/debian/dirs	2005-07-24 18:31:42 UTC (rev 1917)
@@ -1,2 +0,0 @@
-usr/bin
-usr/sbin

Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules	2005-07-24 18:12:13 UTC (rev 1916)
+++ libgdiplus/trunk/debian/rules	2005-07-24 18:31:42 UTC (rev 1917)
@@ -1,18 +1,10 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
-# Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
-
-# 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)))
@@ -24,15 +16,6 @@
 	INSTALL_PROGRAM += -s
 endif
 
-# shared library versions, option 1
-version=2.0.5
-major=2
-# option 2, assuming the library is created as src/.libs/libfoo.so.2.0.5 or so
-#version=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/[0-9]+\.[0-9]+\.[0-9]+$$/)) print substr($$0,RSTART)}'`
-#major=`ls src/.libs/lib*.so.* | \
-# awk '{if (match($$0,/\.so\.[0-9]+$$/)) print substr($$0,RSTART+4)}'`
-
 config.status: configure
 	dh_testdir
 	# Add here commands to configure the package.
@@ -45,7 +28,6 @@
 build-stamp: config.status
 	dh_testdir
 	$(MAKE)
-	perl -e 's/cairo-/cairo = /' -i libgdiplus.pc
 	touch build-stamp
 
 clean:
@@ -64,11 +46,8 @@
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
 	dh_movefiles
 
-# Build architecture-independent files here.
 binary-indep: build install
-# We have nothing to do by default.
 
-# Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot




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