From 124bccf49c41e6747d4942f1dd338d3673c7d515 Mon Sep 17 00:00:00 2001 From: Karl Ramm Date: Sat, 28 Sep 2013 19:22:44 -0400 Subject: rename zephyr python modules to zephyr_ctypes Having more plausible claimants to the title of "python zephyr module" installed was interfering with builds. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index eba0709..e931af8 100755 --- a/debian/rules +++ b/debian/rules @@ -130,7 +130,7 @@ install: build cp -rp debian/tmp/etc/zephyr/acl debian/tmp-$$dir/etc/zephyr; \ done mkdir -p debian/tmp/usr/lib/python2.5/site-packages - install -c -m 644 python/zephyr.py debian/tmp/usr/lib/python2.5/site-packages + install -c -m 644 python/zephyr_ctypes.py debian/tmp/usr/lib/python2.5/site-packages # Build architecture-independent files here. # Pass -i to all debhelper commands in this target to reduce clutter. -- cgit v1.2.3