X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=build-debpkg.sh;h=6f05b9456c93642a95b3d9e2a68763e04e26e1d1;hb=refs%2Fchanges%2F81%2F7481%2F1;hp=62a1fd835488ab63de9d0717fe6fb51dc7a1464f;hpb=4e6628ec4e7f879feca0e87d57e87b08cf481a2e;p=osm%2FLW-UI.git diff --git a/build-debpkg.sh b/build-debpkg.sh index 62a1fd8..6f05b94 100755 --- a/build-debpkg.sh +++ b/build-debpkg.sh @@ -14,8 +14,9 @@ # License for the specific language governing permissions and limitations # 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_DIRECTORIES="authosm descriptorhandler instancehandler lib projecthandler sdnctrlhandler sf_t3d static template userhandler vimhandler packagehandler netslicehandler wimhandler" +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"