* debian/genchanges.sh: Only run gpg/pgp if available. Closes: #209358.
* debian/fuse-module.control: Fixed typo (fuse-module instead of
fule-module). Closes: #212576.
+fuse (1.0-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/genchanges.sh: Only run gpg/pgp if available. Closes: #209358.
+ * debian/fuse-module.control: Fixed typo (fuse-module instead of
+ fule-module). Closes: #212576.
+
+ -- Roland Bauerschmidt <rb@debian.org> Tue, 7 Oct 2003 18:00:23 +0200
+
fuse (0.95-1) unstable; urgency=low
* Initial Release.
Package: fuse-module-${kvers}
Section: misc
Architecture: any
-Provides: fule-module
+Provides: fuse-module
Depends: kernel-image-${kvers} (= ${kversdeb})
Recommends: fuse-utils
Description: Filesystem in USErspace (kernel module)
dpkg-genchanges -b ${maint:+-e"$maint"} -u"$KSRC/.." \
-ldebian/changelog.tmp \
-cdebian/control.tmp > "$chfile.pt"
-if test -e "${GNUPGHOME:-$HOME/.gnupg/secring.gpg}"; then
+if test -e "${GNUPGHOME:-$HOME/.gnupg/secring.gpg}" && test -x /usr/bin/gpg; then
gpg -ast ${email:+-u"$email"} \
--clearsign < "$chfile.pt" > "$chfile"
-else
+elif test -x /usr/bin/pgp; then
pgp -fast ${email:+-u"$email"} +clearsig=on \
< "$chfile.pt" > "$chfile"
fi