Compare commits

..

No commits in common. "8890835e488b5f1fae46cf7576c58aedd85bb196" and "b55e967956d1a9875cd7a26592264f863dca5a04" have entirely different histories.

4 changed files with 35 additions and 40 deletions

33
debian/changelog vendored
View File

@ -1,36 +1,3 @@
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.13.0), lxqt-build-tools (>= 0.12.0),
xdg-user-dirs xdg-user-dirs
Standards-Version: 4.6.2 Standards-Version: 4.6.1
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: pipewire-pulse | pulseaudio, ${misc:Depends}, ${shlibs:Depends} Depends: pulseaudio | pipewire-pulse, ${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,13 +6,42 @@ 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>
2009 Colin Guthrie <mzcnihpbageby@0pointer.de> License: GPL-2.0+
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-2023, Lubuntu Developers <lubuntu-devel@lists.ubuntu.com> Copyright: 2021-2022, 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,4 +3,3 @@ 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