]> arthur.barton.de Git - netatalk.git/commitdiff
* Use ./configure --sysconfdir instead of --with-config-dir.
authorsrittau <srittau>
Wed, 9 May 2001 23:57:25 +0000 (23:57 +0000)
committersrittau <srittau>
Wed, 9 May 2001 23:57:25 +0000 (23:57 +0000)
  * Upstream package does now install PAM file in the correct directory.
    Removed rule, correcting this from Debian rules file.

distrib/debian/changelog
distrib/debian/rules

index 5a05b333433f65b440caea6fcd1832c0c9edba3f..62248c2219fd94380d2cbcba0b780b92744b6712 100644 (file)
@@ -1,8 +1,11 @@
 netatalk (1.5pre6-2cvs) unstable; urgency=medium
 
   * Non-DSFG free code was removed. Copyright notice was changed accordingly.
+  * Use ./configure --sysconfdir instead of --with-config-dir.
+  * Upstream package does now install PAM file in the correct directory.
+    Removed rule, correcting this from Debian rules file.
 
- -- Sebastian Rittau <srittau@jroger.in-berlin.de>  Sat,  5 May 2001 18:13:50 +0200
+ -- Sebastian Rittau <srittau@jroger.in-berlin.de>  Thu, 10 May 2001 01:52:47 +0200
 
 netatalk (1.5pre6-2) unstable; urgency=low
 
index 53c8f8783c410129bb9892c95a0cecb5f45a02da..259f874c423b77b2642c06fb8b88a0a82dcd1b54 100755 (executable)
@@ -7,7 +7,7 @@ build-stamp:
        dh_testdir
 
        ./configure --with-cflags=-O2 --with-shadow \
-               --enable-fhs --with-config-dir=/etc/netatalk \
+               --enable-fhs --sysconfdir=/etc/netatalk \
                --with-tcp-wrappers --mandir=/usr/share/man --prefix=/usr
        $(MAKE)
 
@@ -37,9 +37,6 @@ binary-arch: build
        dh_undocumented
        dh_installchangelogs ChangeLog
 
-       # Move PAM config file to PAM directory.
-       mv debian/tmp/etc/netatalk/netatalk.pamd debian/tmp/etc/pam.d/netatalk
-
        # Manually remove a header file that is shipped with glibc and
        # the Linux Kernel.
        rm debian/tmp/usr/include/netatalk/at.h