X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=build-debpkg.sh;h=62a1fd835488ab63de9d0717fe6fb51dc7a1464f;hb=refs%2Fchanges%2F69%2F6969%2F1;hp=6af77dbfc9123d843b0c8eb2607e2a7b3ac9f7a8;hpb=0b59fc774757dead0976514f70ebe7a59d2bba61;p=osm%2FLW-UI.git diff --git a/build-debpkg.sh b/build-debpkg.sh index 6af77db..62a1fd8 100755 --- a/build-debpkg.sh +++ b/build-debpkg.sh @@ -14,7 +14,7 @@ # 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_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" MDG_NAME=lightui DEB_INSTALL=debian/osm-${MDG_NAME}.install @@ -45,7 +45,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