[SCM] jackd2/master: Strip .DS_Store, an OSX specific folder db.

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon Nov 1 14:43:35 UTC 2010


The following commit has been merged in the master branch:
commit 7579d331abb131b6ed13da093062cbe0c36a477b
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon Nov 1 15:40:06 2010 +0100

    Strip .DS_Store, an OSX specific folder db.

diff --git a/.DS_Store b/.DS_Store
deleted file mode 100644
index da3e85f..0000000
Binary files a/.DS_Store and /dev/null differ
diff --git a/debian/rules b/debian/rules
index 9bedf1a..6c49d99 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./macosx/libcelt.a ./macosx/libportaudio.a
 # unneeded sources copyright-protected without licence
 DEB_UPSTREAM_REPACKAGE_EXCLUDES += ./windows/**.rc
 
+# pure garbage in upstream tarball
+DEB_UPSTREAM_REPACKAGE_EXCLUDES += .DS_Store
+
 # ignore oddly packaged bzip2 archive to not upset dpkg
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./waf|\./debian/(changelog|copyright(|_hints|_newhints))$
 

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list