[Pkg-xfce-commits] r4315 - in goodies/branches/experimental: . xfce4-cpufreq-plugin/debian xfce4-cpufreq-plugin/debian/patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sun Oct 17 02:51:34 UTC 2010
Author: corsac
Date: 2010-10-17 14:51:33 +0000 (Sun, 17 Oct 2010)
New Revision: 4315
Added:
goodies/branches/experimental/xfce4-cpufreq-plugin/
goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series
Modified:
goodies/branches/experimental/xfce4-cpufreq-plugin/debian/changelog
goodies/branches/experimental/xfce4-cpufreq-plugin/debian/control
goodies/branches/experimental/xfce4-cpufreq-plugin/debian/rules
Log:
* debian/rules:
- switch to dh7 tiny rules
* debian/control:
- update dh build dep to 7.0.50~ for overrides.
Modified: goodies/branches/experimental/xfce4-cpufreq-plugin/debian/changelog
===================================================================
--- goodies/tags/xfce4-cpufreq-plugin/0.2-3/debian/changelog 2010-10-05 17:45:13 UTC (rev 4299)
+++ goodies/branches/experimental/xfce4-cpufreq-plugin/debian/changelog 2010-10-17 14:51:33 UTC (rev 4315)
@@ -1,5 +1,14 @@
-xfce4-cpufreq-plugin (0.2-3) UNRELEASED; urgency=low
+xfce4-cpufreq-plugin (0.2-4) UNRELEASED; urgency=low
+ * debian/rules:
+ - switch to dh7 tiny rules
+ * debian/control:
+ - update dh build dep to 7.0.50~ for overrides.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sun, 17 Oct 2010 16:50:14 +0200
+
+xfce4-cpufreq-plugin (0.2-3) unstable; urgency=low
+
[ Stefan Ott ]
* debian/control: update e-mail address
Modified: goodies/branches/experimental/xfce4-cpufreq-plugin/debian/control
===================================================================
--- goodies/tags/xfce4-cpufreq-plugin/0.2-3/debian/control 2010-10-05 17:45:13 UTC (rev 4299)
+++ goodies/branches/experimental/xfce4-cpufreq-plugin/debian/control 2010-10-17 14:51:33 UTC (rev 4315)
@@ -5,7 +5,7 @@
Uploaders: Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>,
Martin Loschwitz <madkiss at debian.org>, Yves-Alexis Perez <corsac at debian.org>, Stefan Ott <stefan at ott.net>,
Lionel Le Folgoc <mrpouit at gmail.com>
-Build-Depends: cdbs, debhelper (>= 7), libgtk2.0-dev, xfce4-panel-dev (>= 4.3.90.2-3), libxml2-dev, libcpufreq-dev, intltool
+Build-Depends: cdbs, debhelper (>= 7.0.50~), libgtk2.0-dev, xfce4-panel-dev (>= 4.3.90.2-3), libxml2-dev, libcpufreq-dev, intltool
Standards-Version: 3.8.2
Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/xfce4-cpufreq-plugin/
Vcs-Browser: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/xfce4-cpufreq-plugin/
Added: goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series
===================================================================
--- goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series (rev 0)
+++ goodies/branches/experimental/xfce4-cpufreq-plugin/debian/patches/series 2010-10-17 14:51:33 UTC (rev 4315)
@@ -0,0 +1,3 @@
+01_add_always_ghz_option.patch
+02_ja.po.patch
+03_fix-segfault-on-exit.patch
Modified: goodies/branches/experimental/xfce4-cpufreq-plugin/debian/rules
===================================================================
--- goodies/tags/xfce4-cpufreq-plugin/0.2-3/debian/rules 2010-10-05 17:45:13 UTC (rev 4299)
+++ goodies/branches/experimental/xfce4-cpufreq-plugin/debian/rules 2010-10-17 14:51:33 UTC (rev 4315)
@@ -1,16 +1,9 @@
#!/usr/bin/make -f
-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
+%:
+ dh $@
-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::
+override_dh_auto_install:
-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a
-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.la
+ dh_auto_install
More information about the Pkg-xfce-commits
mailing list