[Pkg-xfce-commits] r509 - desktop/trunk/thunar/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Sun Mar 12 15:08:47 UTC 2006
Author: corsac-guest
Date: 2006-03-12 15:08:46 +0000 (Sun, 12 Mar 2006)
New Revision: 509
Modified:
desktop/trunk/thunar/debian/control
desktop/trunk/thunar/debian/docs
desktop/trunk/thunar/debian/rules
Log:
ship /usr/share/doc/thunar instead of Thunar
update -dev dependancy in control files
Modified: desktop/trunk/thunar/debian/control
===================================================================
--- desktop/trunk/thunar/debian/control 2006-03-12 12:45:49 UTC (rev 508)
+++ desktop/trunk/thunar/debian/control 2006-03-12 15:08:46 UTC (rev 509)
@@ -22,7 +22,7 @@
Package: libthunar-vfs-1-dev
Section: libdevel
Architecture: any
-Depends: libthunar-vfs-1 (= ${Source-Version})
+Depends: libthunar-vfs-1-2 (= ${Source-Version})
Description: Development files for libthunar-vfs
This package contains the headers and the static library for libthunar-vfs,
the virtual file system abstraction used by thunar
Modified: desktop/trunk/thunar/debian/docs
===================================================================
--- desktop/trunk/thunar/debian/docs 2006-03-12 12:45:49 UTC (rev 508)
+++ desktop/trunk/thunar/debian/docs 2006-03-12 15:08:46 UTC (rev 509)
@@ -1,3 +1,2 @@
FAQ
HACKING
-docs/*
Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules 2006-03-12 12:45:49 UTC (rev 508)
+++ desktop/trunk/thunar/debian/rules 2006-03-12 15:08:46 UTC (rev 509)
@@ -6,6 +6,10 @@
DEB_CONFIGURE_EXTRA_FLAGS := --enable-final
-binary-post-install/libthunar-vfs-1::
+install/thunar::
+ cd $(CURDIR)/debian/tmp/usr/share/doc/ \
+ && mv Thunar thunar
+
+binary-post-install/libthunar-vfs-1-2::
install -D -p -o root -g root -m 644 debian/lintian $(CURDIR)/debian/libthunar-vfs-1/usr/share/lintian/overrides/libthunar-vfs-1
dh_installman debian/thunar.1 debian/Thunar.1
More information about the Pkg-xfce-commits
mailing list