Skip to content
Snippets Groups Projects
Commit 622c5d0d authored by Jan Kotanski's avatar Jan Kotanski
Browse files

Updated version 1.8.0 from 'upstream/jessie/1.8.0'

with Debian dir 5112a46ea83ec5c8c86f5337074038d563255323
parents c708d8d0 cff70426
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 1.0
Name: pidp.tools
Version: 1.7.0
Version: 1.8.0
Summary: PETRA III Debian Package Tools
Home-page: https://stash.desy.de/projects/JMK/repos/pidptools/browse/
Author: Jan Kotanski
......
......@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
set -e
PIDPVERSION="1.7.0"
PIDPVERSION="1.8.0"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......@@ -64,6 +64,9 @@ do
-r=*|--release=*)
export RELEASE="${i#*=}"
;;
-t=*|--repack-tarball=*)
export REPACK="${i#*=}"
;;
--hdri)
export HDRI=YES
;;
......@@ -108,6 +111,7 @@ if [[ ! -z $HELP ]] || [[ -z $PACKAGE ]] ; then
echo " -e=, --email= debian email of the gpg signature,"
echo " i.e. DEBEMAIL"
echo " -r=, --release= debian release flavour, e.g. stretch, jessie, wheezy"
echo " -t=, --repack= repack tarball"
echo " -m, --merge upstream/* merged into debian/*"
echo " by default: replace is performed"
echo " -p, --patch the patching procedure"
......@@ -422,6 +426,9 @@ else
else
gbp buildpackage --git-tag --git-pbuilder --git-dist="$RELEASE" --git-arch="$ARCH"
fi
if ! [[ -z $REPACK ]] ; then
mk-origtargz --copyright-file debian/copyright $REPACK
fi
lintian
debsign
fi
......@@ -434,6 +441,10 @@ else
else
gbp buildpackage --git-tag --git-pbuilder --git-dist="$RELEASE" --git-arch="$ARCH"
fi
if ! [[ -z $REPACK ]] ; then
mk-origtargz --copyright-file debian/copyright $REPACK
debsign
fi
lintian
fi
fi
......
......@@ -16,7 +16,7 @@
# You should have received a copy of the GNU General Public License
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
PIDPVERSION="1.7.0"
PIDPVERSION="1.8.0"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......
......@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
set -e
PIDPVERSION="1.7.0"
PIDPVERSION="1.8.0"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......
......@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
PIDPVERSION="1.7.0"
PIDPVERSION="1.8.0"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......
......@@ -30,7 +30,7 @@ def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()
#: (:obj:`str`) full release number
release = "1.7.0"
release = "1.8.0"
#: (:obj:`dict` <:obj:`str` , any >`) metadata for distutils
SETUPDATA = dict(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment