diff options
author | 2022-02-07 16:12:18 -0300 | |
---|---|---|
committer | 2022-02-07 17:23:10 -0300 | |
commit | 1865630c2024d4b2f2ea8f26f23f562f45341b43 (patch) | |
tree | acb52c49105cb4fde0dcf0c717fadc7048ade8ca /debian/copyright | |
parent | 6f8741acd10ce1a1c85884ecdc0fd32f7f3ba330 (diff) | |
download | xfce4-panel-profiles-1865630c2024d4b2f2ea8f26f23f562f45341b43.tar.gz xfce4-panel-profiles-1865630c2024d4b2f2ea8f26f23f562f45341b43.zip |
Import Debian changes 1.0.13-1
xfce4-panel-profiles (1.0.13-1) unstable; urgency=medium
.
* d/watch: Bump to version 4.
* d/control:
- Bump Standards-Version to 4.6.0.
- Add Vcs-Git and Vcs-Browser to salsa.debian.org
- Update maintainer to Leandro Ramos
* d/copyright: Include Leandro Ramos to files debian/*.
* Initial Debian Release.
.
xfce4-panel-profiles (1.0.13-0ubuntu2) hirsute; urgency=medium
.
* d/control:
- Add gir1.2-libxfce4ui-2.0 dependency
.
xfce4-panel-profiles (1.0.13-0ubuntu1) hirsute; urgency=medium
.
* New upstream release.
* d/control:
- Bump debhelper-compat to 13
.
xfce4-panel-profiles (1.0.10-0ubuntu1) devel; urgency=medium
.
* New upstream release.
* d/compat, d/control:
- Drop d/compat in favor of debhelepr-compat, bump to 12.
* d/control: R³: no.
* d/copyright: Update years.
* d/watch: Use uscan special strings.
* Update Standards-Version to 4.5.0.
.
xfce4-panel-profiles (1.0.9-0ubuntu1) eoan; urgency=medium
.
* New upstream release
* d/control:
- Bump Standards-Version to 4.3.0, no changes needed
- Migrate to new package xfce4-panel-profiles
- Update description for Xfce Panel Profiles
* d/copyright:
- Update to new upstream source:
https://git.xfce.org/apps/xfce4-panel-profiles/
* debian/patches:
- Dropped, included upstream
* d/upstream, d/watch:
- Updated for new upstream, dropped signing key
.
xfpanel-switch (1.0.7-0ubuntu2) bionic; urgency=medium
.
* d/patches/lp1765565.patch:
- Fix: Fails to save panel settings (LP: #1765565)
.
xfpanel-switch (1.0.7-0ubuntu1) bionic; urgency=medium
.
* New upstream bugfix and translation release.
- Fixes AttributeError on save (LP: #1762779)
* d/control:
- Add build-depend on dh-python for recent packaging changes
.
xfpanel-switch (1.0.6-0ubuntu1) bionic; urgency=medium
.
* New upstream bugfix and translations release.
- Fixes broken launchers with Classic layout (LP: #1575996)
* d/compat, d/rules:
- Bump debhelper to 11
* d/rules:
- Bump Standards Version to 4.1.3
* d/copyright:
- Use secure URL for Format
.
xfpanel-switch (1.0.4-0ubuntu1) xenial; urgency=medium
.
* New upstream translations release
.
xfpanel-switch (1.0.3-0ubuntu1) wily; urgency=medium
.
* New upstream bugfix and translations release
.
xfpanel-switch (1.0.2-0ubuntu1) wily; urgency=medium
.
* New upstream bugfix release (LP: #1497753)
.
xfpanel-switch (1.0-0ubuntu1) wily; urgency=medium
.
* Initial release
Diffstat (limited to '')
-rw-r--r-- | debian/copyright | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..04bff72 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,32 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Xfce Panel Profiles +Upstream-Contact: Sean Davis <bluesabre@xfce.org> +Source: https://git.xfce.org/apps/xfce4-panel-profiles/ + +Files: * +Copyright: 2013, Alistair Buxton <a.j.buxton@gmail.com> + 2015-2022, Sean Davis <bluesabre@xfce.org> +License: GPL-3+ + +Files: debian/* +Copyright: 2022 Leandro Ramos <leandroramos@disroot.org> + 2015-2019 Sean Davis <bluesabre@xfce.org> + 2015-2020 Unit 193 <unit193@ubuntu.com> +License: GPL-3+ + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify it under + the terms of the GNU General Public License as published by the Free Software + Foundation; either version 3 of the License, or (at your option) any later + version. + . + This program is distributed in the hope that it will be useful, but WITHOUT ANY + WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A + PARTICULAR PURPOSE. See the GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along with + this package; if not, write to the Free Software Foundation, Inc., 51 Franklin + St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public License version 3 + can be found in the file `/usr/share/common-licenses/GPL-3'. |