[SCM] rtmidi/master: Various improvements to the repackaging mechanism.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat May 3 22:44:10 UTC 2014


The following commit has been merged in the master branch:
commit c326a0ab0f6ccdd3a61d41e1a9dee7fd3747ebcb
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat May 3 22:38:38 2014 +0100

    Various improvements to the repackaging mechanism.

diff --git a/debian/repack.local b/debian/repack.local
index c04425e..016f1fc 100644
--- a/debian/repack.local
+++ b/debian/repack.local
@@ -1,6 +1,9 @@
 SUFFIX=~ds0
 rm configure \
+ ._Makefile.in \
  doc/html/ \
  doc/images/ \
  msw/ \
- tests/*.dsp
+ tests/*.dsp \
+ tests/Debug/ \
+ tests/Release/
diff --git a/debian/repack.sh b/debian/repack.sh
index ae71ef5..5b7bda3 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/zip|application/gzip)
         C_PROGRAM="gzip"
         C_SUFFIX="gz"
         ;;

-- 
RtMidi packaging



More information about the pkg-multimedia-commits mailing list