[Pkg-xfce-commits] r10054 - in /goodies/trunk/xfce4-pulseaudio-plugin/debian: changelog control copyright rules
Unit 193
unit193-guest at moszumanska.debian.org
Fri Sep 29 21:42:48 UTC 2017
Author: unit193-guest
Date: Fri Sep 29 21:42:48 2017
New Revision: 10054
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=10054
Log:
Revert to unstable.
Modified:
goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog
goodies/trunk/xfce4-pulseaudio-plugin/debian/control
goodies/trunk/xfce4-pulseaudio-plugin/debian/copyright
goodies/trunk/xfce4-pulseaudio-plugin/debian/rules
Modified: goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog?rev=10054&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog (original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/changelog Fri Sep 29 21:42:48 2017
@@ -1,20 +1,3 @@
-xfce4-pulseaudio-plugin (0.3.1-1) UNRELEASED; urgency=medium
-
- [ Unit 193 ]
- * New upstream release.
- * Update Standards-Version to 4.1.1.
- * d/control:
- - Update homepage as defined in the plugin.
- - Use https where possible.
- * d/copyright:
- - Update copyright information, adding authors and updating years.
- - Use https where possible.
- * d/rules:
- - Drop unneeded appended flags from CFLAGS.
- - Drop --disable-silent-rules as it is default in debhelper now.
-
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 06 Sep 2017 08:03:10 -0400
-
xfce4-pulseaudio-plugin (0.2.5-1) unstable; urgency=medium
[ Unit 193 ]
Modified: goodies/trunk/xfce4-pulseaudio-plugin/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/debian/control?rev=10054&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/control (original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/control Fri Sep 29 21:42:48 2017
@@ -21,9 +21,9 @@
libxfce4ui-2-dev,
libxfce4util-dev,
libxfconf-0-dev
-Standards-Version: 4.1.1
-Homepage: https://docs.xfce.org/apps/pulseaudio-plugin/start
-Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/
+Standards-Version: 4.0.0
+Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin
+Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/
Package: xfce4-pulseaudio-plugin
Modified: goodies/trunk/xfce4-pulseaudio-plugin/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/debian/copyright?rev=10054&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/copyright (original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/copyright Fri Sep 29 21:42:48 2017
@@ -1,20 +1,13 @@
-Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: xfce4-pulseaudio-plugin
-Source: https://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/
+Source: http://git.xfce.org/panel-plugins/xfce4-pulseaudio-plugin/
Files: *
-Copyright: 2009-2015 Steve Dodier-Lazaro <sidi at xfce.org>
- 2014-2017 Andrzej Radecki <ndrwrdck at gmail.com>
- 2014 Eric Koegel <eric at xfce.org>
- 2015 Guido Berhoerster <guido+xfce at berhoerster.name>
- 2015 Simon Steinbeiss <ochosi at xfce.org>
- 2017 Matthieu Mota <matthieumota at gmail.com>
- 2017 Viktor Odintsev <zakhams at gmail.com>
- 2017 Sean Davis <bluesabre at xfce.org>
+Copyright: 2014-2015 Andrzej <ndrwrdck at gmail.com>
License: GPL-2.0+
Files: debian/*
-Copyright: 2015-2017 Unit 193 <unit193 at ubuntu.com>
+Copyright: 2015 Unit 193 <unit193 at ubuntu.com>
License: GPL-2.0+
License: GPL-2.0+
@@ -29,7 +22,7 @@
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <https://www.gnu.org/licenses/>
+ along with this program. If not, see <http://www.gnu.org/licenses/>
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
Modified: goodies/trunk/xfce4-pulseaudio-plugin/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-pulseaudio-plugin/debian/rules?rev=10054&op=diff
==============================================================================
--- goodies/trunk/xfce4-pulseaudio-plugin/debian/rules (original)
+++ goodies/trunk/xfce4-pulseaudio-plugin/debian/rules Fri Sep 29 21:42:48 2017
@@ -5,6 +5,7 @@
DPKG_EXPORT_BUILDFLAGS = 1
include /usr/share/dpkg/default.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -Wl,-O1 -Wl,-z,defs
%:
@@ -12,6 +13,7 @@
override_dh_auto_configure:
dh_auto_configure -- \
+ --disable-silent-rules \
--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \
--enable-keybinder \
--enable-libnotify
More information about the Pkg-xfce-commits
mailing list