summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Debian5
-rwxr-xr-xdebian/rules3
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index d745c03..fbd8207 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,3 +1,8 @@
+The Debian source package does not ship any of the xcode templates since
+they also include non-free resources like the ones below.
+
+ -- James Cowgill <james410@cowgill.org.uk> Fri, 14 Sep 2013 12:00:43 +0100
+
The Debian documentation package ships some samples that won't run out
of the box. This is because the data files aren't free (and for some
of them it's questionable if it's even allowed to distribute them). To
diff --git a/debian/rules b/debian/rules
index 486dc95..49a8f04 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,8 @@ $(PKG)_$(VER)$(DTYPE).orig.tar.xz:
cd $(PKG)-$(VER) \
&& $(RM) -r -v \
extlibs/ \
- examples/*/resources/
+ examples/*/resources/ \
+ tools/xcode
#$(RM) -v $(PKG)_$(VER).orig.tar.*
@echo "# Packing..."
find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \