prepare upstream release

ubuntu/focal
Alf Gaida 7 years ago
parent 5d9f679a4d
commit b9e9fc2492

8
debian/changelog vendored

@ -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 <agaida@siduction.org> Wed, 26 Jul 2017 00:13:47 +0200

4
debian/control vendored

@ -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

4
debian/copyright vendored

@ -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 <agaida@siduction.org>
Copyright: 2013-2017 Alf Gaida <agaida@siduction.org>
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
License: GPL-2.0+

@ -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"

@ -1 +1 @@
1.0
3.0 (quilt)

Loading…
Cancel
Save