[Pkg-xfce-commits] r7599 - desktop/trunk/orage/debian
Yves-Alexis Perez
corsac at alioth.debian.org
Fri May 24 06:20:36 UTC 2013
Author: corsac
Date: 2013-05-24 06:20:36 +0000 (Fri, 24 May 2013)
New Revision: 7599
Modified:
desktop/trunk/orage/debian/changelog
desktop/trunk/orage/debian/control
desktop/trunk/orage/debian/rules
Log:
- drop chrpath build-dep.
- drop chrpath call.
Modified: desktop/trunk/orage/debian/changelog
===================================================================
--- desktop/trunk/orage/debian/changelog 2013-05-24 06:19:45 UTC (rev 7598)
+++ desktop/trunk/orage/debian/changelog 2013-05-24 06:20:36 UTC (rev 7599)
@@ -4,8 +4,10 @@
* debian/control:
- remove dpkg-dev build-dep, stable has hardening support.
- remove version on xfce4-panel-dev build-dep, stable has Xfce 4.8.
+ - drop chrpath build-dep.
* debian/rules:
- enable parallel build.
+ - drop chrpath call.
-- Yves-Alexis Perez <corsac at debian.org> Fri, 24 May 2013 08:17:43 +0200
Modified: desktop/trunk/orage/debian/control
===================================================================
--- desktop/trunk/orage/debian/control 2013-05-24 06:19:45 UTC (rev 7598)
+++ desktop/trunk/orage/debian/control 2013-05-24 06:20:36 UTC (rev 7599)
@@ -5,7 +5,7 @@
Uploaders: Yves-Alexis Perez <corsac at debian.org>,
Lionel Le Folgoc <mrpouit at gmail.com>
Build-Depends: debhelper (>= 9), libxml-parser-perl,
- libgtk2.0-dev (>= 2.10.1), xfce4-panel-dev, chrpath,
+ libgtk2.0-dev (>= 2.10.1), xfce4-panel-dev
libxfcegui4-dev (>= 4.6.0), libnotify-dev, libdbus-1-dev, intltool,
libdbus-1-dev, libical-dev, libpopt-dev, xfce4-dev-tools, libtool,
Standards-Version: 3.9.4
Modified: desktop/trunk/orage/debian/rules
===================================================================
--- desktop/trunk/orage/debian/rules 2013-05-24 06:19:45 UTC (rev 7598)
+++ desktop/trunk/orage/debian/rules 2013-05-24 06:20:36 UTC (rev 7599)
@@ -7,10 +7,5 @@
override_dh_auto_configure:
dh_auto_configure -- --enable-dbus --enable-libical
-override_dh_install:
- chrpath -d -k $(CURDIR)/debian/orage/usr/bin/* \
- $(CURDIR)/debian/orage/usr/lib/$(DEB_HOST_MULTIARCH)/xfce4/panel-plugins/*
- dh_install --fail-missing
-
%:
dh $@ --parallel
More information about the Pkg-xfce-commits
mailing list