X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=build-docs.sh;h=623e98ff7e928d7c550c2c654a0b6eb646767cad;hb=defb0b8eae307cf7feebc2cbf79cb504e6ac6eb7;hp=6f2193956b5753ec3cddcd97c77765fdd0a48f63;hpb=40deefbbeba19ca0ee7be0868062280bcf851ca3;p=osm%2FIM.git diff --git a/build-docs.sh b/build-docs.sh index 6f21939..623e98f 100755 --- a/build-docs.sh +++ b/build-docs.sh @@ -1,6 +1,6 @@ #!/bin/bash # Copyright 2018 Sandvine -# All Rights Reserved. +# Copyright ETSI Contributors and Others. # # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain @@ -18,8 +18,8 @@ PKG_DIRECTORIES="osm_im_trees models" MDG_NAME=im PKG_NAME=osm-${MDG_NAME}docs DEB_INSTALL=debian/${PKG_NAME}.install -export DEBEMAIL="mmarchetti@sandvine.com" -export DEBFULLNAME="Michael Marchetti" +export DEBEMAIL="OSMSupport@etsi.org" +export DEBFULLNAME="ETSI OSM" PKG_VERSION=$(git describe --match "v*" --tags --abbrev=0) PKG_VERSION_FULL=$(git describe --match "v*" --tags --long) @@ -53,5 +53,5 @@ cp -R debian $PKG_DIR/. cd $PKG_DIR dh_make -y --indep --createorig --a -c apache sed -i -e "s/${PKG_VERSION_PREFIX}${POST_UPDATE}-1/$PKG_VERSION_PREFIX${POST_UPDATE}-${PKG_VERSION_FIELDS[2]}/g" debian/changelog -dpkg-buildpackage -uc -us -tc -rfakeroot +dpkg-buildpackage -uc -us -tc -rfakeroot cd -