[pkg-java] r11776 - trunk/antlr/debian

Torsten Werner twerner at alioth.debian.org
Sun Feb 28 18:05:16 UTC 2010


Author: twerner
Date: 2010-02-28 18:04:55 +0000 (Sun, 28 Feb 2010)
New Revision: 11776

Modified:
   trunk/antlr/debian/changelog
   trunk/antlr/debian/control
   trunk/antlr/debian/rules
Log:
* Use mono-csc as $CSHARPC. (Closes: #571032)
* Add missing ${cli:Depends} to libantlr2.7-cil.

Modified: trunk/antlr/debian/changelog
===================================================================
--- trunk/antlr/debian/changelog	2010-02-28 18:00:44 UTC (rev 11775)
+++ trunk/antlr/debian/changelog	2010-02-28 18:04:55 UTC (rev 11776)
@@ -1,3 +1,10 @@
+antlr (2.7.7-15) unstable; urgency=low
+
+  * Use mono-csc as $CSHARPC. (Closes: #571032)
+  * Add missing ${cli:Depends} to libantlr2.7-cil.
+
+ -- Torsten Werner <twerner at debian.org>  Sun, 28 Feb 2010 18:51:11 +0100
+
 antlr (2.7.7-14) unstable; urgency=low
 
   * Add debian/patches/antlr-cs-signing.patch to sign C# dlls

Modified: trunk/antlr/debian/control
===================================================================
--- trunk/antlr/debian/control	2010-02-28 18:00:44 UTC (rev 11775)
+++ trunk/antlr/debian/control	2010-02-28 18:04:55 UTC (rev 11776)
@@ -70,7 +70,7 @@
 Package: libantlr2.7-cil
 Section: cli-mono
 Architecture: all
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${cli:Depends}
 Recommends: antlr
 Description: language tool for constructing recognizers, compilers etc
  ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is

Modified: trunk/antlr/debian/rules
===================================================================
--- trunk/antlr/debian/rules	2010-02-28 18:00:44 UTC (rev 11775)
+++ trunk/antlr/debian/rules	2010-02-28 18:04:55 UTC (rev 11776)
@@ -29,7 +29,7 @@
 	dh_testdir
 	cp /usr/share/misc/config.* scripts
 	JAVAC='/usr/lib/jvm/default-java/bin/javac -source 1.4' CLASSPATH=`pwd` JAVA=/usr/lib/jvm/default-java/bin/java \
-	CSHARPC=/usr/bin/csc \
+	CSHARPC=mono-csc \
 	./configure \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man 




More information about the pkg-java-commits mailing list