[Pkg-crosswire-devel] [Branch ~pkgcrosswire/libsword/main] Rev 41: Add comments to debian/rules about why we remove files in get-orig-source rule.
noreply at launchpad.net
noreply at launchpad.net
Sat May 23 21:48:09 BST 2009
------------------------------------------------------------
revno: 41
committer: Jonathan Marsden <jmarsden at fastmail.fm>
branch nick: main
timestamp: Sat 2009-05-23 13:30:30 -0700
message:
Add comments to debian/rules about why we remove files in get-orig-source rule.
modified:
debian/rules
=== modified file 'debian/rules'
--- debian/rules 2009-05-23 03:03:51 +0000
+++ debian/rules 2009-05-23 20:30:30 +0000
@@ -57,7 +57,9 @@
# regex.c and regex.h are GNU C library files
rm $(TEMP_DIR)/$(SOURCE_DIR)/src/utilfuns/regex.c
rm $(TEMP_DIR)/$(SOURCE_DIR)/include/regex.h
+ # src/utilfuns/win32/* are a non-free dirent for Windows
rm -r $(TEMP_DIR)/$(SOURCE_DIR)/src/utilfuns/win32
+ # stdsoap.h is non-free
rm $(TEMP_DIR)/$(SOURCE_DIR)/bindings/gsoap/include/stdsoap.h
repack-source: remove-unwanted-files
--
Main packaging branch
https://code.launchpad.net/~pkgcrosswire/libsword/main
Your team Crosswire Packaging Team is subscribed to branch lp:libsword.
To unsubscribe from this branch go to https://code.launchpad.net/~pkgcrosswire/libsword/main/+edit-subscription.
More information about the Pkg-crosswire-devel
mailing list