From e3fd2007b057b100e7cf9902e3f907910f6d1b54 Mon Sep 17 00:00:00 2001 From: lo-lan-do <> Date: Sun, 18 Jan 2004 21:54:55 +0000 Subject: [PATCH] Packaging fixes. --- gforge-plugin-ldapextauth/debian/changelog | 4 +-- gforge-plugin-ldapextauth/debian/control | 7 +++- gforge-plugin-ldapextauth/debian/postrm.ex | 38 --------------------- gforge-plugin-ldapextauth/debian/preinst.ex | 38 --------------------- 4 files changed, 8 insertions(+), 79 deletions(-) delete mode 100644 gforge-plugin-ldapextauth/debian/postrm.ex delete mode 100644 gforge-plugin-ldapextauth/debian/preinst.ex diff --git a/gforge-plugin-ldapextauth/debian/changelog b/gforge-plugin-ldapextauth/debian/changelog index 48c29a40f3..8496109c3a 100644 --- a/gforge-plugin-ldapextauth/debian/changelog +++ b/gforge-plugin-ldapextauth/debian/changelog @@ -1,6 +1,6 @@ -gforge-plugin-ldapextauth (0.1-1) UNRELEASED; urgency=low +gforge-plugin-ldapextauth (0.1-1) experimental; urgency=low * First release of the external LDAP authentication plugin. - -- Roland Mas Sun, 14 Dec 2003 21:50:15 +0100 + -- Roland Mas Sun, 18 Jan 2004 22:44:46 +0100 diff --git a/gforge-plugin-ldapextauth/debian/control b/gforge-plugin-ldapextauth/debian/control index 615ce638af..848646c4a7 100644 --- a/gforge-plugin-ldapextauth/debian/control +++ b/gforge-plugin-ldapextauth/debian/control @@ -3,9 +3,14 @@ Section: devel Priority: optional Maintainer: Roland Mas Build-Depends-Indep: debhelper (>> 4.0.0) -Standards-Version: 3.5.8 +Standards-Version: 3.6.1 Package: gforge-plugin-ldapextauth Architecture: all Depends: gforge-common, gforge-db-postgresql | gforge-db, gforge-web-apache | gforge-web Description: A Gforge plugin to authenticate from an external LDAP directory + This plugin allows Gforge to use an external LDAP directory to + authenticate the users. When they first try to log in, their + login-name and password are checked against the LDAP tree. If they + match, the user is transparently inserted into the Gforge database + and authentication proceeds normally from then on. diff --git a/gforge-plugin-ldapextauth/debian/postrm.ex b/gforge-plugin-ldapextauth/debian/postrm.ex deleted file mode 100644 index 4aad00a8bc..0000000000 --- a/gforge-plugin-ldapextauth/debian/postrm.ex +++ /dev/null @@ -1,38 +0,0 @@ -#! /bin/sh -# postrm script for gforge-plugin-moinwiki -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `remove' -# * `purge' -# * `upgrade' -# * `failed-upgrade' -# * `abort-install' -# * `abort-install' -# * `abort-upgrade' -# * `disappear' overwrit>r> -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear) - - - ;; - - *) - echo "postrm called with unknown argument \`$1'" >&2 - exit 1 - -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 diff --git a/gforge-plugin-ldapextauth/debian/preinst.ex b/gforge-plugin-ldapextauth/debian/preinst.ex deleted file mode 100644 index fa69a032ac..0000000000 --- a/gforge-plugin-ldapextauth/debian/preinst.ex +++ /dev/null @@ -1,38 +0,0 @@ -#! /bin/sh -# preinst script for gforge-plugin-moinwiki -# -# see: dh_installdeb(1) - -set -e - -# summary of how this script can be called: -# * `install' -# * `install' -# * `upgrade' -# * `abort-upgrade' -# -# for details, see http://www.debian.org/doc/debian-policy/ or -# the debian-policy package - - -case "$1" in - install|upgrade) - ;; - - abort-upgrade) - ;; - - *) - echo "preinst called with unknown argument \`$1'" >&2 - exit 1 - ;; -esac - -# dh_installdeb will replace this with shell code automatically -# generated by other debhelper scripts. - -#DEBHELPER# - -exit 0 - - -- 2.30.2