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

New upstream version 1.8.2

parent d3e4933b
Branches upstream/jessie
Tags upstream/jessie/1.8.2
No related merge requests found
Metadata-Version: 1.0
Name: pidp.tools
Version: 1.8.1
Version: 1.8.2
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.8.1"
PIDPVERSION="1.8.2"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......@@ -262,7 +262,7 @@ else
if [[ -d "debian/patches" ]] ; then
if [[ "$(ls -A debian/patches)" ]] ; then
gbp pq import
git checkout debian/$RELEASE
git checkout debian/"$RELEASE"
fi
fi
git clean -f -d
......@@ -454,7 +454,7 @@ else
VER=(${ARR[1]})
VERSION=$(echo $VER | tr -d '()')
fi
PTAGNAME=debian/$RELEASE/$VERSION
PTAGNAME=debian/"$RELEASE"/"$VERSION"
TAGNAME=${PTAGNAME/\~/_}
echo "resetting to: $TAGNAME"
git reset --hard "$TAGNAME"
......
......@@ -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.8.1"
PIDPVERSION="1.8.2"
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.8.1"
PIDPVERSION="1.8.2"
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.8.1"
PIDPVERSION="1.8.2"
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.8.1"
release = "1.8.2"
#: (: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