Package: dchanges
Version: 3.1
dchanges needs the following:
--- /usr/bin/dchanges.old Thu Apr 18 20:34:35 1996
+++ /usr/bin/dchanges Thu Apr 18 20:35:47 1996
@@ -103,6 +103,7 @@
do_syntax $OUTFILE
[ "$POPTION" = FALSE ] && do_pgp $OUTFILE
fi
+ return 0
}
function do_pgp
It should return 0 on success. That makes it nice to use in Makefiles.
Guy