diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 108 | ||||
-rw-r--r-- | debian/control | 35 | ||||
-rw-r--r-- | debian/copyright | 32 | ||||
-rwxr-xr-x | debian/rules | 18 | ||||
-rw-r--r-- | debian/source/format | 1 | ||||
-rw-r--r-- | debian/watch | 3 |
6 files changed, 197 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..08f1008 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,108 @@ +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. + + -- Leandro Ramos <leandroramos@disroot.org> Mon, 07 Feb 2022 16:12:18 -0300 + +xfce4-panel-profiles (1.0.13-0ubuntu2) hirsute; urgency=medium + + * d/control: + - Add gir1.2-libxfce4ui-2.0 dependency + + -- Sean Davis <smd.seandavis@gmail.com> Tue, 23 Feb 2021 21:36:16 -0500 + +xfce4-panel-profiles (1.0.13-0ubuntu1) hirsute; urgency=medium + + * New upstream release. + * d/control: + - Bump debhelper-compat to 13 + + -- Sean Davis <smd.seandavis@gmail.com> Mon, 22 Feb 2021 06:15:34 -0500 + +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. + + -- Unit 193 <unit193@ubuntu.com> Wed, 22 Jan 2020 23:48:56 -0500 + +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 + + -- Sean Davis <smd.seandavis@gmail.com> Sat, 03 Aug 2019 15:29:53 -0400 + +xfpanel-switch (1.0.7-0ubuntu2) bionic; urgency=medium + + * d/patches/lp1765565.patch: + - Fix: Fails to save panel settings (LP: #1765565) + + -- Sean Davis <smd.seandavis@gmail.com> Mon, 23 Apr 2018 21:22:48 -0400 + +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 + + -- Sean Davis <smd.seandavis@gmail.com> Tue, 17 Apr 2018 06:16:30 -0400 + +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 + + -- Sean Davis <smd.seandavis@gmail.com> Mon, 26 Mar 2018 21:35:01 -0400 + +xfpanel-switch (1.0.4-0ubuntu1) xenial; urgency=medium + + * New upstream translations release + + -- Sean Davis <smd.seandavis@gmail.com> Wed, 13 Apr 2016 21:45:28 -0400 + +xfpanel-switch (1.0.3-0ubuntu1) wily; urgency=medium + + * New upstream bugfix and translations release + + -- Sean Davis <smd.seandavis@gmail.com> Thu, 08 Oct 2015 06:17:23 -0400 + +xfpanel-switch (1.0.2-0ubuntu1) wily; urgency=medium + + * New upstream bugfix release (LP: #1497753) + + -- Sean Davis <smd.seandavis@gmail.com> Sun, 20 Sep 2015 11:25:55 -0400 + +xfpanel-switch (1.0-0ubuntu1) wily; urgency=medium + + * Initial release + + -- Sean Davis <smd.seandavis@gmail.com> Thu, 20 Aug 2015 06:10:32 +0000 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. 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'. diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..345234d --- /dev/null +++ b/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +DESTDIR := ${CURDIR}/debian/xfce4-panel-profiles + +%: + dh $@ --with python3 + +override_dh_auto_configure: + ./configure --prefix=/usr + +override_dh_auto_install: + dh_auto_install --destdir=$(DESTDIR) + find $(DESTDIR)/usr/share -type f -exec chmod a-x '{}' ';' + rm $(DESTDIR)/usr/share/doc/xfce4-panel-profiles/COPYING \ + $(DESTDIR)/usr/share/doc/xfce4-panel-profiles/INSTALL diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..78492c5 --- /dev/null +++ b/debian/watch @@ -0,0 +1,3 @@ +version=4 +https://archive.xfce.org/src/apps/@PACKAGE@/(\d[\d\.]+)/ \ + @PACKAGE@@ANY_VERSION@@ARCHIVE_EXT@ |