[SCM] supercollider/master: Fix excluded files pattern
fsateler at users.alioth.debian.org
fsateler at users.alioth.debian.org
Thu Sep 28 22:45:50 UTC 2017
The following commit has been merged in the master branch:
commit a8ba58bcb2886e607d5fe56c6150d0e62fa115af
Author: Felipe Sateler <fsateler at debian.org>
Date: Thu Sep 28 19:29:48 2017 -0300
Fix excluded files pattern
portaudio changed name, dirs should not end with /
diff --git a/debian/copyright b/debian/copyright
index bb5745f..8de6c1e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -4,11 +4,11 @@ Upstream-Contact: SuperCollider Development Team <sc-dev at lists.bham.ac.uk>
Source: http://supercollider.github.io/
Repackaged, excluding third-party Boost library source
Files-Excluded:
- external_libraries/boost/
- external_libraries/libsndfile/
- external_libraries/simplejson-*/
+ external_libraries/boost
+ external_libraries/libsndfile
+ external_libraries/simplejson-*
external_libraries/icu
- external_libraries/portaudio/bindings/cpp/build
+ external_libraries/portaudio*/bindings/cpp/build
HelpSource/prettify.js
Files: *
--
supercollider packaging
More information about the pkg-multimedia-commits
mailing list