[Pkg-mono-svn-commits] rev 3875 - mono/trunk/debian
Mirco Bauer
meebey at alioth.debian.org
Thu Dec 18 15:14:11 UTC 2008
Author: meebey
Date: 2008-12-18 15:14:11 +0000 (Thu, 18 Dec 2008)
New Revision: 3875
Added:
mono/trunk/debian/mono-devel.postinst
mono/trunk/debian/mono-devel.prerm
Removed:
mono/trunk/debian/mono-1.0-devel.postinst
mono/trunk/debian/mono-1.0-devel.prerm
mono/trunk/debian/mono-mcs.postinst
mono/trunk/debian/mono-mcs.prerm
mono/trunk/debian/mono.links
mono/trunk/debian/mono.postinst
Modified:
mono/trunk/debian/changelog
mono/trunk/debian/control
mono/trunk/debian/mono-jit.postinst
Log:
* debian/mono-1.0-devel.postinst
debian/mono-1.0-devel.prerm
debian/mono-mcs.postinst
debian/mono-mcs.prerm
debian/mono-devel.postinst
debian/mono-devel.prerm:
+ Moved update-alternative calls to mono-devel.{postinst,prerm}.
* debian/mono.links
debian/mono.postinst
+ Removed, those are just left-overs.
* debian/mono-jit.postinst:
+ Lowered alternative priority to 10 like all other alternative we install.
* debian/control:
+ Moved cli-* Provides from mono-1.0-devel, mono-mcs and mono-gmcs to
mono-devel, as thats where the cli-* alternatives now lives.
Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/changelog 2008-12-18 15:14:11 UTC (rev 3875)
@@ -9,8 +9,25 @@
+ Warn, rather than fail, on "funny" network interfaces
(Closes: #507297)
- -- Jo Shields <directhex at apebox.org> Fri, 28 Nov 2008 23:15:00 +0000
+ [ Mirco Bauer ]
+ * debian/mono-1.0-devel.postinst
+ debian/mono-1.0-devel.prerm
+ debian/mono-mcs.postinst
+ debian/mono-mcs.prerm
+ debian/mono-devel.postinst
+ debian/mono-devel.prerm:
+ + Moved update-alternative calls to mono-devel.{postinst,prerm}.
+ * debian/mono.links
+ debian/mono.postinst
+ + Removed, those are just left-overs.
+ * debian/mono-jit.postinst:
+ + Lowered alternative priority to 10 like all other alternative we install.
+ * debian/control:
+ + Moved cli-* Provides from mono-1.0-devel, mono-mcs and mono-gmcs to
+ mono-devel, as thats where the cli-* alternatives now lives.
+ -- Mirco Bauer <meebey at debian.org> Thu, 18 Dec 2008 16:01:51 +0100
+
mono (2.0.1-1) experimental; urgency=low
[ Mirco Bauer ]
Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/control 2008-12-18 15:14:11 UTC (rev 3875)
@@ -55,7 +55,6 @@
CLI 1.0 in.
Package: mono-2.0-runtime
-Provides: cli-runtime
Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
Depends: mono-jit (= ${binary:Version}),
libmono-corlib2.0-cil (= ${source:Version}),
@@ -1209,7 +1208,6 @@
Package: mono-mcs
Section: devel
Architecture: all
-Provides: c-sharp-compiler
Depends: ${cli:Depends}
Recommends: pkg-config
Description: Mono C# 1.0 compiler for CLI 1.1
@@ -1226,7 +1224,6 @@
Package: mono-gmcs
Section: devel
Architecture: all
-Provides: c-sharp-2.0-compiler, c-sharp-3.0-compiler
Depends: ${cli:Depends}
Recommends: pkg-config
Replaces: mono-mcs (>= 1.1.10), mono-mcs (<= 1.1.13)
@@ -1287,7 +1284,12 @@
Package: mono-devel
Section: devel
Architecture: all
-Provides: resource-file-generator, assembly-linker, strong-name-tool
+Provides: c-sharp-compiler,
+ c-sharp-2.0-compiler,
+ c-sharp-3.0-compiler,
+ resource-file-generator,
+ assembly-linker,
+ strong-name-tool
Replaces: mono-1.0-devel (<< 2.0),
mono-mcs (<< 2.0),
mono-gmcs (<< 2.0)
Deleted: mono/trunk/debian/mono-1.0-devel.postinst
===================================================================
--- mono/trunk/debian/mono-1.0-devel.postinst 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/mono-1.0-devel.postinst 2008-12-18 15:14:11 UTC (rev 3875)
@@ -1,16 +0,0 @@
-#!/bin/sh
-set -e
-
-update-alternatives \
- --install /usr/bin/cli-resgen resource-file-generator /usr/bin/resgen 10 \
- --slave /usr/share/man/man1/cli-resgen.1.gz cli-resgen.1.gz /usr/share/man/man1/resgen.1.gz
-
-update-alternatives \
- --install /usr/bin/cli-al assembly-linker /usr/bin/al 10 \
- --slave /usr/share/man/man1/cli-al.1.gz cli-al.1.gz /usr/share/man/man1/al.1.gz
-
-update-alternatives \
- --install /usr/bin/cli-sn strong-name-tool /usr/bin/sn 10 \
- --slave /usr/share/man/man1/cli-sn.1.gz cli-sn.1.gz /usr/share/man/man1/sn.1.gz
-
-#DEBHELPER#
Deleted: mono/trunk/debian/mono-1.0-devel.prerm
===================================================================
--- mono/trunk/debian/mono-1.0-devel.prerm 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/mono-1.0-devel.prerm 2008-12-18 15:14:11 UTC (rev 3875)
@@ -1,9 +0,0 @@
-#!/bin/sh -e
-
-if [ "$1" = remove ]; then
- update-alternatives --remove resource-file-generator /usr/bin/resgen
- update-alternatives --remove assembly-linker /usr/bin/al
- update-alternatives --remove strong-name-tool /usr/bin/sn
-fi
-
-#DEBHELPER#
Added: mono/trunk/debian/mono-devel.postinst
===================================================================
--- mono/trunk/debian/mono-devel.postinst (rev 0)
+++ mono/trunk/debian/mono-devel.postinst 2008-12-18 15:14:11 UTC (rev 3875)
@@ -0,0 +1,20 @@
+#!/bin/sh
+set -e
+
+update-alternatives \
+ --install /usr/bin/cli-csc c-sharp-compiler /usr/bin/csc 10 \
+ --slave /usr/share/man/man1/cli-csc.1.gz cli-csc.1.gz /usr/share/man/man1/csc.1.gz
+
+update-alternatives \
+ --install /usr/bin/cli-resgen resource-file-generator /usr/bin/resgen 10 \
+ --slave /usr/share/man/man1/cli-resgen.1.gz cli-resgen.1.gz /usr/share/man/man1/resgen.1.gz
+
+update-alternatives \
+ --install /usr/bin/cli-al assembly-linker /usr/bin/al 10 \
+ --slave /usr/share/man/man1/cli-al.1.gz cli-al.1.gz /usr/share/man/man1/al.1.gz
+
+update-alternatives \
+ --install /usr/bin/cli-sn strong-name-tool /usr/bin/sn 10 \
+ --slave /usr/share/man/man1/cli-sn.1.gz cli-sn.1.gz /usr/share/man/man1/sn.1.gz
+
+#DEBHELPER#
Added: mono/trunk/debian/mono-devel.prerm
===================================================================
--- mono/trunk/debian/mono-devel.prerm (rev 0)
+++ mono/trunk/debian/mono-devel.prerm 2008-12-18 15:14:11 UTC (rev 3875)
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+if [ "$1" = remove ]; then
+ update-alternatives --remove c-sharp-compiler /usr/bin/csc
+ update-alternatives --remove resource-file-generator /usr/bin/resgen
+ update-alternatives --remove assembly-linker /usr/bin/al
+ update-alternatives --remove strong-name-tool /usr/bin/sn
+fi
+
+#DEBHELPER#
Modified: mono/trunk/debian/mono-jit.postinst
===================================================================
--- mono/trunk/debian/mono-jit.postinst 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/mono-jit.postinst 2008-12-18 15:14:11 UTC (rev 3875)
@@ -7,6 +7,8 @@
ln -s mono-common /usr/share/doc/mono-jit
fi
-update-alternatives --install /usr/bin/cli cli /usr/bin/mono 14 --slave /usr/share/man/man1/cli.1.gz cli.1.gz /usr/share/man/man1/mono.1.gz
+update-alternatives \
+ --install /usr/bin/cli cli /usr/bin/mono 10 \
+ --slave /usr/share/man/man1/cli.1.gz cli.1.gz /usr/share/man/man1/mono.1.gz
#DEBHELPER#
Deleted: mono/trunk/debian/mono-mcs.postinst
===================================================================
--- mono/trunk/debian/mono-mcs.postinst 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/mono-mcs.postinst 2008-12-18 15:14:11 UTC (rev 3875)
@@ -1,8 +0,0 @@
-#!/bin/sh
-set -e
-
-update-alternatives \
- --install /usr/bin/cli-csc c-sharp-compiler /usr/bin/mcs 10 \
- --slave /usr/share/man/man1/cli-csc.1.gz cli-csc.1.gz /usr/share/man/man1/mcs.1.gz
-
-#DEBHELPER#
Deleted: mono/trunk/debian/mono-mcs.prerm
===================================================================
--- mono/trunk/debian/mono-mcs.prerm 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/mono-mcs.prerm 2008-12-18 15:14:11 UTC (rev 3875)
@@ -1,7 +0,0 @@
-#!/bin/sh -e
-
-if [ "$1" = remove ]; then
- update-alternatives --remove c-sharp-compiler /usr/bin/mcs
-fi
-
-#DEBHELPER#
Deleted: mono/trunk/debian/mono.links
===================================================================
--- mono/trunk/debian/mono.links 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/mono.links 2008-12-18 15:14:11 UTC (rev 3875)
@@ -1 +0,0 @@
-usr/share/doc/mono-common usr/share/doc/mono
Deleted: mono/trunk/debian/mono.postinst
===================================================================
--- mono/trunk/debian/mono.postinst 2008-12-04 22:29:54 UTC (rev 3874)
+++ mono/trunk/debian/mono.postinst 2008-12-18 15:14:11 UTC (rev 3875)
@@ -1,10 +0,0 @@
-#!/bin/sh -e
-
-# if we're configuring, /usr/share/doc/mono is a directory,
-# and isn't a symlink, replace it with a symlink to mono-common
-if test "$1" = "configure" && test -d /usr/share/doc/mono && ! test -h /usr/share/doc/mono ; then
- rmdir /usr/share/doc/mono
- ln -s mono-common /usr/share/doc/mono
-fi
-
-#DEBHELPER#
More information about the Pkg-mono-svn-commits
mailing list