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

New upstream version 1.6.1

parent 0017a27f
No related branches found
Tags upstream/jessie/1.6.1
No related merge requests found
Metadata-Version: 1.0
Name: pidp.tools
Version: 1.6.0
Version: 1.6.1
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.6.0"
PIDPVERSION="1.6.1"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......@@ -141,64 +141,64 @@ else
MYOTHERMIRROR=$MYOTHERMIRROR" | deb http://repos.pni-hdri.de/apt/debian $TRRELEASE main"
fi
fi
if [ -z $CONTINUE ] ; then
CDIR=${PWD##*/}
if ! [[ "$CDIR" == "$PACKAGE" ]] ; then
cd $PACKAGE
fi
git clean -f -d
if [ -z $NODEBENV ] ; then
if [[ -z $DEBEMAIL ]] ; then
export DEBEMAIL="fsec-devel@desy.de"
fi
if [[ -z $DEBFULLNAME ]] ; then
export DEBFULLNAME="FS-EC DESY Group"
fi
fi
if [[ ! -z $FULLNAME ]] ; then
export DEBFULLNAME=$FULLNAME
fi
if [[ ! -z $EMAIL ]] ; then
export DEBEMAIL=$EMAIL
CDIR=${PWD##*/}
if ! [[ "$CDIR" == "$PACKAGE" ]] ; then
cd $PACKAGE
fi
git clean -f -d
if [ -z $NODEBENV ] ; then
if [[ -z $DEBEMAIL ]] ; then
export DEBEMAIL="fsec-devel@desy.de"
fi
if [[ -z $RELEASE ]] ; then
export RELEASE=$DEFRELEASE
if [[ -z $DEBFULLNAME ]] ; then
export DEBFULLNAME="FS-EC DESY Group"
fi
echo ""
echo " DEBFULLNAME=\"$DEBFULLNAME\""
echo " DEBEMAIL=\"$DEBEMAIL\""
echo ""
if ! [[ -z $PBUILDER ]] ; then
if [[ -z $MYOTHERMIRROR ]] ; then
if [[ -z $CREATEPB ]] ; then
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder update
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder update
fi
fi
if [[ ! -z $FULLNAME ]] ; then
export DEBFULLNAME=$FULLNAME
fi
if [[ ! -z $EMAIL ]] ; then
export DEBEMAIL=$EMAIL
fi
if [[ -z $RELEASE ]] ; then
export RELEASE=$DEFRELEASE
fi
echo ""
echo " DEBFULLNAME=\"$DEBFULLNAME\""
echo " DEBEMAIL=\"$DEBEMAIL\""
echo ""
if ! [[ -z $PBUILDER ]] ; then
if [[ -z $MYOTHERMIRROR ]] ; then
if [[ -z $CREATEPB ]] ; then
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder update
else
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder create
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder create
fi
ARCH=$ARCH DIST=$RELEASE git-pbuilder update
fi
else
if [[ -z $CREATEPB ]] ; then
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR"
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR"
fi
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder create
else
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR"
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR"
fi
ARCH=$ARCH DIST=$RELEASE git-pbuilder create
fi
fi
else
if [[ -z $CREATEPB ]] ; then
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR"
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder update --othermirror="$MYOTHERMIRROR"
fi
else
if [[ -z $ARCH ]] ; then
DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR"
else
ARCH=$ARCH DIST=$RELEASE git-pbuilder create --othermirror="$MYOTHERMIRROR"
fi
fi
fi
fi
if [ -z $CONTINUE ] ; then
if [[ -z $VERSION ]] ; then
RE='^[0-9]+$'
read -r FIRSTLINE < debian/changelog
......
......@@ -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.6.0"
PIDPVERSION="1.6.1"
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.6.0"
PIDPVERSION="1.6.1"
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.6.0"
PIDPVERSION="1.6.1"
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.6.0"
release = "1.6.1"
#: (: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