[DRE-commits] r4550 - trunk/libkrb5-ruby/debian

Lucas Nussbaum lucas at alioth.debian.org
Tue Jan 19 08:06:50 UTC 2010


Author: lucas
Date: 2010-01-19 08:06:49 +0000 (Tue, 19 Jan 2010)
New Revision: 4550

Modified:
   trunk/libkrb5-ruby/debian/control
Log:
add misc depends (lintian warning)


Modified: trunk/libkrb5-ruby/debian/control
===================================================================
--- trunk/libkrb5-ruby/debian/control	2010-01-19 08:04:34 UTC (rev 4549)
+++ trunk/libkrb5-ruby/debian/control	2010-01-19 08:06:49 UTC (rev 4550)
@@ -11,7 +11,7 @@
 
 Package: libkrb5-ruby
 Architecture: all
-Depends: libkrb5-ruby1.8
+Depends: libkrb5-ruby1.8, ${shlibs:Depends}, ${misc:Depends}
 Description: Basic Kerberos ruby binding
  Ruby kerberos provides basic Kerberos bindings for ruby which allow
  authentication, password changes, adding principals, and deleting
@@ -22,7 +22,7 @@
 
 Package: libkrb5-ruby1.8
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Basic Kerberos ruby binding (Ruby 1.8)
  Ruby kerberos provides basic Kerberos bindings for ruby which allow
  authentication, password changes, adding principals, and deleting
@@ -32,7 +32,7 @@
 
 Package: libkrb5-ruby1.9.1
 Architecture: any
-Depends: ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Basic Kerberos ruby binding (Ruby 1.9.1)
  Ruby kerberos provides basic Kerberos bindings for ruby which allow
  authentication, password changes, adding principals, and deleting
@@ -43,6 +43,7 @@
 Package: libkrb5-ruby-doc
 Section: doc
 Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: Documentation for libkrb5-ruby
  Ruby kerberos provides basic Kerberos bindings for ruby which allow
  authentication, password changes, adding principals, and deleting




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