[Pkg-xfce-commits] r1665 - desktop/trunk/thunar/debian
corsac at alioth.debian.org
corsac at alioth.debian.org
Wed Feb 27 16:19:49 UTC 2008
Author: corsac
Date: 2008-02-27 16:19:48 +0000 (Wed, 27 Feb 2008)
New Revision: 1665
Modified:
desktop/trunk/thunar/debian/changelog
desktop/trunk/thunar/debian/rules
desktop/trunk/thunar/debian/thunar.install
Log:
* debian/patches:
* debian/thunar.install: install .desktop files in thunar package.
* debian/rules: remove .desktop files from thunar-data package.
Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog 2008-02-27 15:25:15 UTC (rev 1664)
+++ desktop/trunk/thunar/debian/changelog 2008-02-27 16:19:48 UTC (rev 1665)
@@ -1,11 +1,13 @@
thunar (0.9.0-4) UNRELEASED; urgency=low
- * debian/patches:
+ * debian/patches:
- 04_es-l10n-typo added. closes: #434002
- 05_thunar-vfs-nozombies added, prevents thunar and xfdesktop to spawn
zombies. Thanks Jeremy Lal. closes: #465803
+ * debian/thunar.install: install .desktop files in thunar package.
+ * debian/rules: remove .desktop files from thunar-data package.
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 27 Feb 2008 16:17:36 +0100
+ -- Yves-Alexis Perez <corsac at debian.org> Wed, 27 Feb 2008 16:45:03 +0100
thunar (0.9.0-3) unstable; urgency=low
Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules 2008-02-27 15:25:15 UTC (rev 1664)
+++ desktop/trunk/thunar/debian/rules 2008-02-27 16:19:48 UTC (rev 1665)
@@ -25,6 +25,9 @@
cd $(CURDIR)/debian/tmp/usr/share/doc/ && mv Thunar thunar-data
rm -rf $(CURDIR)/debian/tmp/usr/share/man
+binary-post-install/thunar-data::
+ rm -rf $(CURDIR)/debian/thunar-data/usr/share/applications
+
# The symlinks below aren't enough for dpkg to replace a directory with a
# symlink but they mean it's part of the package.
Modified: desktop/trunk/thunar/debian/thunar.install
===================================================================
--- desktop/trunk/thunar/debian/thunar.install 2008-02-27 15:25:15 UTC (rev 1664)
+++ desktop/trunk/thunar/debian/thunar.install 2008-02-27 16:19:48 UTC (rev 1665)
@@ -1,2 +1,3 @@
debian/tmp/usr/bin/*
debian/tmp/usr/lib/thunar/*
+debian/tmp/usr/share/applications/*
More information about the Pkg-xfce-commits
mailing list