+sash (3.7-7) unstable; urgency=low
+
+ * Remove /usr/doc/sash symlink if it exists. (closes: #322797)
+ * Fix up debconf dependency, we want debconf | debconf-2.0
+
+ -- Tollef Fog Heen <tfheen@debian.org> Thu, 1 Sep 2005 07:52:20 +0200
+
sash (3.7-6) unstable; urgency=high
* Tighten zlib build-deps to fix security issue (closes: #318069)
Architecture: any
Section: shells
Priority: optional
-Depends: lockfile-progs, passwd (>= 1:4.0.3-10), debconf
+Depends: lockfile-progs, passwd (>= 1:4.0.3-10), ${shlibs:Depends}, ${misc:Depends}
Conflicts: fileutils (<<4.0-1)
-Suggests: doc-debian, debconf
+Suggests: doc-debian
Description: Stand-alone shell
sash serves as an interactive substitute for /bin/sh, for use when
/bin/sh is unusable. It's statically linked, and includes many standard
/usr/sbin/add-shell /bin/sash
fi
+# Make sure we get rid of any stuff in /usr/doc
+if [ -L "/usr/doc/sash" ]; then
+ rm -f "/usr/doc/sash"
+fi
+
+
#DEBHELPER#