oh, right, symlinks are hard to represent in diffs...
authorBdale Garbee <bdale@gag.com>
Tue, 18 May 2010 20:10:42 +0000 (14:10 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 18 May 2010 20:10:42 +0000 (14:10 -0600)
debian/rules
src [deleted symlink]

index 12e9e6bde0a3333269a52ca0546924a57ed447a3..cf973795c6afa1e3dec39f0bc79259ed788d5fd0 100755 (executable)
@@ -13,6 +13,7 @@
        dh  $@
 
 override_dh_auto_build:
+       ln -sf . src
        ant deploy_bin
 
 #override_dh_auto_install:
diff --git a/src b/src
deleted file mode 120000 (symlink)
index 945c9b4..0000000
--- a/src
+++ /dev/null
@@ -1 +0,0 @@
-.
\ No newline at end of file