Compare commits

...

11 Commits

Author SHA1 Message Date
8890835e48 Backport to Jammy. 2023-08-11 10:47:22 -05:00
cc03cc8630 Upload to Mantic. 2023-08-03 10:43:32 -05:00
d5c19dc50a Bump build dependencies. 2023-07-27 17:01:28 -05:00
735d894f41 New upstream release. 2023-07-27 16:59:44 -05:00
Aaron Rainbolt
d3aea648e2 Swap pulseaudio and pipewire-pulse dependencies 2023-04-02 15:20:22 -05:00
Aaron Rainbolt
8ac437506d Bump version number 2023-02-12 17:41:03 -06:00
Aaron Rainbolt
80154abf01 Updated copyright file. 2023-02-10 13:52:11 -06:00
Debian Janitor
cb48c5b8db Set upstream metadata fields: Repository-Browse. 2023-02-10 13:52:08 -06:00
Aaron Rainbolt
47fad3fafb Bumped Standards-Version. 2023-02-10 13:31:15 -06:00
Aaron Rainbolt
bd6c953fdf Revert a sync from Debian.
This reverts commit 3fcf6e56d11eb205a0fc1ab331dfbfe8e301940d.
2023-02-10 13:30:44 -06:00
Aaron Rainbolt
3fcf6e56d1 Sync with archive. 2023-02-10 13:28:48 -06:00
4 changed files with 40 additions and 35 deletions

33
debian/changelog vendored
View File

@ -1,3 +1,36 @@
pavucontrol-qt (1.3.0-0ubuntu1~ppa1) jammy; urgency=medium
* Backport to Jammy.
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 11 Aug 2023 10:47:13 -0500
pavucontrol-qt (1.3.0-0ubuntu1) mantic; urgency=medium
* New upstream release.
* Bump build dependencies.
-- Simon Quigley <tsimonq2@ubuntu.com> Thu, 03 Aug 2023 10:43:30 -0500
pavucontrol-qt (1.2.0-1ubuntu3) lunar; urgency=medium
* Swap "pulseaudio | pipewire-pulse" to "pipewire-pulse | pulseaudio" in
debian/control to convince Germinate to grab the right package when the
Lubuntu ISO builds.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 02 Apr 2023 15:10:28 -0500
pavucontrol-qt (1.2.0-1ubuntu2) lunar; urgency=medium
[ Debian Janitor ]
* Set upstream metadata fields: Repository-Browse.
[ Aaron Rainbolt ]
* Revert a sync from Debian.
* Bumped Standards-Version to 4.6.2, no changes necessary.
* Updated copyright file.
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Sun, 12 Feb 2023 17:33:26 -0600
pavucontrol-qt (1.2.0-0ubuntu1) lunar; urgency=medium pavucontrol-qt (1.2.0-0ubuntu1) lunar; urgency=medium
* New upstream release. * New upstream release.

6
debian/control vendored
View File

@ -13,9 +13,9 @@ Build-Depends: debhelper-compat (= 13),
libpulse-dev, libpulse-dev,
libqt5svg5-dev, libqt5svg5-dev,
libqt5x11extras5-dev, libqt5x11extras5-dev,
lxqt-build-tools (>= 0.12.0), lxqt-build-tools (>= 0.13.0),
xdg-user-dirs xdg-user-dirs
Standards-Version: 4.6.1 Standards-Version: 4.6.2
Vcs-Browser: https://git.lubuntu.me/Lubuntu/pavucontrol-qt-packaging Vcs-Browser: https://git.lubuntu.me/Lubuntu/pavucontrol-qt-packaging
Vcs-Git: https://git.lubuntu.me/Lubuntu/pavucontrol-qt-packaging.git Vcs-Git: https://git.lubuntu.me/Lubuntu/pavucontrol-qt-packaging.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/pavucontrol-qt XS-Debian-Vcs-Browser: https://salsa.debian.org/lxqt-team/pavucontrol-qt
@ -25,7 +25,7 @@ Rules-Requires-Root: no
Package: pavucontrol-qt Package: pavucontrol-qt
Architecture: any Architecture: any
Depends: pulseaudio | pipewire-pulse, ${misc:Depends}, ${shlibs:Depends} Depends: pipewire-pulse | pulseaudio, ${misc:Depends}, ${shlibs:Depends}
Recommends: pavucontrol-qt-l10n Recommends: pavucontrol-qt-l10n
Description: Qt port of volume control pavucontrol Description: Qt port of volume control pavucontrol
Qt port of volume control pavucontrol of sound server PulseAudio. As such it Qt port of volume control pavucontrol of sound server PulseAudio. As such it

35
debian/copyright vendored
View File

@ -6,42 +6,13 @@ Files: *
Copyright: 2016-2022 LXQt team Copyright: 2016-2022 LXQt team
2016-2017 Hong Jen Yee (PCMan) <pcman.tw@gmail.com> 2016-2017 Hong Jen Yee (PCMan) <pcman.tw@gmail.com>
2016-2017 Palo Kisa <palo.kisa@gmail.com> 2016-2017 Palo Kisa <palo.kisa@gmail.com>
License: GPL-2.0+ 2009 Colin Guthrie <mzcnihpbageby@0pointer.de>
2006-2008 Lennart Poettering
Files: src/cardwidget.cc
src/cardwidget.h
src/channel.cc
src/channel.h
src/devicewidget.cc
src/devicewidget.h
src/mainwindow.cc
src/mainwindow.h
src/minimalstreamwidget.cc
src/minimalstreamwidget.h
src/pavucontrol.h
src/rolewidget.cc
src/rolewidget.h
src/sinkinputwidget.cc
src/sinkinputwidget.h
src/sinkwidget.cc
src/sinkwidget.h
src/sourceoutputwidget.cc
src/sourceoutputwidget.h
src/sourcewidget.cc
src/sourcewidget.h
src/streamwidget.cc
src/streamwidget.h
Copyright: 2006-2008 Lennart Poettering
2009 Colin Guthrie
License: GPL-2.0+
Files: src/pavucontrol.cc
Copyright: 2006-2008 Lennart Poettering
2008 Sjoerd Simons <sjoerd@luon.net> 2008 Sjoerd Simons <sjoerd@luon.net>
License: GPL-2.0+ License: GPL-2.0+
Files: debian/* Files: debian/*
Copyright: 2021-2022, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Copyright: 2021-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com>
2016-2019, Alf Gaida <agaida@siduction.org> 2016-2019, Alf Gaida <agaida@siduction.org>
License: GPL-2.0+ License: GPL-2.0+

View File

@ -3,3 +3,4 @@ Bug-Database: https://github.com/lxqt/pavucontrol-qt/issues
Bug-Submit: https://github.com/lxqt/pavucontrol-qt/issues/new Bug-Submit: https://github.com/lxqt/pavucontrol-qt/issues/new
Changelog: https://github.com/lxqt/pavucontrol-qt/blob/master/CHANGELOG Changelog: https://github.com/lxqt/pavucontrol-qt/blob/master/CHANGELOG
Repository: https://github.com/lxqt/pavucontrol-qt Repository: https://github.com/lxqt/pavucontrol-qt
Repository-Browse: https://github.com/lxqt/pavucontrol-qt