[Python-modules-commits] r25817 - in packages/lightblue/trunk/debian (README.source rules)

diane-guest at users.alioth.debian.org diane-guest at users.alioth.debian.org
Wed Sep 11 02:59:30 UTC 2013


    Date: Wednesday, September 11, 2013 @ 02:58:47
  Author: diane-guest
Revision: 25817

Remove OS X specific example as it can't be easily built on Debian.

Modified:
  packages/lightblue/trunk/debian/README.source
  packages/lightblue/trunk/debian/rules

Modified: packages/lightblue/trunk/debian/README.source
===================================================================
--- packages/lightblue/trunk/debian/README.source	2013-09-11 02:31:08 UTC (rev 25816)
+++ packages/lightblue/trunk/debian/README.source	2013-09-11 02:58:47 UTC (rev 25817)
@@ -5,4 +5,7 @@
 used an archival tool that included the MacOS resource
 fork as a small hidden file for every file in the archive.
 
+I also removed the examples/LightAquaBlue as it requires
+binaries from the OS X build system.
+
  -- Diane Trout <diane at ghic.org>, Wed, 21 Aug 2013 20:54:38 -0700

Modified: packages/lightblue/trunk/debian/rules
===================================================================
--- packages/lightblue/trunk/debian/rules	2013-09-11 02:31:08 UTC (rev 25816)
+++ packages/lightblue/trunk/debian/rules	2013-09-11 02:58:47 UTC (rev 25817)
@@ -27,7 +27,9 @@
 	|| $(RM) -r $(PKG)-$(VER)
 	@echo "# cleaning up..."
 	cd $(PKG)-$(VER) \
-	&& find . -depth -type f -name '.*' -exec $(RM) -r {} \; -printf 'removed %p\n'
+	&& find . -depth -type f -name '.*' -exec $(RM) -r {} \; -printf 'removed %p\n' \
+	&& $(RM) -r examples/LightAquaBlue
+	@echo 'Removed examples/LightAquaBlue'
 	@echo "# Packing..."
 	find -L "$(PKG)-$(VER)" -xdev -type f -print | sort \
 	| XZ_OPT="-6v" tar -caf "$(PKG)_$(VER)$(DTYPE).orig.tar.xz" -T- --owner=root --group=root --mode=a+rX \




More information about the Python-modules-commits mailing list