[DRE-commits] r4488 - trunk/libsexp-processor-ruby/debian
Tobias Grimm
tiber-guest at alioth.debian.org
Tue Dec 29 13:57:58 UTC 2009
Author: tiber-guest
Date: 2009-12-29 13:57:58 +0000 (Tue, 29 Dec 2009)
New Revision: 4488
Modified:
trunk/libsexp-processor-ruby/debian/changelog
trunk/libsexp-processor-ruby/debian/control
Log:
Conflict with libparsetree-ruby <= 2.2.1-2 (Closes: #561462)
Modified: trunk/libsexp-processor-ruby/debian/changelog
===================================================================
--- trunk/libsexp-processor-ruby/debian/changelog 2009-12-28 14:36:35 UTC (rev 4487)
+++ trunk/libsexp-processor-ruby/debian/changelog 2009-12-29 13:57:58 UTC (rev 4488)
@@ -1,3 +1,9 @@
+libsexp-processor-ruby (3.0.3-3) unstable; urgency=low
+
+ * Conflict with libparsetree-ruby <= 2.2.1-2 (Closes: #561462)
+
+ -- Tobias Grimm <etobi at debian.org> Tue, 29 Dec 2009 12:31:05 +0100
+
libsexp-processor-ruby (3.0.3-2) unstable; urgency=low
* Run unit test when building package
Modified: trunk/libsexp-processor-ruby/debian/control
===================================================================
--- trunk/libsexp-processor-ruby/debian/control 2009-12-28 14:36:35 UTC (rev 4487)
+++ trunk/libsexp-processor-ruby/debian/control 2009-12-29 13:57:58 UTC (rev 4488)
@@ -11,6 +11,8 @@
Package: libsexp-processor-ruby1.8
Architecture: all
Depends: ruby1.8, ${misc:Depends}
+Conflicts: libparsetree-ruby1.8 (<= 2.2.1-2)
+Replaces: libparsetree-ruby1.8 (<= 2.2.1-2)
Description: brings all the generic sexp processing tools to ruby (ruby 1.8)
sexp_processor branches from ParseTree bringing all the generic sexp
processing tools with it. Sexp, SexpProcessor, Environment, etc.
More information about the Pkg-ruby-extras-commits
mailing list