rebuild for woody
authorrmurray <>
Thu, 13 Mar 2003 03:34:38 +0000 (03:34 +0000)
committerrmurray <>
Thu, 13 Mar 2003 03:34:38 +0000 (03:34 +0000)
debian/changelog
debian/control
debian/rules

index 75f891d..07d47a5 100644 (file)
@@ -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 <rmurray@gluck.debian.org>  Mon, 26 Aug 2002 23:55:50 -0600
+ -- Ryan Murray <rmurray@debian.org>  Wed, 12 Mar 2003 21:30:12 -0700
 
 userdir-ldap (0.3.2) unstable; urgency=low
 
index 093c78a..7f666fa 100644 (file)
@@ -2,17 +2,18 @@ Source: userdir-ldap
 Section: admin
 Priority: optional
 Maintainer: Jason Gunthorpe <jgg@debian.org>
-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.
index cac28fb..b1b4e55 100755 (executable)
@@ -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