Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
New prerelease 3 (on top of 3.194)
  • Loading branch information
Klink committed Mar 22, 2015
1 parent aa3e9e1 commit 54eb20f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LATESTIS
@@ -1,2 +1,2 @@
194
2
3
6 changes: 6 additions & 0 deletions debian/changelog.full
@@ -1,3 +1,9 @@
stalag13-utils (3.194+3-20150322) unstable; urgency=low

* Upstream prerelease

-- Mathieu Roy <klink@bender.stalag13.ici> Sun, 22 Mar 2015 14:49:51 +0100

stalag13-utils (3.194+2-20150322) unstable; urgency=low

* Upstream prerelease
Expand Down
4 changes: 2 additions & 2 deletions etc/bashrc.d/stalag13-60-pdf2scan.sh
Expand Up @@ -14,7 +14,7 @@ function scan2pdf1 {
pnmtops -width 8.263 -height 11.69 -imagewidth 8.263 -imageheight 11.69 -dpi $SCAN2PDF_DPI "$FILE".pnm > "$FILE".ps
# beep when scanning is done
beep -f 100 -l 25
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -sOutputFile="$FILE".pdf "$FILE".ps
gs -q -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dPDFSETTINGS=/ebook -dNOPAUSE -dBATCH -sOutputFile="$FILE".pdf "$FILE".ps
rm -f "$FILE".pnm "$FILE".ps
}

Expand All @@ -24,7 +24,7 @@ function pdfmerge {
[ "$ENDFILE" == "" ] && echo "filename: " && read ENDFILE
[ -e "$ENDFILE".pdf ] && return
echo -e "merging \033[1;34m$ENDFILE*\033[0m..."
gs -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile="$ENDFILE".pdf -f "$ENDFILE"*.pdf
gs -q -sDEVICE=pdfwrite -dNOPAUSE -dBATCH -sOutputFile="$ENDFILE".pdf -f "$ENDFILE"*.pdf
# beep when done
beep -f 100 -l 100
# optional: remove files passed as arguments, if any
Expand Down

0 comments on commit 54eb20f

Please sign in to comment.