[Pkg-xfce-commits] r8204 - in /desktop/trunk/thunar-volman/debian: changelog control rules
Yves-Alexis Perez
corsac at moszumanska.debian.org
Sun Feb 2 20:35:56 UTC 2014
Author: corsac
Date: Sun Feb 2 20:35:56 2014
New Revision: 8204
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8204
Log:
* debian/rules:
- use autotools-dev addon to update autotools helper files.
* debian/control:
- add build-dep on autotools-dev.
Modified:
desktop/trunk/thunar-volman/debian/changelog
desktop/trunk/thunar-volman/debian/control
desktop/trunk/thunar-volman/debian/rules
Modified: desktop/trunk/thunar-volman/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar-volman/debian/changelog?rev=8204&op=diff
==============================================================================
--- desktop/trunk/thunar-volman/debian/changelog (original)
+++ desktop/trunk/thunar-volman/debian/changelog Sun Feb 2 20:35:56 2014
@@ -10,6 +10,12 @@
* debian/rules:
- Add option for verbose mode
* Create manpage for thunar-volman-settings
+
+ [ Yves-Alexis Perez ]
+ * debian/rules:
+ - use autotools-dev addon to update autotools helper files.
+ * debian/control:
+ - add build-dep on autotools-dev.
-- Jackson Doak <noskcaj at ubuntu.com> Sat, 24 Aug 2013 18:01:41 +1000
Modified: desktop/trunk/thunar-volman/debian/control
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar-volman/debian/control?rev=8204&op=diff
==============================================================================
--- desktop/trunk/thunar-volman/debian/control (original)
+++ desktop/trunk/thunar-volman/debian/control Sun Feb 2 20:35:56 2014
@@ -7,7 +7,7 @@
Build-Depends: debhelper (>= 9), libexo-1-dev (>= 0.6.0), dpkg-dev (>= 1.16.1),
libgudev-1.0-dev (>= 145), libxfce4util-dev (>= 4.8.0),
libxfce4ui-1-dev (>= 4.8.0), libxfconf-0-dev (>= 4.8.0), libnotify-dev,
- chrpath, libxml-parser-perl, intltool
+ chrpath, libxml-parser-perl, intltool, autotools-dev
Standards-Version: 3.9.4
Vcs-Svn: svn://anonscm.debian.org/pkg-xfce/goodies/trunk/thunar-volman/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-xfce/goodies/trunk/thunar-volman/
Modified: desktop/trunk/thunar-volman/debian/rules
URL: http://svn.debian.org/wsvn/pkg-xfce/desktop/trunk/thunar-volman/debian/rules?rev=8204&op=diff
==============================================================================
--- desktop/trunk/thunar-volman/debian/rules (original)
+++ desktop/trunk/thunar-volman/debian/rules Sun Feb 2 20:35:56 2014
@@ -7,7 +7,7 @@
export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
- dh $@ --parallel
+ dh $@ --parallel --with autotools-dev
override_dh_install:
chrpath -d -k $(CURDIR)/debian/thunar-volman/usr/bin/thunar-volman
More information about the Pkg-xfce-commits
mailing list