From b9e9fc249295dbe853adf2954c5734e29424c50a Mon Sep 17 00:00:00 2001 From: Alf Gaida Date: Sun, 24 Sep 2017 12:41:39 +0200 Subject: [PATCH] prepare upstream release --- debian/changelog | 8 ++++++-- debian/control | 4 ++-- debian/copyright | 4 ++-- debian/get-snapshot | 30 ------------------------------ debian/source/format | 2 +- 5 files changed, 11 insertions(+), 37 deletions(-) delete mode 100755 debian/get-snapshot diff --git a/debian/changelog b/debian/changelog index 41e3a24..755a284 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ -obconf-qt (0.11.1-3) UNRELEASED; urgency=medium +obconf-qt (0.12.0-1) experimental; urgency=medium - * New snapshot: 0.11.1-10-gcb20e7a + * Ne + * Switched to experimental + * Bumped minimum version of lxqt-build-tools to >= 0.4.0 + * Bumped Standards to 4.1.0, no changes needed + -- Alf Gaida Wed, 26 Jul 2017 00:13:47 +0200 diff --git a/debian/control b/debian/control index 150225a..6a1853b 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 10), libkf5windowsystem-dev, libqt5svg5-dev, libqt5x11extras5-dev, - lxqt-build-tools (>= 0.3.96), + lxqt-build-tools (>= 0.4.0), openbox-dev -Standards-Version: 3.9.8 +Standards-Version: 4.1.0 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 diff --git a/debian/copyright b/debian/copyright index 0c8d89d..476caa1 100644 --- a/debian/copyright +++ b/debian/copyright @@ -3,11 +3,11 @@ Upstream-Name: obconf-qt Source: https://github.com/lxde/obconf-qt Files: * -Copyright: 2012-2016 LXQt team +Copyright: 2012-2017 LXQt team License: GPL-2.0+ Files: debian/* -Copyright: 2013-2016 Alf Gaida +Copyright: 2013-2017 Alf Gaida 2015 Andrew Lee (李健秋) License: GPL-2.0+ diff --git a/debian/get-snapshot b/debian/get-snapshot deleted file mode 100755 index 1400f5b..0000000 --- a/debian/get-snapshot +++ /dev/null @@ -1,30 +0,0 @@ -#!/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 d3827e7..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -1.0 +3.0 (quilt)