[Pkg-mono-svn-commits] rev 3703 - mono/trunk/debian

Mirco Bauer meebey at alioth.debian.org
Fri Aug 29 20:41:28 UTC 2008


Author: meebey
Date: 2008-08-29 20:41:28 +0000 (Fri, 29 Aug 2008)
New Revision: 3703

Modified:
   mono/trunk/debian/changelog
   mono/trunk/debian/control
Log:
  * Added lpia to Architecture fields.
    (to make Jo Shields more happy)



Modified: mono/trunk/debian/changelog
===================================================================
--- mono/trunk/debian/changelog	2008-08-28 09:45:02 UTC (rev 3702)
+++ mono/trunk/debian/changelog	2008-08-29 20:41:28 UTC (rev 3703)
@@ -1,3 +1,10 @@
+mono (1.9.1+dfsg-4~pre1) unstable; urgency=low
+
+  * Added lpia to Architecture fields.
+    (to make Jo Shields more happy)
+
+ -- Mirco Bauer <meebey at debian.org>  Fri, 29 Aug 2008 22:38:44 +0200
+
 mono (1.9.1+dfsg-3) unstable; urgency=medium
 
   * debian/control

Modified: mono/trunk/debian/control
===================================================================
--- mono/trunk/debian/control	2008-08-28 09:45:02 UTC (rev 3702)
+++ mono/trunk/debian/control	2008-08-29 20:41:28 UTC (rev 3703)
@@ -11,7 +11,7 @@
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-mono/mono/trunk/
 
 Package: mono-common
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: binfmt-support (>= 1.1.2)
 Description: common files for Mono
@@ -26,7 +26,7 @@
 
 Package: mono-runtime
 Provides: cli-runtime
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Depends: mono-jit (= ${binary:Version}), mono-gac (= ${source:Version})
 Description: Mono runtime
  Mono is a platform for running and developing applications based on the
@@ -39,7 +39,7 @@
 
 Package: mono-jit
 Provides: cli-virtual-machine
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Suggests: xdg-utils | libgnome2-0 | konqueror
 Depends: ${shlibs:Depends}, ${misc:Depends}, mono-common (= ${binary:Version})
 Description: fast CLI JIT/AOT compiler for Mono
@@ -56,7 +56,7 @@
 
 Package: mono-jit-dbg
 Priority: extra
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Depends: mono-jit (= ${binary:Version})
 Recommends: gdb
 Description: fast CLI JIT/AOT compiler for Mono, debugging symbols
@@ -71,7 +71,7 @@
 Package: mono-utils
 Provides: cil-disassembler
 Section: devel
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Replaces: mono-mcs (<= 1.1.6-4)
 Depends: ${shlibs:Depends}, ${misc:Depends}, libmono0 (<< ${mono:next-upversion}), libmono-corlib1.0-cil
 Suggests: libmono-corlib2.0-cil
@@ -87,7 +87,7 @@
 
 Package: libmono0
 Section: libs
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Replaces: libmono-dev (<= 1.1.6-4)
 Conflicts: mono-utils (<< 1.2.3.1-4)
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -104,7 +104,7 @@
 Package: libmono0-dbg
 Priority: extra
 Section: libdevel
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Depends: libmono0 (= ${binary:Version})
 Recommends: gdb
 Description: libraries for the Mono JIT, debugging symbols
@@ -118,7 +118,7 @@
 
 Package: libmono-dev
 Section: libdevel
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 Depends: libmono0 (= ${binary:Version}), libglib2.0-dev
 Description: libraries for the Mono JIT - Development files
  Header files and static libraries for libmono and libmono-profiler-conv.
@@ -1221,7 +1221,7 @@
 
 Package: mono-jay
 Section: devel
-Architecture: i386 kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
+Architecture: i386 lpia kfreebsd-i386 powerpc amd64 kfreebsd-amd64 ia64 arm armeb armel sparc s390
 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




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