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

Micah Anderson micah at alioth.debian.org
Sat Mar 6 19:29:38 UTC 2010


Author: micah
Date: 2010-03-06 19:29:38 +0000 (Sat, 06 Mar 2010)
New Revision: 4909

Modified:
   trunk/libcompass-ruby/debian/changelog
   trunk/libcompass-ruby/debian/control
Log:
add depdenency on libfssm

Modified: trunk/libcompass-ruby/debian/changelog
===================================================================
--- trunk/libcompass-ruby/debian/changelog	2010-03-06 18:48:46 UTC (rev 4908)
+++ trunk/libcompass-ruby/debian/changelog	2010-03-06 19:29:38 UTC (rev 4909)
@@ -1,3 +1,9 @@
+libcompass-ruby (0.8.5debian-2) unstable; urgency=low
+
+  * Depend on the libfssm-ruby libraries
+
+ -- Micah Anderson <micah at debian.org>  Sat, 06 Mar 2010 13:38:39 -0500
+
 libcompass-ruby (0.8.5debian-1) unstable; urgency=low
 
   * repack upstream source to remove license amigious 

Modified: trunk/libcompass-ruby/debian/control
===================================================================
--- trunk/libcompass-ruby/debian/control	2010-03-06 18:48:46 UTC (rev 4908)
+++ trunk/libcompass-ruby/debian/control	2010-03-06 19:29:38 UTC (rev 4909)
@@ -11,7 +11,7 @@
 
 Package: libcompass-ruby
 Architecture: all
-Depends: libruby1.8, libhaml-ruby, ${misc:Depends}
+Depends: libruby1.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, ruby1.8, ${misc:Depends}
+Depends: libruby1.8, 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