[Pkg-xfce-commits] r3135 - desktop/trunk/xfce4-panel/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Apr 19 12:32:34 UTC 2009
Author: corsac
Date: 2009-04-19 12:32:34 +0000 (Sun, 19 Apr 2009)
New Revision: 3135
Removed:
desktop/trunk/xfce4-panel/debian/patches/
Modified:
desktop/trunk/xfce4-panel/debian/changelog
desktop/trunk/xfce4-panel/debian/control
desktop/trunk/xfce4-panel/debian/rules
Log:
* New upstream release.
- fix launchers arrow in vertical panel. closes: #524676
* debian/patches:
- 01_fix-wl-as-needed dropped, merged upstream.
Modified: desktop/trunk/xfce4-panel/debian/changelog
===================================================================
--- desktop/trunk/xfce4-panel/debian/changelog 2009-04-19 12:32:21 UTC (rev 3134)
+++ desktop/trunk/xfce4-panel/debian/changelog 2009-04-19 12:32:34 UTC (rev 3135)
@@ -1,3 +1,12 @@
+xfce4-panel (4.6.1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ - fix launchers arrow in vertical panel. closes: #524676
+ * debian/patches:
+ - 01_fix-wl-as-needed dropped, merged upstream.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 18 Apr 2009 19:52:16 +0200
+
xfce4-panel (4.6.0-2) unstable; urgency=low
* Upload to unstable.
Modified: desktop/trunk/xfce4-panel/debian/control
===================================================================
--- desktop/trunk/xfce4-panel/debian/control 2009-04-19 12:32:21 UTC (rev 3134)
+++ desktop/trunk/xfce4-panel/debian/control 2009-04-19 12:32:34 UTC (rev 3135)
@@ -6,7 +6,7 @@
Build-Depends: debhelper (>= 7), libgtk2.0-dev (>= 2.10.6), bison,
libxft-dev, libxml2-dev, chrpath, libxfce4util-dev (>= 4.6.0),
libxfcegui4-dev (>= 4.6.0), libexo-0.3-dev (>= 0.3.100), libwnck-dev,
- libxml-parser-perl, intltool, quilt
+ libxml-parser-perl, intltool
Standards-Version: 3.8.1
Homepage: http://www.xfce.org/
Vcs-Svn: svn://svn.debian.org/pkg-xfce/desktop/trunk/xfce4-panel/
Modified: desktop/trunk/xfce4-panel/debian/rules
===================================================================
--- desktop/trunk/xfce4-panel/debian/rules 2009-04-19 12:32:21 UTC (rev 3134)
+++ desktop/trunk/xfce4-panel/debian/rules 2009-04-19 12:32:34 UTC (rev 3135)
@@ -1,5 +1,4 @@
#!/usr/bin/make -f
-include /usr/share/quilt/quilt.make
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
@@ -18,14 +17,14 @@
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --enable-final --libexecdir=\$${prefix}/lib
-build: patch build-stamp
+build: build-stamp
build-stamp: config.status
dh_testdir
$(MAKE)
touch build-stamp
-clean: unpatch
+clean:
dh_testdir
dh_testroot
@@ -89,4 +88,4 @@
dh_builddeb
binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install patch unpatch
+.PHONY: build clean binary-indep binary-arch binary install
More information about the Pkg-xfce-commits
mailing list