[Pkg-mono-svn-commits] rev 2165 - in mono/trunk/debian: . man

Mirco Bauer meebey-guest at costa.debian.org
Sun Jan 15 02:36:17 UTC 2006


Author: meebey-guest
Date: 2006-01-15 02:36:16 +0000 (Sun, 15 Jan 2006)
New Revision: 2165

Added:
   mono/trunk/debian/man/cli-wrapper.1
   mono/trunk/debian/man/ilasm2.1
   mono/trunk/debian/man/monop2.1
   mono/trunk/debian/man/xbuild.1
Removed:
   mono/trunk/debian/man/al.1
Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
   mono/trunk/debian/libmono-dev.install
   mono/trunk/debian/libmono0.install
   mono/trunk/debian/mono-common.dirs
   mono/trunk/debian/mono-common.manpages
   mono/trunk/debian/mono-gmcs.install
   mono/trunk/debian/mono-gmcs.manpages
   mono/trunk/debian/mono-jay.manpages
   mono/trunk/debian/mono-mcs.manpages
   mono/trunk/debian/rules
Log:
- mono 1.1.13 release



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/changelog	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,3 +1,32 @@
+mono (1.1.13-1) unstable; urgency=low
+
+  * New upstream release
+  * Mirco 'meebey' Bauer
+    + debian/rules:
+       - Added --with-static_mono=no to configure call, else the libmono0
+         package would be useless and loading a 1.7mb shared library is not
+         _that_ slow.
+       - Removed chrpath hack
+    + debian/control:
+       - Updated debhelper build-dep to >= 5.0.0
+       - Removed chrpath from build-deps.
+       - Adjusted some package descriptions.
+       - Added replaces to mono-gmcs for mono-mcs.
+       - Added ${misc:Depends} to all arch dep packages.
+    + debian/mono-jay.manpages:
+       - Updated path of jay.1
+    + debian/mono-common.dirs:
+       - Added usr/share/dotnet (Closes: #311540)
+    + debian/mono-gmcs.install:
+       - Added xbuild
+       - Added ilasm2
+    + debian/libmono0.install:
+       - Added libMonoSupportW.so
+    + debian/libmono-dev.install:
+       - Added libMonoSupportW.a
+
+ -- Debian Mono Group <pkg-mono-group at lists.alioth.debian.org>  Sat, 14 Jan 2006 17:21:28 +0100
+
 mono (1.1.12.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #344531)

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/control	2006-01-15 02:36:16 UTC (rev 2165)
@@ -3,35 +3,37 @@
 Priority: optional
 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.4), bison, libtool, dpatch, libxslt1-dev, dc, chrpath, libx11-dev, libxt-dev, libgc-dev [kfreebsd-i386]
+Build-Depends: debhelper (>= 5.0.0), libglib2.0-dev (>= 2.4), bison, libtool, dpatch, libxslt1-dev, dc, libx11-dev, libxt-dev, libgc-dev [kfreebsd-i386]
 Build-Conflicts: pnet-compiler
 Standards-Version: 3.6.2.1
 
 Package: mono-common
 Architecture: i386 powerpc amd64 ia64
-Depends: binfmt-support (>= 1.1.2)
+Depends: ${shlibs:Depends}, ${misc:Depends}, binfmt-support (>= 1.1.2)
 Description: common files for Mono
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
  This package contains base configuration files and configures the
- system to run CIL executables as native applications.
+ system to run CIL executables like native applications.
 
 Package: mono-jit
 Provides: cli-virtual-machine
 Architecture: i386 powerpc amd64 ia64
-Depends: mono-common (= ${Source-Version}), mono-classlib-1.0-${mono:upversion}, ${shlibs:Depends}
-Description: fast CLI (.NET) JIT compiler for Mono
+Depends: ${shlibs:Depends}, ${misc:Depends}, mono-common (= ${Source-Version}), mono-classlib-1.0-${mono:upversion}
+Description: fast CLI JIT/AOT compiler for Mono
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
- This package contains the Virtual Execution Environment and code
- generator (Just-in-Time and Ahead-of-Time) "mono" which runs CLI (.NET)
- applications, currently available for i386, powerpc, amd64 and ia64
+ This package contains the Virtual Execution Environment and the JIT
+ (Just-in-Time) and AOT (Ahead-of-Time) code generator "mono".
+ "mono" runs CLI applications, currently available for i386, powerpc, amd64 and ia64
  architectures only.
 
 Package: mono
@@ -41,8 +43,9 @@
 Description: Mono CLI (.NET) runtime
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
  mono is a metapackage containing dependencies for the runtime of Mono.
  If you do not need all of them (or try to work around X11
@@ -54,11 +57,12 @@
 Architecture: i386 powerpc amd64 ia64
 Depends: mono (= ${Source-Version}), mono-mcs, mono-gac, mono-utils, mono-jay
 Suggests: mono-gmcs
-Description: Mono CLI (.NET) runtime with development tools
+Description: Mono CLI runtime with development tools
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
  mono-devel is a metapackage containing dependencies for the runtime and
  development components of Mono.
@@ -67,32 +71,33 @@
 Section: devel
 Architecture: i386 powerpc amd64 ia64
 Replaces: mono-mcs (<= 1.1.6-4)
-Depends: ${shlibs:Depends}, mono-classlib-1.0
+Depends: ${shlibs:Depends}, ${misc:Depends}, mono-classlib-1.0
 Provides: cil-disassembler
 Description: Mono utilities
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
- This package includes various tools useful for CLI (.NET) developers, like
+ This package includes various tools useful for CLI developers, like
  dh_installxsp, pedump, monodiet, monodis and monograph.
 
 Package: libmono0
 Section: libs
 Architecture: i386 powerpc amd64 ia64
 Replaces: libmono-dev (<= 1.1.6-4)
-Depends:  ${shlibs:Depends}
+Depends:  ${shlibs:Depends}, ${misc:Depends}
 Provides: libmono-${mono:upversion}
 Description: libraries for the Mono JIT
- Shared libraries for Mono, used for embedding/hosting of the
- JIT. The package also contains libmono-profiler-cov used for
- optimisation work.
+ Shared libraries for Mono, used for embedding/hosting of the JIT.
+ The package also contains libmono-profiler-cov used for optimisation work.
  .
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
 
 Package: libmono-dev
 Section: devel
@@ -103,18 +108,20 @@
  .
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
 
 Package: mono-assemblies-base
 Section: libs
 Architecture: all
-Depends: mono-classlib-1.0
+Depends: mono-classlib-1.0 (= ${Source-Version})
 Description: Mono class library - transistion package
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
  mono-assemblies-base is a metapackage for the "mono-assemblies-base to
  mono-classlib-1.0" transistion.
@@ -127,12 +134,12 @@
 Description: Mono class library (1.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono class library version 1.0
- (cross-platform CIL (.NET) libraries) that are used by nearly all CLI (.NET)
- programs on the system.
+ This package contains the Mono class library version 1.0 that is used by
+ nearly all CLI applications/libraries on the system.
 
 Package: mono-classlib-1.0-dbg
 Section: libs
@@ -143,8 +150,9 @@
 Description: Mono class library (1.0) - debug symbols
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
  This package contains debug symbols (*.mdb) for Mono class library 1.0
 
@@ -155,12 +163,12 @@
 Description: Mono class library (2.0)
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
- This package contains the Mono class library version 2.0
- (cross-platform CIL (.NET) libraries) that are used by nearly all CLI (.NET)
- programs on the system.
+ This package contains the Mono class library version 2.0 that is used by
+ nearly all CLI applications/libraries on the system.
 
 Package: mono-classlib-2.0-dbg
 Section: libs
@@ -170,8 +178,9 @@
 Description: Mono class library (2.0) - debug symbols
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
  This package contains debug symbols (*.mdb) for Mono class library 2.0
 
@@ -184,14 +193,15 @@
 Provides: c-sharp-compiler, resource-file-generator, assembly-linker, strong-name-tool
 Description: Mono C# compiler
  This is the Mono C# (C-Sharp) compiler, a platform-independent compiler which
- produces CIL/.NET (Common Intermediate Language) binary executables, and the
+ produces CIL (Common Intermediate Language) binary executables, and the
  most development tools around it like ilasm, wsdl stub generator, assembly
  linker and security tools.
  .
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
 
 Package: mono-gmcs
 Section: devel
@@ -199,10 +209,11 @@
 Depends: ${cli:Depends}
 Recommends: pkg-config
 Conflicts: pnet-compiler
+Replaces: mono-mcs (>= 1.1.10), mono-mcs (<= 1.1.13)
 Provides: c-sharp-2.0-compiler
 Description: Mono C# 2.0 compiler
  This is the Mono C# (C-Sharp) 2.0 compiler, a platform-independent compiler
- which produces CIL/.NET (Common Intermediate Language) binary executables.
+ which produces CIL (Common Intermediate Language) binary executables.
  The gmcs compiler supports the C# 2.0 featureset like generics, anonymous
  methods, iterators, partial types and nullable types.
  WARNING: The C# 2.0 specification is not yet official (there is currently only
@@ -211,8 +222,9 @@
  .
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
 
 Package: mono-gac
 Section: devel
@@ -222,21 +234,23 @@
 Description: Mono GAC tool
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
- This package includes the Global Assembly Cache (GAC) Tool (gacutil)
- used by Mono to store shared CIL/.NET (Common Intermediate Language) libraries.
+ This package includes the GAC (Global Assembly Cache) tool (gacutil)
+ used by Mono to store shared CIL (Common Intermediate Language) libraries.
 
 Package: mono-jay
 Section: devel
 Architecture: i386 powerpc amd64 ia64
-Depends: ${shlibs:Depends}
-Description: LALR(1) parser generator oriented to Java/.NET
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: LALR(1) parser generator oriented to Java/CLI
  Mono is a platform for running and developing applications based on the
  ECMA/ISO Standards. Mono is an open source effort led by Novell.
- Mono provides a complete .NET CLR including compiler and runtime, which can
- produce and execute CIL bytecode (assemblies), and a .NET class library.
+ Mono provides a complete CLR (Common Language Runtime) including compiler and
+ runtime, which can produce and execute CIL (Common Intermediate Language)
+ bytecode (aka assemblies), and a class library.
  .
  Jay is a Yacc implementation oriented to Java-like input syntax. It
  takes a grammar, specified in BNF and augmented with semantic actions,

Modified: mono/trunk/debian/libmono-dev.install
===================================================================
--- mono/trunk/debian/libmono-dev.install	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/libmono-dev.install	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,5 +1,6 @@
 debian/tmp/usr/lib/libmono*.a
+debian/tmp/usr/lib/libMono*.a
 debian/tmp/usr/lib/libmono*.so
-debian/tmp/usr/lib/libMonoPosixHelper.a
+debian/tmp/usr/lib/libMonoSupportW.a
 debian/tmp/usr/lib/pkgconfig/mono.pc
 debian/tmp/usr/include/

Modified: mono/trunk/debian/libmono0.install
===================================================================
--- mono/trunk/debian/libmono0.install	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/libmono0.install	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,2 +1,3 @@
 debian/tmp/usr/lib/libmono*.so.*
 debian/tmp/usr/lib/libMonoPosixHelper.so
+debian/tmp/usr/lib/libMonoSupportW.so

Deleted: mono/trunk/debian/man/al.1
===================================================================
--- mono/trunk/debian/man/al.1	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/man/al.1	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,11 +0,0 @@
-.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "Mono Manual"
-.SH NAME
-undocumented \- No manpage for this program.
-.SH DESCRIPTION
-This
-.B program
-does not have a manpage. Run this command with the
-.B help
-switch to see what it does. For further information, refer to the .NET
-documentation from the Mono project, located on
-.B http://www.go-mono.com:8080/

Added: mono/trunk/debian/man/cli-wrapper.1
===================================================================
--- mono/trunk/debian/man/cli-wrapper.1	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/man/cli-wrapper.1	2006-01-15 02:36:16 UTC (rev 2165)
@@ -0,0 +1,11 @@
+.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "Mono Manual"
+.SH NAME
+undocumented \- No manpage for this program.
+.SH DESCRIPTION
+This
+.B program
+does not have a manpage. Run this command with the
+.B help
+switch to see what it does. For further information, refer to the .NET
+documentation from the Mono project, located on
+.B http://www.go-mono.com:8080/

Added: mono/trunk/debian/man/ilasm2.1
===================================================================
--- mono/trunk/debian/man/ilasm2.1	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/man/ilasm2.1	2006-01-15 02:36:16 UTC (rev 2165)
@@ -0,0 +1,11 @@
+.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "Mono Manual"
+.SH NAME
+undocumented \- No manpage for this program.
+.SH DESCRIPTION
+This
+.B program
+does not have a manpage. Run this command with the
+.B help
+switch to see what it does. For further information, refer to the .NET
+documentation from the Mono project, located on
+.B http://www.go-mono.com:8080/

Added: mono/trunk/debian/man/monop2.1
===================================================================
--- mono/trunk/debian/man/monop2.1	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/man/monop2.1	2006-01-15 02:36:16 UTC (rev 2165)
@@ -0,0 +1,11 @@
+.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "Mono Manual"
+.SH NAME
+undocumented \- No manpage for this program.
+.SH DESCRIPTION
+This
+.B program
+does not have a manpage. Run this command with the
+.B help
+switch to see what it does. For further information, refer to the .NET
+documentation from the Mono project, located on
+.B http://www.go-mono.com:8080/

Added: mono/trunk/debian/man/xbuild.1
===================================================================
--- mono/trunk/debian/man/xbuild.1	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/man/xbuild.1	2006-01-15 02:36:16 UTC (rev 2165)
@@ -0,0 +1,11 @@
+.TH UNDOCUMENTED 1 "January 15th, 2004" "Debian GNU/Linux" "Mono Manual"
+.SH NAME
+undocumented \- No manpage for this program.
+.SH DESCRIPTION
+This
+.B program
+does not have a manpage. Run this command with the
+.B help
+switch to see what it does. For further information, refer to the .NET
+documentation from the Mono project, located on
+.B http://www.go-mono.com:8080/

Modified: mono/trunk/debian/mono-common.dirs
===================================================================
--- mono/trunk/debian/mono-common.dirs	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/mono-common.dirs	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,2 +1,3 @@
 usr/bin
 usr/share/binfmts
+usr/share/dotnet

Modified: mono/trunk/debian/mono-common.manpages
===================================================================
--- mono/trunk/debian/mono-common.manpages	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/mono-common.manpages	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1 +1,2 @@
 debian/tmp/usr/share/man/man5/mono-config.5
+debian/man/cli-wrapper.1

Modified: mono/trunk/debian/mono-gmcs.install
===================================================================
--- mono/trunk/debian/mono-gmcs.install	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/mono-gmcs.install	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,6 +1,7 @@
 debian/tmp/usr/bin/gmcs
 debian/tmp/usr/bin/wsdl2
 debian/tmp/usr/bin/monop2
-debian/tmp/usr/lib/mono/2.0/gmcs.exe*
-debian/tmp/usr/lib/mono/2.0/wsdl.exe*
-debian/tmp/usr/lib/mono/2.0/monop.exe*
+debian/tmp/usr/bin/ilasm2
+debian/tmp/usr/bin/xbuild
+debian/tmp/usr/lib/mono/2.0/*.exe*
+debian/tmp/usr/lib/mono/xbuild/

Modified: mono/trunk/debian/mono-gmcs.manpages
===================================================================
--- mono/trunk/debian/mono-gmcs.manpages	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/mono-gmcs.manpages	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,2 +1,5 @@
 debian/man/gmcs.1
 debian/man/wsdl2.1
+debian/man/monop2.1
+debian/man/ilasm2.1
+debian/man/xbuild.1

Modified: mono/trunk/debian/mono-jay.manpages
===================================================================
--- mono/trunk/debian/mono-jay.manpages	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/mono-jay.manpages	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1 +1 @@
-debian/tmp/usr/man/man1/jay.1
+debian/tmp/usr/share/man/man1/jay.1

Modified: mono/trunk/debian/mono-mcs.manpages
===================================================================
--- mono/trunk/debian/mono-mcs.manpages	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/mono-mcs.manpages	2006-01-15 02:36:16 UTC (rev 2165)
@@ -1,4 +1,4 @@
-debian/man/al.1
+debian/tmp/usr/share/man/man1/al.1
 debian/man/caspol.1
 debian/tmp/usr/share/man/man1/cert2spc.1
 debian/tmp/usr/share/man/man1/certmgr.1

Modified: mono/trunk/debian/rules
===================================================================
--- mono/trunk/debian/rules	2006-01-15 02:28:30 UTC (rev 2164)
+++ mono/trunk/debian/rules	2006-01-15 02:36:16 UTC (rev 2165)
@@ -42,7 +42,7 @@
 	./configure $(confflags) --prefix=/usr \
 	  --mandir=\$${prefix}/share/man \
 	  --infodir=\$${prefix}/share/info --sysconfdir=/etc \
-	  --with-sigaltstack=no $(GC) \
+	  --with-sigaltstack=no $(GC) --with-static_mono=no \
 	  --with-jit=yes --with-ikvm-native=no --with-preview=yes \
 	  --with-libgdiplus=installed --with-x=yes
 	$(MAKE)
@@ -67,10 +67,6 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
-	# hack, the buildsystem of mono installs sometimes libtool wrapper
-	cp mono/dis/.libs/monodis debian/tmp/usr/bin/
-	cp mono/monograph/.libs/monograph debian/tmp/usr/bin/
-	chrpath -d $(CURDIR)/debian/tmp/usr/bin/monodis $(CURDIR)/debian/tmp/usr/bin/monograph
 	# we do not want nunit, it's a forked version
 	rm -f debian/tmp/usr/lib/pkgconfig/mono-nunit.pc
 	rm -f debian/tmp/usr/lib/mono/1.0/nunit*
@@ -81,8 +77,6 @@
 	rm -f debian/tmp/usr/bin/prj2make
 	rm -f debian/usr/share/man/man1/prj2make.1
 	rm -f debian/tmp/usr/lib/mono/1.0/prj2make.exe*
-	# there is no xbuild.exe thus we don't want the wrapper script
-	rm -f debian/tmp/usr/bin/xbuild
 	install -D -m755 cli-wrapper debian/mono-common/usr/bin/cli-wrapper
 	cd debian/detector && \
 	  $(MAKE) && install -D -m755 binfmt-detector-cli $(CURDIR)/debian/mono-common/usr/lib/cli/binfmt-detector-cli
@@ -109,6 +103,10 @@
 	rm -f debian/mono-mcs/usr/bin/gmcs
 	# delete monop2 from mono-mcs (this is already in mono-gmcs)
 	rm -f debian/mono-mcs/usr/bin/monop2
+	# delete ilasm2 from mono-mcs (this is already in mono-gmcs)
+	rm -f debian/mono-mcs/usr/bin/ilasm2
+	# delete xbuild from mono-mcs (this is already in mono-gmcs)
+	rm -f debian/mono-mcs/usr/bin/xbuild
 	# delete *.mdb from mono-classlib-1.0/2.0 (those are already in mono-classlib-1.0/2.0-dbg)
 	cd debian/mono-classlib-1.0 && find -type f -name "*.mdb" | xargs rm -f
 	cd debian/mono-classlib-2.0 && find -type f -name "*.mdb" | xargs rm -f




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