From 2c56aea7b116f511843c29e06a744f3560783670 Mon Sep 17 00:00:00 2001 From: Richard Ulrich Date: Mon, 29 Oct 2012 22:44:12 +0100 Subject: [PATCH] quantal --- debian/changelog | 2 +- ppa_upload.sh | 10 +++------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index ca17c69..d847f46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -arexx-robot-arm (2.0-1~maverick) maverick; urgency=low +arexx-robot-arm (2.0-1~quantal) quantal; urgency=low * preparing the config files so that the java app can read them. diff --git a/ppa_upload.sh b/ppa_upload.sh index 27b6ea5..5a90afd 100755 --- a/ppa_upload.sh +++ b/ppa_upload.sh @@ -1,9 +1,5 @@ #!/bin/sh # build a debian sourcepackage and upload it to the launchpad ppa -export GPGKEY=DA94BB53 -export DEBEMAIL="richi@paraeasy.ch" -export DEBFULLNAME="Richard Ulrich" - rm -rf build rm -rf build-* @@ -46,9 +42,9 @@ wget http://arexx.com/robot_arm/downloads/robot_arm_pro_manual_de.zip :${VERSIONNBR:=$(parsechangelog | grep Version | sed -e "s/Version: //g" -e "s/\\~.*//g")} -for DISTRIBUTION in precise oneiric natty maverick +for DISTRIBUTION in quantal precise do - sed -i -e "s/maverick/${DISTRIBUTION}/g" -e "s/natty/${DISTRIBUTION}/g" -e "s/oneiric/${DISTRIBUTION}/g" -e "s/precise/${DISTRIBUTION}/g" debian/changelog - dpkg-buildpackage -rfakeroot -S + sed -i -e "s/maverick/${DISTRIBUTION}/g" -e "s/quantal/${DISTRIBUTION}/g" -e "s/oneiric/${DISTRIBUTION}/g" -e "s/precise/${DISTRIBUTION}/g" debian/changelog + debuild -k${GPGKEY} -S dput ppa:richi-paraeasy/ppa ../arexx-robot-arm_${VERSIONNBR}~${DISTRIBUTION}_source.changes done