summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJo Shields <directhex@apebox.org>2013-10-27 14:09:11 +0000
committerJo Shields <directhex@apebox.org>2013-10-27 14:09:11 +0000
commitb6e4975cf7523d3e571a07b246d8502d749aafea (patch)
tree2d51a2844aab49246c0be7a087f42fdae91f57a0
parenta87c24d45d03bbbd9123570e5b7763aa16aa16d1 (diff)
downloadmono-b6e4975cf7523d3e571a07b246d8502d749aafea.tar.gz
Fix package descriptions to not mention SPARC or IA64, and exchange S/390 with S/390x
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 0fa3a50bcd..36f23f092f 100644
--- a/debian/control
+++ b/debian/control
@@ -44,8 +44,8 @@ Description: Mono runtime
This package contains the Virtual Machine, JIT (Just-in-Time) and
AOT (Ahead-of-Time) code generator "mono".
"mono" executes applications for the CLI (Common Language Infrastructure).
- Mono currently only supports the X86, PowerPC, ARM, SPARC, S/390, AMD64 and
- IA64 architectures. Optionally this package configures BINFMT support.
+ Mono currently only supports the X86, PowerPC, ARM, S/390x and AMD64
+ architectures. Optionally this package configures BINFMT support.
Package: mono-runtime-sgen
Architecture: amd64 armel i386 kfreebsd-amd64 kfreebsd-i386 s390x
@@ -63,8 +63,8 @@ Description: Mono runtime - SGen (experimental)
This package contains the Virtual Machine, JIT (Just-in-Time) and
AOT (Ahead-of-Time) code generator "mono-sgen".
mono-sgen executes applications for the CLI (Common Language Infrastructure).
- Mono currently only supports the X86, PowerPC, ARM, SPARC, S/390, AMD64 and
- IA64 architectures.
+ Mono currently only supports the X86, PowerPC, ARM, S/390x and AMD64
+ architectures.
.
This package uses SGen which is Mono's new simple generational garbage
collector instead of Boehm's conservative garbage collector. SGen is