[Pkg-cli-apps-commits] r5172 - in /packages/gbrainy/trunk/debian: changelog rules
rainct-guest at users.alioth.debian.org
rainct-guest at users.alioth.debian.org
Sat Jan 2 01:05:02 UTC 2010
Author: rainct-guest
Date: Sat Jan 2 01:05:00 2010
New Revision: 5172
URL: http://svn.debian.org/wsvn/pkg-cli-apps/?sc=1&rev=5172
Log:
* debian/rules:
- Change "csc" to "mono-csc", transition because of the chicken scheme
compiler conflict (Closes: 562329).
Modified:
packages/gbrainy/trunk/debian/changelog
packages/gbrainy/trunk/debian/rules
Modified: packages/gbrainy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/changelog?rev=5172&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/changelog (original)
+++ packages/gbrainy/trunk/debian/changelog Sat Jan 2 01:05:00 2010
@@ -1,3 +1,11 @@
+gbrainy (1.20-2) unstable; urgency=low
+
+ * debian/rules:
+ - Change "csc" to "mono-csc", transition because of the chicken scheme
+ compiler conflict (Closes: 562329).
+
+ -- Siegfried-Angel Gevatter Pujals <rainct at ubuntu.com> Sat, 02 Jan 2010 02:05:36 +0100
+
gbrainy (1.20-1) unstable; urgency=low
[ Jo Shields ]
Modified: packages/gbrainy/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-apps/packages/gbrainy/trunk/debian/rules?rev=5172&op=diff
==============================================================================
--- packages/gbrainy/trunk/debian/rules (original)
+++ packages/gbrainy/trunk/debian/rules Sat Jan 2 01:05:00 2010
@@ -7,8 +7,8 @@
include /usr/share/cdbs/1/rules/simple-patchsys.mk
DEB_INSTALL_DOCS_ALL = ./NEWS ./README
-DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/csc
-DEB_CONFIGURE_EXTRA_FLAGS += CSC=/usr/bin/csc
+DEB_CONFIGURE_EXTRA_FLAGS += MCS=/usr/bin/mono-csc
+DEB_CONFIGURE_EXTRA_FLAGS += CSC=/usr/bin/mono-csc
MAKEFILE = $(firstword $(MAKEFILE_LIST))
DEBIAN_DIR = $(dir $(MAKEFILE))
More information about the Pkg-cli-apps-commits
mailing list