[Pkg-xfce-commits] r7427 - in desktop/trunk/xfce4-mixer: . debian
Yves-Alexis Perez
corsac at alioth.debian.org
Tue May 21 08:44:01 UTC 2013
Author: corsac
Date: 2013-05-21 20:44:01 +0000 (Tue, 21 May 2013)
New Revision: 7427
Modified:
desktop/trunk/xfce4-mixer/
desktop/trunk/xfce4-mixer/debian/changelog
desktop/trunk/xfce4-mixer/debian/control
desktop/trunk/xfce4-mixer/debian/rules
Log:
merge changes from experimental
Property changes on: desktop/trunk/xfce4-mixer
___________________________________________________________________
Added: svn:mergeinfo
+ /desktop/branches/experimental/xfce4-mixer:7159-7388
Modified: desktop/trunk/xfce4-mixer/debian/changelog
===================================================================
--- desktop/trunk/xfce4-mixer/debian/changelog 2013-05-21 20:43:33 UTC (rev 7426)
+++ desktop/trunk/xfce4-mixer/debian/changelog 2013-05-21 20:44:01 UTC (rev 7427)
@@ -1,3 +1,20 @@
+xfce4-mixer (4.10.0-1) experimental; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ - update build-deps for 4.10.
+ - add build-dep on libunique-dev and libkeybinder-dev.
+ * debian/rules:
+ - delete .la files.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 13 Oct 2012 15:25:39 +0200
+
+xfce4-mixer (4.8.0-4) experimental; urgency=low
+
+ * Rebuild against xfce4-panel 4.10.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Mon, 17 Sep 2012 23:48:51 +0200
+
xfce4-mixer (4.8.0-3) unstable; urgency=low
* Remove lintian overrides. closes: #670045
Modified: desktop/trunk/xfce4-mixer/debian/control
===================================================================
--- desktop/trunk/xfce4-mixer/debian/control 2013-05-21 20:43:33 UTC (rev 7426)
+++ desktop/trunk/xfce4-mixer/debian/control 2013-05-21 20:44:01 UTC (rev 7427)
@@ -6,9 +6,10 @@
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), pkg-config, libglib2.0-dev,
libgstreamer-plugins-base0.10-dev, libgtk2.0-dev,
- libxfce4util-dev (>= 4.8.0), libxfce4ui-1-dev (>= 4.8.0),
- xfce4-panel-dev (>= 4.8.0), libxml-parser-perl,
- libxfconf-0-dev (>= 4.8.0), intltool, dpkg-dev (>= 1.16.1)
+ libxfce4util-dev (>= 4.10.0), libxfce4ui-1-dev (>= 4.10.0),
+ xfce4-panel-dev (>= 4.10.0), libxml-parser-perl,
+ libxfconf-0-dev (>= 4.10.0), intltool, dpkg-dev (>= 1.16.1),
+ libunique-dev, libkeybinder-dev
Standards-Version: 3.9.3
Homepage: http://www.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-mixer/
Modified: desktop/trunk/xfce4-mixer/debian/rules
===================================================================
--- desktop/trunk/xfce4-mixer/debian/rules 2013-05-21 20:43:33 UTC (rev 7426)
+++ desktop/trunk/xfce4-mixer/debian/rules 2013-05-21 20:44:01 UTC (rev 7427)
@@ -11,3 +11,4 @@
install -d $(CURDIR)/debian/xfce4-mixer/usr/share/pixmaps
install -c -m 644 $(CURDIR)/debian/xfce4-mixer.xpm \
$(CURDIR)/debian/xfce4-mixer/usr/share/pixmaps
+ find debian/xfce4-mixer/usr/lib -name '*.la' -delete
More information about the Pkg-xfce-commits
mailing list