[Pkg-mono-svn-commits] rev 3561 - mono-debugger/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Tue Dec 25 15:38:03 UTC 2007


Author: meebey
Date: 2007-12-25 15:38:03 +0000 (Tue, 25 Dec 2007)
New Revision: 3561

Modified:
   mono-debugger/trunk/debian/changelog
   mono-debugger/trunk/debian/control
   mono-debugger/trunk/debian/postinst
   mono-debugger/trunk/debian/rules
Log:
- mono-debugger 0.60+dfsg-3 release



Modified: mono-debugger/trunk/debian/changelog
===================================================================
--- mono-debugger/trunk/debian/changelog	2007-12-25 15:30:42 UTC (rev 3560)
+++ mono-debugger/trunk/debian/changelog	2007-12-25 15:38:03 UTC (rev 3561)
@@ -1,3 +1,16 @@
+mono-debugger (0.60+dfsg-3) unstable; urgency=low
+
+  * debian/control:
+    + Limited architecture list (from any) to i386 and amd64, as the debugger
+      uses CPU registers so it needs to be ported to other archs first.
+    + Updated Standards-Version to 3.7.3, no changes needed.
+  * debian/rules:
+    + Enhanced "make clean" error handling, makes lintian happy.
+  * debian/postinst:
+    + Added #DEBHELPER# token, makes lintian happy.
+
+ -- Mirco Bauer <meebey at debian.org>  Tue, 25 Dec 2007 16:31:30 +0100
+
 mono-debugger (0.60+dfsg-2) unstable; urgency=low
 
   * debian/control:

Modified: mono-debugger/trunk/debian/control
===================================================================
--- mono-debugger/trunk/debian/control	2007-12-25 15:30:42 UTC (rev 3560)
+++ mono-debugger/trunk/debian/control	2007-12-25 15:38:03 UTC (rev 3561)
@@ -1,16 +1,16 @@
 Source: mono-debugger
-Homepage: http://www.mono-project.com/Debugger
 Section: devel
 Priority: optional
 Maintainer: Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>
+Uploaders: Mirco Bauer <meebey at debian.org>
+Build-Depends: debhelper (>= 5), dpatch, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.2.5), mono-gac (>= 1.2.5), libmono1.0-cil, libmono-system-runtime1.0-cil, libmono-cecil0.5-cil, nunit-console, libtool, automake1.4, libmono-dev (>= 1.2.5), libglib2.0-dev, libreadline5-dev
+Standards-Version: 3.7.3
+Homepage: http://www.mono-project.com/Debugger
 Vcs-Svn: svn://svn.debian.org/pkg-mono/mono-debugger/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/mono-debugger/trunk/
-Uploaders: Mirco Bauer <meebey at debian.org>
-Build-Depends: debhelper (>= 5), dpatch, cli-common-dev (>= 0.4.4), mono-mcs (>= 1.2.5), mono-gac (>= 1.2.5), libmono1.0-cil, libmono-system-runtime1.0-cil, libmono-cecil0.5-cil, nunit-console, libtool, automake1.4, libmono-dev (>= 1.2.5), libglib2.0-dev, libreadline5-dev
-Standards-Version: 3.7.2
 
 Package: mono-debugger
-Architecture: any
+Architecture: i386 amd64
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${cli:Depends}
 Description: Debugger for Mono
  Mono is a platform for running and developing applications based on the

Modified: mono-debugger/trunk/debian/postinst
===================================================================
--- mono-debugger/trunk/debian/postinst	2007-12-25 15:30:42 UTC (rev 3560)
+++ mono-debugger/trunk/debian/postinst	2007-12-25 15:38:03 UTC (rev 3561)
@@ -4,3 +4,5 @@
 if [ "$1" = "configure" ]; then
 	ldconfig
 fi
+
+#DEBHELPER#

Modified: mono-debugger/trunk/debian/rules
===================================================================
--- mono-debugger/trunk/debian/rules	2007-12-25 15:30:42 UTC (rev 3560)
+++ mono-debugger/trunk/debian/rules	2007-12-25 15:38:03 UTC (rev 3561)
@@ -30,7 +30,7 @@
 	dh_testdir
 	dh_testroot
 	rm -f build-stamp configure-stamp
-	-$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) distclean
 	dh_clean 
 
 install: build




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