Codebase list texinfo / debian/5.2.0.dfsg.1-6
fix bashism in update-info-dir (Closes: #772338) Norbert Preining 9 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 texinfo (5.2.0.dfsg.1-6) unstable; urgency=medium
1
2 * fix bashism in update-info-dir (Closes: #772338)
3
4 -- Norbert Preining <preining@debian.org> Sun, 07 Dec 2014 21:13:29 +0900
5
06 texinfo (5.2.0.dfsg.1-5) unstable; urgency=medium
17
28 * mention texinfo-doc-nonfree in the info man page (Closes: #752731)
6464 ;;
6565 *)
6666 install-info "$file" "$INFODIR/dir" || {
67 errors=$[errors+1]
67 errors=$((errors+1))
6868 }
6969 ;;
7070 esac