[Pkg-mono-svn-commits] rev 3110 - in mono-debugger/trunk/debian: . patches

Mirco Bauer meebey-guest at alioth.debian.org
Sun May 6 12:46:09 UTC 2007


Author: meebey-guest
Date: 2007-05-06 12:46:08 +0000 (Sun, 06 May 2007)
New Revision: 3110

Added:
   mono-debugger/trunk/debian/patches/fix_dllmap.dpatch
   mono-debugger/trunk/debian/postinst
Modified:
   mono-debugger/trunk/debian/changelog
   mono-debugger/trunk/debian/compat
   mono-debugger/trunk/debian/control
   mono-debugger/trunk/debian/patches/00list
   mono-debugger/trunk/debian/rules
Log:
- polish, polish, polish



Modified: mono-debugger/trunk/debian/changelog
===================================================================
--- mono-debugger/trunk/debian/changelog	2007-05-05 20:57:02 UTC (rev 3109)
+++ mono-debugger/trunk/debian/changelog	2007-05-06 12:46:08 UTC (rev 3110)
@@ -1,6 +1,5 @@
-mono-debugger (0.31+svn.r75891-1~pre1) unstable; urgency=low
+mono-debugger (0.31+svn.r75891-1) unstable; urgency=low
 
-  * NOT RELEASED YET
   * Initial Release. (Closes: #241763)
 
  -- Mirco Bauer <meebey at debian.org>  Wed, 18 Apr 2007 19:53:05 +0200

Modified: mono-debugger/trunk/debian/compat
===================================================================
--- mono-debugger/trunk/debian/compat	2007-05-05 20:57:02 UTC (rev 3109)
+++ mono-debugger/trunk/debian/compat	2007-05-06 12:46:08 UTC (rev 3110)
@@ -1 +1 @@
-4
+5

Modified: mono-debugger/trunk/debian/control
===================================================================
--- mono-debugger/trunk/debian/control	2007-05-05 20:57:02 UTC (rev 3109)
+++ mono-debugger/trunk/debian/control	2007-05-06 12:46:08 UTC (rev 3110)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
 Uploaders: Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 4.0.0), dpatch, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.2.3), mono-gac (>= 1.2.3), nunit-console, libtool, automake1.4, libmono-dev (>= 1.2.3), libglib2.0-dev, libreadline5-dev
-Standards-Version: 3.6.2
+Build-Depends: debhelper (>= 5), dpatch, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.2.3), mono-gac (>= 1.2.3), nunit-console, libtool, automake1.4, libmono-dev (>= 1.2.3), libglib2.0-dev, libreadline5-dev
+Standards-Version: 3.7.2
 
 Package: mono-debugger
 Architecture: any

Modified: mono-debugger/trunk/debian/patches/00list
===================================================================
--- mono-debugger/trunk/debian/patches/00list	2007-05-05 20:57:02 UTC (rev 3109)
+++ mono-debugger/trunk/debian/patches/00list	2007-05-06 12:46:08 UTC (rev 3110)
@@ -1,2 +1,3 @@
 fix_Makefile.am
 use_real_nunit
+fix_dllmap

Added: mono-debugger/trunk/debian/patches/fix_dllmap.dpatch
===================================================================
--- mono-debugger/trunk/debian/patches/fix_dllmap.dpatch	2007-05-05 20:57:02 UTC (rev 3109)
+++ mono-debugger/trunk/debian/patches/fix_dllmap.dpatch	2007-05-06 12:46:08 UTC (rev 3110)
@@ -0,0 +1,15 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix_dllmap.dpatch by Mirco Bauer <meebey at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad mono-debugger-0.31+svn.r75891~/build/Mono.Debugger.Backend.dll.config.in mono-debugger-0.31+svn.r75891/build/Mono.Debugger.Backend.dll.config.in
+--- mono-debugger-0.31+svn.r75891~/build/Mono.Debugger.Backend.dll.config.in	2006-11-09 18:22:36.000000000 +0100
++++ mono-debugger-0.31+svn.r75891/build/Mono.Debugger.Backend.dll.config.in	2007-05-06 13:21:40.000000000 +0200
+@@ -1,3 +1,4 @@
+ <configuration>
+    <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0 at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
++   <dllmap dll="monodebuggerserver" target="libmonodebuggerserver at LIB_PREFIX@.0 at LIB_SUFFIX@"/>
+ </configuration>


Property changes on: mono-debugger/trunk/debian/patches/fix_dllmap.dpatch
___________________________________________________________________
Name: svn:executable
   + *

Added: mono-debugger/trunk/debian/postinst
===================================================================
--- mono-debugger/trunk/debian/postinst	2007-05-05 20:57:02 UTC (rev 3109)
+++ mono-debugger/trunk/debian/postinst	2007-05-06 12:46:08 UTC (rev 3110)
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+
+if [ "$1" = "configure" ]; then
+	ldconfig
+fi

Modified: mono-debugger/trunk/debian/rules
===================================================================
--- mono-debugger/trunk/debian/rules	2007-05-05 20:57:02 UTC (rev 3109)
+++ mono-debugger/trunk/debian/rules	2007-05-06 12:46:08 UTC (rev 3110)
@@ -20,8 +20,7 @@
 	touch configure-stamp
 
 build: build-stamp
-
-build-stamp: configure-stamp 
+build-stamp: configure-stamp
 	dh_testdir
 	$(MAKE)
 	touch build-stamp
@@ -41,23 +40,27 @@
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/mono-debugger \
 	  GACUTIL="/usr/bin/gacutil /root $(CURDIR)/debian/mono-debugger/usr/lib"
+	cp $(CURDIR)/debian/mdb.exe.config $(CURDIR)/debian/mono-debugger/usr/lib/mono/1.0/
+	rm $(CURDIR)/debian/mono-debugger/usr/lib/*.so
+	rm $(CURDIR)/debian/mono-debugger/usr/lib/*.a
+	rm $(CURDIR)/debian/mono-debugger/usr/lib/*.la
 
 binary-indep: build install
 
-# Build architecture-dependent files here.
 binary-arch: build install
 	dh_testdir
 	dh_testroot
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installexamples
-#	dh_install
+	dh_install
 	dh_installman
 	dh_link
 	dh_strip
 	dh_compress
 	dh_fixperms
-#	dh_makeshlibs
+	dh_clifixperms
+	#dh_makeshlibs
 	dh_makeclilibs -r
 	dh_installdeb
 	dh_shlibdeps




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