[DRE-commits] r4981 - trunk/libfssm-ruby/debian
Micah Anderson
micah at alioth.debian.org
Sat Mar 20 20:49:12 UTC 2010
Author: micah
Date: 2010-03-20 20:49:11 +0000 (Sat, 20 Mar 2010)
New Revision: 4981
Modified:
trunk/libfssm-ruby/debian/changelog
trunk/libfssm-ruby/debian/control
Log:
fix dependencies
Modified: trunk/libfssm-ruby/debian/changelog
===================================================================
--- trunk/libfssm-ruby/debian/changelog 2010-03-20 20:46:17 UTC (rev 4980)
+++ trunk/libfssm-ruby/debian/changelog 2010-03-20 20:49:11 UTC (rev 4981)
@@ -1,6 +1,7 @@
libfssm-ruby (0.1.4-2) unstable; urgency=low
* Fix Build-dependency on ruby1.9.1 (Closes: #574316)
+ * Fix libfssm-ruby dependency on libfssm-ruby1.8
-- Micah Anderson <micah at debian.org> Wed, 17 Mar 2010 12:25:29 -0400
Modified: trunk/libfssm-ruby/debian/control
===================================================================
--- trunk/libfssm-ruby/debian/control 2010-03-20 20:46:17 UTC (rev 4980)
+++ trunk/libfssm-ruby/debian/control 2010-03-20 20:49:11 UTC (rev 4981)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Micah Anderson <micah at debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.8), libsetup-ruby1.8, ruby1.8, ruby1.9
+Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.8), libsetup-ruby1.8, ruby1.8, ruby1.9.1
Standards-Version: 3.8.4
Homepage: http://github.com/ttilley/fssm
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libfssm-ruby/
@@ -11,7 +11,7 @@
Package: libfssm-ruby
Architecture: all
-Depends: libruby1.8, ${misc:Depends}
+Depends: libfssm-ruby1.8, ${misc:Depends}
Description: keeps track via inotify the state paths and fires events when state changes
The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
@@ -22,7 +22,7 @@
Package: libfssm-ruby1.8
Architecture: all
-Depends: libruby1.8, ${misc:Depends}, librb-inotify-ruby1.8
+Depends: ruby1.8, ${misc:Depends}, librb-inotify-ruby1.8
Description: keeps track via inotify the state paths and fires events when state changes
The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
@@ -32,7 +32,7 @@
Package: libfssm-ruby1.9.1
Architecture: all
-Depends: libruby1.9.1, ${misc:Depends}, librb-inotify-ruby1.9.1
+Depends: ruby1.9.1, ${misc:Depends}, librb-inotify-ruby1.9.1
Description: keeps track via inotify the state paths and fires events when state changes
The File System State Monitor keeps track of the state of any number
of paths and will fire events when said state changes
More information about the Pkg-ruby-extras-commits
mailing list