Renamed osm-im package to osm-imdocs. Added LICENSE to deb pkg
Change-Id: I6c93c836db724d237d4d521317fee65af334c7be
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/.gitignore b/.gitignore
index c1bcfc2..434fd9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
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 @@
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 <mmarchetti@sandvine.com>
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 <gerardo.garciadeblas@telefonica.com>
+Depends: osm-imdocs