From 44e1c9fbac17c18eecb6464e40265eab46adef31 Mon Sep 17 00:00:00 2001 From: Raman Sarda Date: Wed, 17 Feb 2021 02:37:44 +0530 Subject: [PATCH] New upstream version --- debian/changelog | 43 ++++++++++++++++++++++++++++++++++++++++ debian/control | 2 +- debian/gbp.conf | 6 ++++++ debian/repository.spec | 26 ++++++++++++++++++++++++ debian/upstream/metadata | 7 +++++++ 5 files changed, 83 insertions(+), 1 deletion(-) create mode 100644 debian/gbp.conf create mode 100644 debian/repository.spec create mode 100644 debian/upstream/metadata diff --git a/debian/changelog b/debian/changelog index 615dcb9..c2f2b49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +compton-conf (0.16.0-1ubuntu1) hirsute; urgency=medium + + * New upstream version. + + -- Raman Sarda Wed, 17 Feb 2021 02:17:23 +0530 + +compton-conf (0.16.0-1) unstable; urgency=medium + + [ Alf Gaida ] + * Switched to gbp + * Bumped Standards-Version to 4.4.0, no changes needed + + [ Debian Janitor ] + * Set upstream metadata fields: Repository, Repository-Browse. + * Remove obsolete field Name from debian/upstream/metadata (already present in + machine-readable debian/copyright). + * Update standards version to 4.5.0, no changes needed. + + [ Andrew Lee (李健秋) ] + * New upstream release. + + -- Andrew Lee (李健秋) Thu, 07 Jan 2021 19:48:45 +0800 + compton-conf (0.15.0-0ubuntu1) groovy; urgency=medium * New upstream release. @@ -10,12 +33,31 @@ compton-conf (0.15.0-0ubuntu1) groovy; urgency=medium -- Simon Quigley Wed, 03 Jun 2020 23:10:01 -0500 +compton-conf (0.14.1-1) unstable; urgency=medium + + * Cherry-picked upstream release 0.14.1. + + -- Alf Gaida Tue, 26 Feb 2019 00:17:09 +0100 + compton-conf (0.14.1-0ubuntu1) disco; urgency=medium * New upstream release. -- Simon Quigley Sat, 09 Mar 2019 12:35:55 -0600 +compton-conf (0.14.0-1) unstable; urgency=medium + + * Cherry-picked upstream release 0.14.0. + * Bumped Standards to 4.3.0, no changes needed + * Dropped d/compat, use debhelper-compat = 12, no changes needed + * Fixed years in d/copyright + * Bumped minimum version lxqt-build-tools (>= 0.6.0~) + * Removed obsolete PULL_TRANSLATIONS= OFF from dh_auto_configure + * Added l10n-package, moved from lxqt-l10n + * Added d/upstream/metadata + + -- Alf Gaida Sun, 27 Jan 2019 14:29:38 +0100 + compton-conf (0.14.0-0ubuntu3) disco; urgency=medium * Don't recommend compton-conf-l10n. @@ -211,3 +253,4 @@ compton-conf (0.1.0+20150626-1) unstable; urgency=medium * Merging upstream version 0.1.0+20150626. -- Andrew Lee (李健秋) Fri, 14 Aug 2015 15:03:55 +0800 + diff --git a/debian/control b/debian/control index 2e2b483..a682968 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Build-Depends: debhelper-compat (= 12), libqt5svg5-dev, libqt5x11extras5-dev, libx11-dev, - lxqt-build-tools (>= 0.7.0) + lxqt-build-tools (>= 0.8.0~) Standards-Version: 4.5.0 Vcs-Browser: https://phab.lubuntu.me/source/compton-conf/ Vcs-Git: https://phab.lubuntu.me/source/compton-conf.git diff --git a/debian/gbp.conf b/debian/gbp.conf new file mode 100644 index 0000000..8957fee --- /dev/null +++ b/debian/gbp.conf @@ -0,0 +1,6 @@ +[DEFAULT] +debian-branch = debian/sid +upstream-branch = upstream/latest +pristine-tar = True +compression = xz + diff --git a/debian/repository.spec b/debian/repository.spec new file mode 100644 index 0000000..3f27928 --- /dev/null +++ b/debian/repository.spec @@ -0,0 +1,26 @@ +# Author: Alf Gaida +# License: WTFPL-2 +# 0. You just DO WHAT THE FUCK YOU WANT TO. + +# Variables +# ========= +# repository= your repository +# branch= your branch, if needed +# commit= your commit , if needed +# target_dir= target dir, if needed, default is snapshot +# +# Functions +# ========= +# cleanup () + +repository="git@$domain.tld:$foo/$bar" + + +# cleanup function definiton +cleanup() { + echo "" + echo "┌─────────────┐" + echo "│ Cleanup ... │" + echo "└─────────────┘" + rm -rf .git* +} diff --git a/debian/upstream/metadata b/debian/upstream/metadata new file mode 100644 index 0000000..b75048d --- /dev/null +++ b/debian/upstream/metadata @@ -0,0 +1,7 @@ +Bug-Database: https://github.com/lxqt/compton-conf/issues +Bug-Submit: https://github.com/lxqt/compton-conf/issues/new +Changelog: https://github.com/lxqt/compton-conf/blob/master/CHANGELOG +Repository: https://github.com/lxqt/compton-conf.git +Repository-Browse: https://github.com/lxqt/compton-conf +Repository-Browser: https://github.com/lxqt/compton-conf +