Fix bug 600: adding .bowerrc file to the deb package

Change-Id: I6703e0f4f4e838c375968a7814d9fe3891857b43
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/build-debpkg.sh b/build-debpkg.sh
index 62a1fd8..db30596 100755
--- a/build-debpkg.sh
+++ b/build-debpkg.sh
@@ -15,7 +15,7 @@
 #    under the License.
 
 PKG_DIRECTORIES="authosm descriptorhandler instancehandler lib projecthandler sdnctrlhandler sf_t3d static template userhandler vimhandler"
-PKG_FILES="bower.json django.ini LICENSE manage.py nginx-app.conf README.md requirements.txt supervisor-app.conf"
+PKG_FILES="bower.json django.ini LICENSE manage.py nginx-app.conf README.md requirements.txt supervisor-app.conf .bowerrc"
 MDG_NAME=lightui
 DEB_INSTALL=debian/osm-${MDG_NAME}.install
 export DEBEMAIL="gerardo.garciadeblas@telefonica.com"