build-updated files for 0.9.0

This commit is contained in:
Daniel Pavel 2013-07-09 15:25:31 +02:00
parent c0a7838429
commit b01636e05d
4 changed files with 18 additions and 8 deletions

View File

@ -3,8 +3,8 @@ tagline: Linux devices manager for the Logitech Unifying Receiver.
owner: pwr
owner_url: https://github.com/pwr
repository: https://github.com/pwr/Solaar
version: 0.8.9.4
tar_download: https://github.com/pwr/Solaar/archive/0.8.9.4.tar.gz
version: 0.9.0
tar_download: https://github.com/pwr/Solaar/archive/0.9.0.tar.gz
ga_id: UA-36908718-1
pygments: true

View File

@ -1,5 +1,7 @@
solaar (0.8.99.12-1) unstable; urgency=low
solaar (0.9.0-1) UNRELEASED; urgency=low
* Release 0.9.0.
* Initial Debian release (closes: #715172)
-- Daniel Pavel <daniel.pavel+debian@gmail.com> Sun, 07 Jul 2013 22:13:30 +0200
-- Daniel Pavel <pwr@pwr-x220.acasa> Tue, 09 Jul 2013 14:50:08 +0200

View File

@ -12,5 +12,9 @@ export DEBSIGN_KEYID=07D8904B
Z="$(readlink -f "$(dirname "$0")")"
"$Z"/build_deb.sh --rebuild "$@"
/usr/bin/dput --config="$Z/dput.cf" solaar-snapshots-ppa \
"$Z/../dist/ubuntu"/solaar_*_source.changes
read -p 'Version: ' VERSION
test "$VERSION"
CHANGES_FILE="$Z/../dist/solaar_${VERSION}_source.changes"
test -r "$CHANGES_FILE"
/usr/bin/dput --config="$Z/dput.cf" solaar-snapshots-ppa "$CHANGES_FILE"

View File

@ -12,5 +12,9 @@ export DEBSIGN_KEYID=0B34B1A7
Z="$(readlink -f "$(dirname "$0")")"
"$Z"/build_deb.sh --release "$@"
/usr/bin/dput --config="$Z/dput.cf" mentors \
"$Z/../dist/debian"/solaar_*_source.changes
read -p 'Version: ' VERSION
test "$VERSION"
CHANGES_FILE="$Z/../dist/solaar_${VERSION}_source.changes"
test -r "$CHANGES_FILE"
/usr/bin/dput --config="$Z/dput.cf" mentors "$CHANGES_FILE"