[DRE-commits] r4962 - trunk/libcompass-ruby/debian

Micah Anderson micah at alioth.debian.org
Fri Mar 19 04:04:13 UTC 2010


Author: micah
Date: 2010-03-19 04:04:09 +0000 (Fri, 19 Mar 2010)
New Revision: 4962

Modified:
   trunk/libcompass-ruby/debian/changelog
   trunk/libcompass-ruby/debian/control
Log:
fix binary package dependency to be on libcompass-ruby1.8

Modified: trunk/libcompass-ruby/debian/changelog
===================================================================
--- trunk/libcompass-ruby/debian/changelog	2010-03-19 04:00:55 UTC (rev 4961)
+++ trunk/libcompass-ruby/debian/changelog	2010-03-19 04:04:09 UTC (rev 4962)
@@ -1,3 +1,9 @@
+libcompass-ruby (0.8.5debian-4) unstable; urgency=low
+
+  * Fix dependency for libcompass-ruby to be libcompass-ruby1.8 
+
+ -- Micah Anderson <micah at debian.org>  Fri, 19 Mar 2010 00:02:53 -0400
+
 libcompass-ruby (0.8.5debian-3) unstable; urgency=low
 
   * Fix binary load path and framework default directory

Modified: trunk/libcompass-ruby/debian/control
===================================================================
--- trunk/libcompass-ruby/debian/control	2010-03-19 04:00:55 UTC (rev 4961)
+++ trunk/libcompass-ruby/debian/control	2010-03-19 04:04:09 UTC (rev 4962)
@@ -11,7 +11,7 @@
 
 Package: libcompass-ruby
 Architecture: all
-Depends: libruby1.8, libhaml-ruby, libfssm-ruby, ${misc:Depends}
+Depends: libcompass-ruby1.8, libhaml-ruby, libfssm-ruby, ${misc:Depends}
 Description: Compass is a SASS-based stylesheet authoring tool
  Compass is a stylesheet authoring tool that uses the Sass stylesheet
  language to make your stylesheets smaller and your web site easier to
@@ -24,7 +24,7 @@
 
 Package: libcompass-ruby1.8
 Architecture: all
-Depends: libruby1.8, libhaml-ruby1.8, libfssm-ruby1.8, ruby1.8, ${misc:Depends}
+Depends: libhaml-ruby1.8, libfssm-ruby1.8, ruby1.8, ${misc:Depends}
 Description: Compass is a SASS-based stylesheet authoring tool (Ruby 1.8)
  Compass is a stylesheet authoring tool that uses the Sass stylesheet
  language to make your stylesheets smaller and your web site easier to




More information about the Pkg-ruby-extras-commits mailing list