[svn-inject] Applying Debian modifications to trunk
[manu/libnss-mysql-bg.git] / debian / control
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..babb5d4
--- /dev/null
@@ -0,0 +1,22 @@
+Source: libnss-mysql-bg
+Section: admin
+Priority: optional
+Maintainer: Emmanuel Lacour <elacour@home-dn.net>
+Build-Depends: debhelper (>> 4.0.0), libmysqlclient12-dev
+Standards-Version: 3.6.1
+
+Package: libnss-mysql-bg
+Architecture: any
+Depends: ${shlibs:Depends}
+Suggests: mysql-server, libpam-mysql
+Conflicts: libnss-mysql
+Description: NSS module for using MySQL as a naming service
+ libnss-mysql-bg provides a Name Service Switch module that allows MySQL
+ to act as a name service.
+ . 
+ Its configuration is very flexible by allowing to set an SQL query per NSS
+ call (getpwnam, getpwuid, ...). You would use it instead of the other
+ "libnss-mysql" package for building a NSS over an existing database (used for
+ another purpose like groupware, ...).
+ .
+ It currently supports storage of passwd, group and shadow informations.