[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r894 ./packages/openofficeorg/2.3/experimental: - fixed typo



------------------------------------------------------------
revno: 894
committer: Mirco Bauer <meebey@debian.org>
branch nick: experimental
timestamp: Mon 2007-09-24 00:49:11 +0200
message:
  - fixed typo
  - added mono-jit-dbg and mono-dbg to suggested debug packages
modified:
  changelog
  rules
=== modified file 'changelog'
--- a/changelog	2007-09-23 22:40:17 +0000
+++ b/changelog	2007-09-23 22:49:11 +0000
@@ -8,6 +8,7 @@
   * debian/rules:
     - use LC_ALL=C instead of LANG=C for date call, else LC_ALL or LC_TIME
       might override it.
+    - added mono-jit-dbg and mono-dbg to suggest list for debug packages
   * debian/control.mono.in:
     - enhanced package description
 

=== modified file 'rules'
--- a/rules	2007-09-23 22:40:17 +0000
+++ b/rules	2007-09-23 22:49:11 +0000
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 ###################################################################################
-# OpenOffice.org source package rules flie
+# OpenOffice.org source package rules file
 #
 # Please see debian/README for detailed documentation about the build system, and
 # how to build OpenOffice.org.
@@ -445,13 +445,14 @@
 endif
 
 ifeq "$(ENABLE_MONO)" "y"
-	# gmcs for gmcs itself and mkbundle2 and -mcs for mcs itself and al.
+	# mono-gmcs for gmcs itself and mkbundle2
+	# mono-mcs for mcs itself and al
 	BUILD_DEPS += , mono-mcs $(MONO_MINVER) [$(OOO_MONO_ARCHS)], mono-gmcs $(MONO_MINVER) [$(OOO_MONO_ARCHS)], libmono-dev $(MONO_MINVER) [$(OOO_MONO_ARCHS)], mono-utils $(MONO_MINVER) [$(OOO_MONO_ARCHS)], cli-common-dev (>= 0.4.4) [$(OOO_MONO_ARCHS)]
 	# http://pkg-mono.alioth.debian.org/cli-policy/ch-mono.html#s7.3
 	MONO_SHARED_DIR = $(CURDIR)
 	export MONO_SHARED_DIR
 	CONFIGURE_FLAGS+= --enable-mono
-	DBG_DBG_SUGGESTS += , libmono0-dbg [$(OOO_MONO_ARCHS)]
+	DBG_DBG_SUGGESTS += , mono-jit-dbg [$(OOO_MONO_ARCHS)], libmono0-dbg [$(OOO_MONO_ARCHS)], mono-dbg [$(OOO_MONO_ARCHS)]
 else
 	CONFIGURE_FLAGS+= --disable-mono
 endif


Reply to: