]> arthur.barton.de Git - netatalk.git/commitdiff
Changes from 1.5pre6-2.
authorsrittau <srittau>
Tue, 1 May 2001 16:17:54 +0000 (16:17 +0000)
committersrittau <srittau>
Tue, 1 May 2001 16:17:54 +0000 (16:17 +0000)
distrib/debian/changelog
distrib/debian/control
distrib/debian/netatalk.undocumented
distrib/debian/rules

index f037a08f4553552828cc48c75ec4894c09023064..b777ed429bb18c4fc4d141501907c82097271932 100644 (file)
@@ -1,3 +1,28 @@
+netatalk (1.5pre6-2) unstable; urgency=low
+
+  * This version will hopefully clean up the version mess, I created.
+  * Conforms to standards-version 3.5.3.0 (no changes needed).
+  * Link cleanappledouble.pl(1) to undocumented(7).
+  * Removed all hand-crafted {pre,post}{inst,rm} files.
+  * Give files in /etc/netatalk/nls a mode of 0644, instead of 0755. Fixes
+    lintian warnings.
+  * Build-Depends on libdb2-dev do exist since -1. (Closes: #92774)
+  * Distribute missing pagecount.ps. (Closes: #95117)
+  * Compile timelord.
+  * Use --enable-fhs instead of --with-fhs. Should fix some paths.
+  * Compile with shadow support. (Closes: #95186)
+  * Use the pam_unix.so module instead of pam_pwdb.so in /etc/pam.d/netatalk.
+
+ -- Sebastian Rittau <srittau@jroger.in-berlin.de>  Tue,  1 May 2001 03:38:57 +0200
+
+netatalk (1.5pre6-1) unstable; urgency=low
+
+  * New upstream release.
+  * Re-added changes made in 1.4b2+asun2.1.3-8.
+  * Added --prefix=/usr to ./configure options.
+
+ -- Sebastian Rittau <srittau@jroger.in-berlin.de>  Fri, 13 Apr 2001 00:27:47 +0200
+
 netatalk (1.5pre5-3) unstable; urgency=low
 
   * Re-added changes made in 1.4b2+asun2.1.3-8.
@@ -10,8 +35,9 @@ netatalk (1.5pre5-2) unstable; urgency=low
   * Removed patches/uams_dhx_pam.c.patch as it was applied upstream.
   * Some documentation files were moved into the doc subdirectory.
   * Added more documentation files.
+  * Added some temporary build fixes.
 
- -- Sebastian Rittau <srittau@jroger.in-berlin.de>  Wed,  7 Mar 2001 22:52:27 +0100
+ -- Sebastian Rittau <srittau@jroger.in-berlin.de>  Wed,  8 Mar 2001 00:03:30 +0100
 
 netatalk (1.5pre5-1) unstable; urgency=low
 
index 7491b3e4ddd7603a6728b088711d1a20f5982b76..43ae71f18305e2beb131c745b41047fadddef8c6 100644 (file)
@@ -2,7 +2,7 @@ Source: netatalk
 Section: net
 Priority: extra
 Maintainer: Sebastian Rittau <srittau@jroger.in-berlin.de>
-Standards-Version: 3.5.2.0
+Standards-Version: 3.5.3.0
 Build-Depends: debhelper (>= 3.0.0), libdb2-dev, libwrap0-dev, libpam0g-dev, libssl096-dev
 
 Package: netatalk
index 65c67627fab907aed39bce812f423f6e8defa6e8..9c5420c202abda6ee39c3ff27ef7daebc17e5495 100644 (file)
@@ -2,6 +2,7 @@ add_netatalk_printer.1
 apple_cp.1
 apple_mv.1
 apple_rm.1
+cleanappledouble.pl.1
 lp2pap.sh.1
 makecode.1
 nu.1
index 55cc16beeca0cc187450354939b72b633864c057..53c8f8783c410129bb9892c95a0cecb5f45a02da 100755 (executable)
@@ -6,9 +6,9 @@ build: build-stamp
 build-stamp:
        dh_testdir
 
-       ./configure --with-cflags=-O2 \
-               --with-fhs --with-config-dir=/etc/netatalk \
-               --with-tcp-wrappers --mandir=/usr/share/man
+       ./configure --with-cflags=-O2 --with-shadow \
+               --enable-fhs --with-config-dir=/etc/netatalk \
+               --with-tcp-wrappers --mandir=/usr/share/man --prefix=/usr
        $(MAKE)
 
        touch build-stamp