--- a/debian/rules Thu Sep 01 12:28:28 2011 +0200
+++ b/debian/rules Fri Sep 02 01:13:25 2011 +0200
@@ -7,24 +7,11 @@
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-SHELL=/bin/bash
-
-core=debian/littlebird-tc-core
-sql=debian/littlebird-tc-sql
-
+export DH_VERBOSE=1
%:
dh $@
-override_dh_auto_install:
- # tc core -> ${core}
- install -d -m 0755 ${core}/srv/www/littlebird
- rsync -a LittleBird/encoded/LittleBird-Test/{CA,library,TrustCenter} ${core}/srv/www/littlebird/
- # tc sql -> ${sql}
- install -d -m 0755 ${sql}/usr/share/littlebird/tc-sql/
- rsync -a LittleBird/encoded/LittleBird-Test/Database/ ${sql}/usr/share/littlebird/tc-sql/
-
+# to speed up things during build process
override_dh_strip: ; true
override_dh_shlibdeps: ; true