mirror of
https://github.com/lubuntu-team/compton-conf-packaging.git
synced 2025-04-12 00:41:06 +00:00
New upstream version
This commit is contained in:
parent
730862ae56
commit
44e1c9fbac
43
debian/changelog
vendored
43
debian/changelog
vendored
@ -1,3 +1,26 @@
|
||||
compton-conf (0.16.0-1ubuntu1) hirsute; urgency=medium
|
||||
|
||||
* New upstream version.
|
||||
|
||||
-- Raman Sarda <theloudspeaker@disroot.org> 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 (李健秋) <ajqlee@debian.org> 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 <tsimonq2@ubuntu.com> 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 <agaida@siduction.org> Tue, 26 Feb 2019 00:17:09 +0100
|
||||
|
||||
compton-conf (0.14.1-0ubuntu1) disco; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Simon Quigley <tsimonq2@ubuntu.com> 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 <agaida@siduction.org> 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 (李健秋) <ajqlee@debian.org> Fri, 14 Aug 2015 15:03:55 +0800
|
||||
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -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
|
||||
|
6
debian/gbp.conf
vendored
Normal file
6
debian/gbp.conf
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
debian-branch = debian/sid
|
||||
upstream-branch = upstream/latest
|
||||
pristine-tar = True
|
||||
compression = xz
|
||||
|
26
debian/repository.spec
vendored
Normal file
26
debian/repository.spec
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
# Author: Alf Gaida <agaida@siduction.org>
|
||||
# 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*
|
||||
}
|
7
debian/upstream/metadata
vendored
Normal file
7
debian/upstream/metadata
vendored
Normal file
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user