From: rmurray <> Date: Thu, 13 Mar 2003 03:34:38 +0000 (+0000) Subject: rebuild for woody X-Git-Tag: debian_userdir-ldap_0-3-7~70 X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fuserdir-ldap.git;a=commitdiff_plain;h=44c3064f527a896dc394e527d94e4646afe21365 rebuild for woody --- diff --git a/debian/changelog b/debian/changelog index 75f891d..07d47a5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ userdir-ldap (0.3.3) unstable; urgency=low - * Add support for chroot updating to ud-replicate + * Rebuild for python2.1 and woody - -- Ryan Murray Mon, 26 Aug 2002 23:55:50 -0600 + -- Ryan Murray Wed, 12 Mar 2003 21:30:12 -0700 userdir-ldap (0.3.2) unstable; urgency=low diff --git a/debian/control b/debian/control index 093c78a..7f666fa 100644 --- a/debian/control +++ b/debian/control @@ -2,17 +2,18 @@ Source: userdir-ldap Section: admin Priority: optional Maintainer: Jason Gunthorpe -Standards-Version: 2.5.0.0 +Build-Depends-Indep: debhelper, wml, python +Standards-Version: 3.5.8.0 Package: userdir-ldap Architecture: all Depends: ${python:Depends}, python-ldap, perl5, procmail -Suggests: libnet-ldap-perl, libcrypt-blowfish-perl, gnupg (>= 1.0.3), python-net, python-gdbm, libdate-manip-perl, liburi-perl, libnet-ldap-perl +Suggests: libnet-ldap-perl, libcrypt-blowfish-perl, gnupg (>= 1.0.3), python-net, python-gdbm, libdate-manip-perl, liburi-perl Description: Login User Directory in LDAP support scripts - These scripts simplifiy the creation and management of a LDAP based user - directory. Included are scripts to import existing passwd, group and shadow - files as well as a 'chfn' like script to allow users and admins to edit - their entries. - . - Finally a script to associate GPG/PGP key finger prints with each user is - provided, assuming a secure trusted keyring for the domain also exists. + These scripts simplifiy the creation and management of a LDAP based user + directory. Included are scripts to import existing passwd, group and shadow + files as well as a 'chfn' like script to allow users and admins to edit + their entries. + . + Finally a script to associate GPG/PGP key finger prints with each user is + provided, assuming a secure trusted keyring for the domain also exists. diff --git a/debian/rules b/debian/rules index cac28fb..b1b4e55 100755 --- a/debian/rules +++ b/debian/rules @@ -11,12 +11,14 @@ pysite:=usr/lib/python$(pyversion)/site-packages build: dh_testdir + $(MAKE) -C web touch build clean: dh_testdir -rm -f build -find . -name '*.py[co]' | xargs rm -f + $(MAKE) -C web clean -rm -rf $(i) debian/files* core debian/substvars instdirs = \ @@ -58,6 +60,7 @@ binary-indep: build chmod 644 $(i)/etc/userdir-ldap/generate.conf install -m 644 templates/*-* $(i)/etc/userdir-ldap/templates/ + dh_installchangelogs dh_installmanpages dh_fixperms --exclude=web-cookies dh_compress