Add descriptorhandler folder to deb package
[osm/LW-UI.git] / build-debpkg.sh
index 6af77db..62a1fd8 100755 (executable)
@@ -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