[Pkg-phototools-commits] [SCM] openimageio branch, master, updated. debian/1.1.11+dfsg0-1-9-g864ff6c

Matteo F. Vescovi mfv.debian at gmail.com
Mon Jun 24 09:46:31 UTC 2013


The following commit has been merged in the master branch:
commit 7e334afe7726003d4634e98872d2a1ce8840501e
Author: Matteo F. Vescovi <mfv.debian at gmail.com>
Date:   Mon Jun 24 11:00:07 2013 +0200

    debian/repack.sh: missing "gzip" filetype added

diff --git a/debian/repack.sh b/debian/repack.sh
index 4d1d55d..6c4aa67 100755
--- a/debian/repack.sh
+++ b/debian/repack.sh
@@ -138,7 +138,7 @@ real_mv "$UP_BASE" "$DIR/$REPACK_DIR"
 # .gz or .bz2?
 FILETYPE=$(file --brief --mime-type --dereference "$FILE")
 case "$FILETYPE" in
-    application/x-gzip|application/zip)
+    application/x-gzip|application/gzip|application/zip)
         C_PROGRAM="gzip"
         C_SUFFIX="gz"
         ;;
@@ -147,7 +147,7 @@ case "$FILETYPE" in
         C_SUFFIX="bz2"
         ;;
     *)
-        echo "E: Unknown filetye $FILETYPE"
+        echo "E: Unknown filetype $FILETYPE"
         exit 1
         ;;
 esac

-- 
OpenImageIO packaging



More information about the Pkg-phototools-commits mailing list