From: garciadeblas Date: Thu, 27 Sep 2018 16:07:07 +0000 (+0200) Subject: Renamed osm-im package to osm-imdocs. Added LICENSE to deb pkg X-Git-Tag: v5.0.0~12 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FIM.git;a=commitdiff_plain;h=bb0b5fb89fc1a44491f8fe76e16ac006b04705f8;hp=c0a20490f2901a83366f8723437c2d4bf357a25e Renamed osm-im package to osm-imdocs. Added LICENSE to deb pkg Change-Id: I6c93c836db724d237d4d521317fee65af334c7be Signed-off-by: garciadeblas --- diff --git a/.gitignore b/.gitignore index c1bcfc2..434fd9c 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ pyang dists pool .idea +debian/osm-imdocs.install diff --git a/build-docs.sh b/build-docs.sh index 3bb29b1..6f21939 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -46,6 +46,8 @@ for dir in $PKG_DIRECTORIES; do ln -s $PWD/$dir $PKG_DIR/. echo "$dir/* usr/share/osm-$MDG_NAME/$dir" >> $DEB_INSTALL done +cp LICENSE $PKG_DIR/. +echo "LICENSE usr/share/osm-$MDG_NAME" >> $DEB_INSTALL cp -R debian $PKG_DIR/. cd $PKG_DIR diff --git a/debian/control b/debian/control index 5e9a67f..10fb75b 100644 --- a/debian/control +++ b/debian/control @@ -1,12 +1,12 @@ -Source: osm-im +Source: osm-imdocs Section: devel Priority: optional Maintainer: Michael Marchetti Build-Depends: debhelper (>=9) Standards-Version: 3.9.6 Homepage: http://osm.etsi.org - -Package: osm-im +Package: osm-imdocs Architecture: all Depends: ${misc:Depends} -Description: osm-im is the Information Model package for OSM, providing base classes derived from YANG models to be used by other modules. +Description: osm-imdocs is the Information Model package for OSM, providing base classes derived from YANG models to be used by other modules. + diff --git a/stdeb.cfg b/stdeb.cfg new file mode 100644 index 0000000..b0e585b --- /dev/null +++ b/stdeb.cfg @@ -0,0 +1,4 @@ +[DEFAULT] +Suite: xenial +Maintainer: Gerardo Garcia +Depends: osm-imdocs