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

Updated version 1.5.7 from 'upstream/jessie/1.5.7'

with Debian dir 7fb1d6108c8987e679a8397efcb14f1b0a50d986
parents f9f33873 8d0f4719
No related branches found
No related tags found
No related merge requests found
Metadata-Version: 1.0
Name: pidp.tools
Version: 1.5.6
Version: 1.5.7
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.5.6"
PIDPVERSION="1.5.7"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......
......@@ -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.5.6"
PIDPVERSION="1.5.7"
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.5.6"
PIDPVERSION="1.5.7"
for i in "${@:1}"
do
if [[ $i == -* ]] ; then
......@@ -158,6 +158,7 @@ else
dh_make -p ${PACKAGE}_${SRCVERSION}
fi
mkdir -p debian
echo "[DEFAULT]" > debian/gbp.conf
echo "debian-branch = debian/$RELEASE" >> debian/gbp.conf
echo "upstream-branch = upstream/$RELEASE" >> debian/gbp.conf
......
......@@ -17,7 +17,7 @@
# along with nexdatas. If not, see <http://www.gnu.org/licenses/>.
#
PIDPVERSION="1.5.6"
PIDPVERSION="1.5.7"
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.5.6"
release = "1.5.7"
#: (: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