Renamed osm-im package to osm-imdocs. Added LICENSE to deb pkg 77/6577/9
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 27 Sep 2018 16:07:07 +0000 (18:07 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 6 Nov 2018 11:44:02 +0000 (12:44 +0100)
Change-Id: I6c93c836db724d237d4d521317fee65af334c7be
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
.gitignore
build-docs.sh
debian/control
stdeb.cfg [new file with mode: 0644]

index c1bcfc2..434fd9c 100644 (file)
@@ -12,3 +12,4 @@ pyang
 dists
 pool
 .idea
+debian/osm-imdocs.install
index 3bb29b1..6f21939 100755 (executable)
@@ -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
index 5e9a67f..10fb75b 100644 (file)
@@ -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 (file)
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