prepare upstream release
This commit is contained in:
parent
5d9f679a4d
commit
b9e9fc2492
8
debian/changelog
vendored
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
|
-- Alf Gaida <agaida@siduction.org> Wed, 26 Jul 2017 00:13:47 +0200
|
||||||
|
|
||||||
|
4
debian/control
vendored
4
debian/control
vendored
@ -9,9 +9,9 @@ Build-Depends: debhelper (>= 10),
|
|||||||
libkf5windowsystem-dev,
|
libkf5windowsystem-dev,
|
||||||
libqt5svg5-dev,
|
libqt5svg5-dev,
|
||||||
libqt5x11extras5-dev,
|
libqt5x11extras5-dev,
|
||||||
lxqt-build-tools (>= 0.3.96),
|
lxqt-build-tools (>= 0.4.0),
|
||||||
openbox-dev
|
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-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
|
Vcs-Git: https://anonscm.debian.org/git/pkg-lxqt/obconf-qt.git -b debian/experimental
|
||||||
Homepage: https://github.com/lxde/obconf-qt
|
Homepage: https://github.com/lxde/obconf-qt
|
||||||
|
4
debian/copyright
vendored
4
debian/copyright
vendored
@ -3,11 +3,11 @@ Upstream-Name: obconf-qt
|
|||||||
Source: https://github.com/lxde/obconf-qt
|
Source: https://github.com/lxde/obconf-qt
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2012-2016 LXQt team
|
Copyright: 2012-2017 LXQt team
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
Files: debian/*
|
Files: debian/*
|
||||||
Copyright: 2013-2016 Alf Gaida <agaida@siduction.org>
|
Copyright: 2013-2017 Alf Gaida <agaida@siduction.org>
|
||||||
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
2015 Andrew Lee (李健秋) <ajqlee@debian.org>
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
|
|
||||||
|
30
debian/get-snapshot
vendored
30
debian/get-snapshot
vendored
@ -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"
|
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@ -1 +1 @@
|
|||||||
1.0
|
3.0 (quilt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user