[Pkg-mono-svn-commits] rev 3748 - libgdiplus/trunk/debian
Jo Shields
directhex-guest at alioth.debian.org
Tue Nov 11 20:56:26 UTC 2008
Author: directhex-guest
Date: 2008-11-11 20:56:26 +0000 (Tue, 11 Nov 2008)
New Revision: 3748
Modified:
libgdiplus/trunk/debian/changelog
libgdiplus/trunk/debian/control
libgdiplus/trunk/debian/rules
Log:
Screw lintian, turn dpatch back on
Modified: libgdiplus/trunk/debian/changelog
===================================================================
--- libgdiplus/trunk/debian/changelog 2008-11-11 20:38:14 UTC (rev 3747)
+++ libgdiplus/trunk/debian/changelog 2008-11-11 20:56:26 UTC (rev 3748)
@@ -8,8 +8,6 @@
+ No more need to disable glitz
+ Clear debian-rules-ignores-make-clean-error lintian error by rewriting
make clean line
- + Clear dpatch-build-dep-but-no-patch-list lintian error by removing
- dpatch references
* debian/postinst:
+ Clear postinst-must-call-ldconfig lintian error by adding a postinst
script to call ldconfig
@@ -18,8 +16,6 @@
* debian/control:
+ Doesn't appear to depend directly on xrender anymore
+ Remove poinltess dependency on libmono0 and libmono-dev
- + Clear dpatch-build-dep-but-no-patch-list lintian error by removing
- dpatch build-dep
[ Sebastian Dröge ]
* debian/control:
Modified: libgdiplus/trunk/debian/control
===================================================================
--- libgdiplus/trunk/debian/control 2008-11-11 20:38:14 UTC (rev 3747)
+++ libgdiplus/trunk/debian/control 2008-11-11 20:56:26 UTC (rev 3748)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>, Jo Shields <directhex at apebox.org>
-Build-Depends: debhelper (>= 5), 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)
+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
Package: libgdiplus
Modified: libgdiplus/trunk/debian/rules
===================================================================
--- libgdiplus/trunk/debian/rules 2008-11-11 20:38:14 UTC (rev 3747)
+++ libgdiplus/trunk/debian/rules 2008-11-11 20:56:26 UTC (rev 3748)
@@ -5,8 +5,7 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
-#No patches, disabling dpatch to make lintian happy
-#include /usr/share/dpatch/dpatch.make
+include /usr/share/dpatch/dpatch.make
CFLAGS = -Wall -g
@@ -19,8 +18,7 @@
INSTALL_PROGRAM += -s
endif
-#config.status: patch-stamp configure
-config.status: configure
+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) \
@@ -35,8 +33,7 @@
perl -pe 's,^Requires:.*,,; s,^Libs:.*,,; s,^Cflags:.*,,;' -i libgdiplus.pc
touch build-stamp
-#clean: unpatch
-clean:
+clean: unpatch
dh_testdir
dh_testroot
rm -f build-stamp config.log config.status
More information about the Pkg-mono-svn-commits
mailing list