diff options
author | 2022-02-07 16:12:18 -0300 | |
---|---|---|
committer | 2022-02-07 17:23:10 -0300 | |
commit | 1865630c2024d4b2f2ea8f26f23f562f45341b43 (patch) | |
tree | acb52c49105cb4fde0dcf0c717fadc7048ade8ca /debian/control | |
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 'debian/control')
-rw-r--r-- | debian/control | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..bb3f4ea --- /dev/null +++ b/debian/control @@ -0,0 +1,35 @@ +Source: xfce4-panel-profiles +Section: xfce +Priority: optional +Maintainer: Leandro Ramos <leandroramos@disroot.org> +Build-Depends: debhelper-compat (= 13), + dh-python, + python3, + python3-distutils-extra (>= 2.18) +Rules-Requires-Root: no +Standards-Version: 4.6.0 +Homepage: https://git.xfce.org/apps/xfce4-panel-profiles/about/ +Vcs-Browser: https://salsa.debian.org/debian/xfce4-panel-profiles +Vcs-Git: https://salsa.debian.org/debian/xfce4-panel-profiles.git + +Package: xfce4-panel-profiles +Architecture: all +Depends: gir1.2-glib-2.0, + gir1.2-gtk-3.0 (>= 3.12), + gir1.2-libxfce4ui-2.0, + ${misc:Depends}, + ${python3:Depends} +Replaces: xfpanel-switch (<< 1.0.9~) +Breaks: xfpanel-switch (<< 1.0.9~) +Enhances: xfce4-panel +Description: layout manager for the Xfce panel + Xfce Panel Profiles (xfce4-panel-profiles) is a simple application to + manage Xfce panel layouts. This tool makes it possible to backup, + restore, import, and export these panel layouts. + +Package: xfpanel-switch +Depends: xfce4-panel-profiles, ${misc:Depends} +Architecture: all +Section: oldlibs +Description: transitional package + This is a transitional package. It can safely be removed. |