X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=build-debpkg.sh;h=6f05b9456c93642a95b3d9e2a68763e04e26e1d1;hb=refs%2Fchanges%2F81%2F7481%2F1;hp=6af77dbfc9123d843b0c8eb2607e2a7b3ac9f7a8;hpb=0b59fc774757dead0976514f70ebe7a59d2bba61;p=osm%2FLW-UI.git diff --git a/build-debpkg.sh b/build-debpkg.sh index 6af77db..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 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" @@ -45,7 +46,6 @@ for f in $PKG_FILES; do echo "$f usr/share/osm-$MDG_NAME" >> $DEB_INSTALL done cp -R debian $PKG_DIR/. -cp requirements.txt $PKG_DIR pushd $PKG_DIR dh_make -y --indep --createorig --a -c apache