File: control

package info (click to toggle)
activeldap 1.0.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 5,072 kB
  • ctags: 3,792
  • sloc: ruby: 21,452; makefile: 13; sh: 1
file content (38 lines) | stat: -rw-r--r-- 1,534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: activeldap
Section: libs
Priority: optional
Maintainer: Marc Dequènes (Duck) <Duck@DuckCorp.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 5), quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27), ruby (>= 1.8.1), ruby-pkg-tools (>= 0.8)
Build-Depends-Indep: rdoc (>= 1.8.1), graphviz
Standards-Version: 3.8.0.0
Homepage: http://rubyforge.org/projects/ruby-activeldap

Package: libactiveldap-ruby
Architecture: all
Depends: libactiveldap-ruby1.8
Description: an object-oriented interface to LDAP for Ruby
 This is a dependency package, which depends on an ActiveLDAP package
 built for the latest version of Ruby.

Package: libactiveldap-ruby-doc
Section: doc
Architecture: all
Suggests: doc-base
Description: an object-oriented interface to LDAP for Ruby
 This is the Rdoc-generated documentation for ActiveLDAP API.

Package: libactiveldap-ruby1.8
Architecture: all
Depends: libruby1.8, libldap-ruby1.8 (>= 0.8.2), rails, libgettext-ruby1.8
Suggests: liblog4r-ruby1.8 (>= 1.0.4)
Description: an object-oriented interface to LDAP for Ruby
 ActiveLDAP is a wrapper around Ruby/LDAP with its interface inspired
 by ActiveRecord (from the Rails project).
 .
 It dynamically parses the LDAP server’s schema based on the
 objectClasses an entry has. It then exposes the LDAP attributes as
 methods on the object. This means that if you update the objectClass
 on an object, the methods/attributes available for changing are
 automatically updated.