X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=build-debpkg.sh;h=db305968df9d9c8ed4f296f319733f99b101a933;hb=refs%2Fchanges%2F76%2F7076%2F2;hp=6af77dbfc9123d843b0c8eb2607e2a7b3ac9f7a8;hpb=0b59fc774757dead0976514f70ebe7a59d2bba61;p=osm%2FLW-UI.git diff --git a/build-debpkg.sh b/build-debpkg.sh index 6af77db..db30596 100755 --- a/build-debpkg.sh +++ b/build-debpkg.sh @@ -14,8 +14,8 @@ # 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" +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 +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