diff --git a/debian/changelog b/debian/changelog index 8734a79..41e3a24 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +obconf-qt (0.11.1-3) UNRELEASED; urgency=medium + + * New snapshot: 0.11.1-10-gcb20e7a + + -- Alf Gaida Wed, 26 Jul 2017 00:13:47 +0200 + obconf-qt (0.11.1-2) unstable; urgency=medium * Removed build dependency liblxqt0-dev - only translations diff --git a/debian/control b/debian/control index d931e62..150225a 100644 --- a/debian/control +++ b/debian/control @@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 10), libkf5windowsystem-dev, libqt5svg5-dev, libqt5x11extras5-dev, - lxqt-build-tools (>= 0.3.0), + lxqt-build-tools (>= 0.3.96), openbox-dev Standards-Version: 3.9.8 -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/obconf-qt.git/?h=debian/sid -Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/obconf-qt.git -b debian/sid +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-lxqt/obconf-qt.git/?h=debian/experimental +Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/obconf-qt.git -b debian/experimental Homepage: https://github.com/lxde/obconf-qt Package: obconf-qt diff --git a/debian/gbp.conf b/debian/gbp.conf index 7a9f00a..ffe50a8 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,5 @@ [DEFAULT] -debian-branch = debian/sid +debian-branch = debian/experimental upstream-branch = upstream/latest pristine-tar = True diff --git a/debian/get-snapshot b/debian/get-snapshot new file mode 100755 index 0000000..1400f5b --- /dev/null +++ b/debian/get-snapshot @@ -0,0 +1,30 @@ +#!/bin/bash + +repository="git@github.com:lxde/obconf-qt" +target_dir="snapshot" + +ls | grep -v "debian" | xargs rm -r +rm -rf .pc + +if [ -f debian/commit ]; then + source debian/commit + [ ! -z "${branch}" ] && echo "branch: ${branch}" + [ ! -z "${commit}" ] && echo "commit: ${commit}" + [ ! -z "${target_dir}" ] && echo "target_dir: ${target_dir}" +fi + +snapdir=$(mktemp -d) +echo "$snapdir" +pushd "$snapdir" + echo "git clone ${branch} ${repository} ${target_dir}" + git clone ${branch} ${repository} ${target_dir} + pushd snapshot + [ ! -z "${commit}" ] && git reset --hard "${commit}" + description=$(git describe --tags) + rm -rf .git* + popd + tar cfvJ snapshot.orig.tar.xz snapshot +popd +tar xf "$snapdir/snapshot.orig.tar.xz" --strip-components 1 +dch "New snapshot: $description" +rm -rfv "$snapdir" diff --git a/debian/source/format b/debian/source/format index 163aaf8..d3827e7 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (quilt) +1.0