[Pkg-xfce-commits] r684 - in goodies/xfce4-cpufreq-plugin/debian: .
patches
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sun Jun 4 11:22:09 UTC 2006
Author: corsac-guest
Date: 2006-06-04 11:22:07 +0000 (Sun, 04 Jun 2006)
New Revision: 684
Added:
goodies/xfce4-cpufreq-plugin/debian/patches/
goodies/xfce4-cpufreq-plugin/debian/patches/01_Makefile-install-target.patch
Removed:
goodies/xfce4-cpufreq-plugin/debian/patches/
goodies/xfce4-cpufreq-plugin/debian/xfce4-cpufreq-plugin.install
Modified:
goodies/xfce4-cpufreq-plugin/debian/changelog
goodies/xfce4-cpufreq-plugin/debian/rules
Log:
port to 4.4 panel
Modified: goodies/xfce4-cpufreq-plugin/debian/changelog
===================================================================
--- goodies/xfce4-cpufreq-plugin/debian/changelog 2006-06-03 16:00:40 UTC (rev 683)
+++ goodies/xfce4-cpufreq-plugin/debian/changelog 2006-06-04 11:22:07 UTC (rev 684)
@@ -1,3 +1,10 @@
+xfce4-cpufreq-plugin (0.2-1) UNRELEASED; urgency=low
+
+ * New upstream release, ported to 4.4 panel
+ * Switch from dpatch to simple-patchsys in debian/rules
+
+ -- Yves-Alexis Perez <corsac at corsac.net> Sun, 4 Jun 2006 12:28:51 +0200
+
xfce4-cpufreq-plugin (0.1-2) unstable; urgency=low
* Added progressbar-size patch to match other panel plugins' style
Added: goodies/xfce4-cpufreq-plugin/debian/patches/01_Makefile-install-target.patch
===================================================================
--- goodies/xfce4-cpufreq-plugin/debian/patches/01_Makefile-install-target.patch 2006-06-03 16:00:40 UTC (rev 683)
+++ goodies/xfce4-cpufreq-plugin/debian/patches/01_Makefile-install-target.patch 2006-06-04 11:22:07 UTC (rev 684)
@@ -0,0 +1,13 @@
+--- /home/corsac/builds/xfce4-cpufreq-plugin-0.2/Makefile 2006-06-04 07:12:44.000000000 +0200
++++ Makefile 2006-06-04 13:08:23.000000000 +0200
+@@ -12,8 +12,8 @@
+ $(MAKE) -C po clean
+
+ install: $(OUT)
+- install -m 755 -o 0 -g 0 $(OUT) $(DESTDIR)/usr/lib/xfce4/panel-plugins
+- install -m 644 -o 0 -g 0 cpufreq.desktop $(DESTDIR)/usr/share/xfce4/panel-plugins
++ install -m 755 -o 0 -g 0 -D $(OUT) $(DESTDIR)/usr/lib/xfce4/panel-plugins/$(OUT)
++ install -m 644 -o 0 -g 0 -D cpufreq.desktop $(DESTDIR)/usr/share/xfce4/panel-plugins/cpufreq.desktop
+ $(MAKE) DESTDIR=$(DESTDIR) -C po install-po
+
+ uninstall:
Modified: goodies/xfce4-cpufreq-plugin/debian/rules
===================================================================
--- goodies/xfce4-cpufreq-plugin/debian/rules 2006-06-03 16:00:40 UTC (rev 683)
+++ goodies/xfce4-cpufreq-plugin/debian/rules 2006-06-04 11:22:07 UTC (rev 684)
@@ -1,12 +1,14 @@
#!/usr/bin/make -f
-include /usr/share/cdbs/1/rules/dpatch.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile-vars.mk
DEB_MAKE_INVOKE := $(DEB_MAKE_ENVVARS) \
make -C $(DEB_BUILDDIR)
+DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/`dh_listpackages`
+
include /usr/share/cdbs/1/class/makefile.mk
binary-post-install/xfce4-cpufreq-plugin::
Deleted: goodies/xfce4-cpufreq-plugin/debian/xfce4-cpufreq-plugin.install
===================================================================
--- goodies/xfce4-cpufreq-plugin/debian/xfce4-cpufreq-plugin.install 2006-06-03 16:00:40 UTC (rev 683)
+++ goodies/xfce4-cpufreq-plugin/debian/xfce4-cpufreq-plugin.install 2006-06-04 11:22:07 UTC (rev 684)
@@ -1 +0,0 @@
-libcpufreq.so /usr/lib/xfce4/panel-plugins
More information about the Pkg-xfce-commits
mailing list