[Pkg-xfce-commits] r487 - desktop/trunk/thunar/debian
Yves-Alexis Perez
corsac-guest at costa.debian.org
Mon Mar 6 13:57:54 UTC 2006
Author: corsac-guest
Date: 2006-03-06 13:57:53 +0000 (Mon, 06 Mar 2006)
New Revision: 487
Modified:
desktop/trunk/thunar/debian/README.Debian
desktop/trunk/thunar/debian/changelog
desktop/trunk/thunar/debian/control
desktop/trunk/thunar/debian/libthunar-vfs-1.install
desktop/trunk/thunar/debian/libthunar-vfs-1.shlibs
desktop/trunk/thunar/debian/thunar.install
Log:
lots of changes, soname bumps, install fixes etc..
Modified: desktop/trunk/thunar/debian/README.Debian
===================================================================
--- desktop/trunk/thunar/debian/README.Debian 2006-03-06 11:48:02 UTC (rev 486)
+++ desktop/trunk/thunar/debian/README.Debian 2006-03-06 13:57:53 UTC (rev 487)
@@ -1,9 +1,11 @@
thunar for Debian
-----------------
-This version is an svn snapshot of Thunar, and thus can have lots of bugs. It's proposed for testing purposes. Don't forget to report bugs.
+This version is an svn snapshot of Thunar, and thus can have lots of bugs.
+It's proposed for testing purposes. Don't forget to report bugs.
-In order to use volume management features, you should install hal, dbus-1-utils and pmount packages.
+In order to use volume management features, you should install hal,
+dbus-1-utils and pmount packages.
You also need to add yourself to the plugdev group, so you can use pmount.
Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog 2006-03-06 11:48:02 UTC (rev 486)
+++ desktop/trunk/thunar/debian/changelog 2006-03-06 13:57:53 UTC (rev 487)
@@ -1,14 +1,19 @@
thunar (0.2.2alpha2-r20235-1) UNRELEASED; urgency=low
* New upstream (alpha2) release
- * Build-depend on libhal-storage-dev and libdbus-glib-1-dev to enable volume
- management in thunar (please see /usr/share/doc/thunar/README.volumes)
- * Build-depend on libgamin so thunar is informed of changes by gam
- * thunar package now depends on libthunar-vfs-1
- * Included thunar-uca (User Customisable Actions) in package
- * Added FAQ and HACKING in the docs
- * Added upstream documentation in the docs
- * Now depends on desktop-file-utils so thunar can use update-desktop-database
+ * debian/control
+ - Build-depend on libhal-storage-dev and libdbus-glib-1-dev to enable
+ volume management in thunar (see /usr/share/doc/thunar/README.volumes)
+ - Build-depend on libgamin so thunar is informed of changes by gam
+ - Depend on desktop-file-utils so thunar can use update-desktop-database
+ * debian/libthunar-vfs-1.shlibs
+ - bump soname
+ * debian/thunar.install
+ - Included thunar-uca (User Customisable Actions) in thunar package
+ - Moved locales from libthunarvfs-1 to thunar package
+ - Added html doc files
+ * debian/docs
+ - Added FAQ and HACKING in the docs
-- Yves-Alexis Perez <corsac at corsac.net> Thu, 23 Feb 2006 16:03:06 +0100
Modified: desktop/trunk/thunar/debian/control
===================================================================
--- desktop/trunk/thunar/debian/control 2006-03-06 11:48:02 UTC (rev 486)
+++ desktop/trunk/thunar/debian/control 2006-03-06 13:57:53 UTC (rev 487)
@@ -8,7 +8,7 @@
Package: thunar
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, desktop-file-utils, libthunar-vfs-1 (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, desktop-file-utils
Recommends: hal, pmount
Description: File Manager for Xfce
Thunar is the file manager designed to be the default file manager of Xfce 4.4
@@ -16,7 +16,7 @@
This version is an svn snapshot, and thus may contains bugs.
Its purpose is testing only.
.
- Please read README.Debian concerning volume management stuffs.
+ Please read README.Debian concerning volume management stuff.
Package: libthunar-vfs-1-dev
Section: libdevel
Modified: desktop/trunk/thunar/debian/libthunar-vfs-1.install
===================================================================
--- desktop/trunk/thunar/debian/libthunar-vfs-1.install 2006-03-06 11:48:02 UTC (rev 486)
+++ desktop/trunk/thunar/debian/libthunar-vfs-1.install 2006-03-06 13:57:53 UTC (rev 487)
@@ -1,3 +1,2 @@
debian/tmp/usr/lib/lib*.so.*
debian/tmp/usr/lib/thunarx-1/*
-
Modified: desktop/trunk/thunar/debian/libthunar-vfs-1.shlibs
===================================================================
--- desktop/trunk/thunar/debian/libthunar-vfs-1.shlibs 2006-03-06 11:48:02 UTC (rev 486)
+++ desktop/trunk/thunar/debian/libthunar-vfs-1.shlibs 2006-03-06 13:57:53 UTC (rev 487)
@@ -1,2 +1,2 @@
-libthunar-vfs-1 0 libthunar-vfs-1 (>= 0.2.2alpha2-r20235-1)
-libthunarx-1 0 libthunar-vfs-1 (>= 0.2.2alpha2-r20235-1)
+libthunar-vfs-1 2 libthunar-vfs-1 (>= 0.2.2alpha2-r20235-1)
+libthunarx-1 2 libthunar-vfs-1 (>= 0.2.2alpha2-r20235-1)
Modified: desktop/trunk/thunar/debian/thunar.install
===================================================================
--- desktop/trunk/thunar/debian/thunar.install 2006-03-06 11:48:02 UTC (rev 486)
+++ desktop/trunk/thunar/debian/thunar.install 2006-03-06 13:57:53 UTC (rev 487)
@@ -1,6 +1,9 @@
debian/tmp/usr/bin/*
+debian/tmp/etc/*
debian/tmp/usr/share/applications/*
+debian/tmp/usr/share/dbus-1/*
+debian/tmp/usr/share/doc/*
debian/tmp/usr/share/icons/*
+debian/tmp/usr/share/locale/*/*/*.mo
debian/tmp/usr/share/pixmaps/*
-debian/tmp/usr/share/locale/*/*/*.mo
debian/tmp/usr/lib/thunar/*
More information about the Pkg-xfce-commits
mailing list