[Pkg-xfce-commits] r705 - desktop/trunk/thunar/debian

Simon Huggins huggie at costa.debian.org
Thu Jun 15 22:03:17 UTC 2006


Author: huggie
Date: 2006-06-15 22:03:17 +0000 (Thu, 15 Jun 2006)
New Revision: 705

Modified:
   desktop/trunk/thunar/debian/changelog
   desktop/trunk/thunar/debian/control
   desktop/trunk/thunar/debian/rules
Log:
Switch the packages around in control so we build the lib first and can use
it to correct the shlibs dependency


Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog	2006-06-15 18:16:55 UTC (rev 704)
+++ desktop/trunk/thunar/debian/changelog	2006-06-15 22:03:17 UTC (rev 705)
@@ -1,6 +1,12 @@
-thunar (0.3.0beta1-2) unstable; urgency=low
+thunar (0.3.0beta1-2) unstable; urgency=high
 
-  * Added shared-mime-info as dependency to have correct mime types detection 
+  (Yves-Alexis Perez)
+   * Added shared-mime-info as dependency to have correct mime types detection 
+  (Simon Huggins)
+   * Move the packages around in debian/control so the lib is built first and
+     the shlibs file gets taken into account and we get a proper versioned
+     libthunar-vfs-1-2 dep.  urgency=high to fix the stupid amd64 dependency
+     bug pbuilder left us.                                      closes: #373724
 
  -- Yves-Alexis Perez <corsac at corsac.net>  Mon,  5 Jun 2006 17:26:39 +0200
 

Modified: desktop/trunk/thunar/debian/control
===================================================================
--- desktop/trunk/thunar/debian/control	2006-06-15 18:16:55 UTC (rev 704)
+++ desktop/trunk/thunar/debian/control	2006-06-15 22:03:17 UTC (rev 705)
@@ -6,19 +6,6 @@
 Build-Depends: debhelper (>= 4.1.0), autotools-dev, libcairo2-dev, libexo-0.3-dev (>= 0.3.1.6beta1-1), cdbs, libxml-parser-perl, libgamin-dev, libhal-storage-dev, libdbus-glib-1-dev, libexif-dev
 Standards-Version: 3.6.2
 
-Package: thunar
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, desktop-file-utils, shared-mime-info
-Recommends: hal, pmount
-Conflicts: libthunar-vfs-1 (<= 0.2.0alpha-r19548-3)
-Description: File Manager for Xfce
- Thunar is the file manager designed to be the default file manager of Xfce 4.4
- .
- This version is an svn snapshot, and thus may contains bugs. 
- Its purpose is testing only.
- .
- Please read README.Debian concerning volume management stuff.
-
 Package: libthunar-vfs-1-dev
 Section: libdevel
 Architecture: any
@@ -37,3 +24,16 @@
  This package contains a library for virtual file system abstraction. It's 
  used by thunar, the file manager of Xfce 4.4
 
+Package: thunar
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, desktop-file-utils, shared-mime-info
+Recommends: hal, pmount
+Conflicts: libthunar-vfs-1 (<= 0.2.0alpha-r19548-3)
+Description: File Manager for Xfce
+ Thunar is the file manager designed to be the default file manager of Xfce 4.4
+ .
+ This version is an svn snapshot, and thus may contains bugs. 
+ Its purpose is testing only.
+ .
+ Please read README.Debian concerning volume management stuff.
+

Modified: desktop/trunk/thunar/debian/rules
===================================================================
--- desktop/trunk/thunar/debian/rules	2006-06-15 18:16:55 UTC (rev 704)
+++ desktop/trunk/thunar/debian/rules	2006-06-15 22:03:17 UTC (rev 705)
@@ -5,7 +5,6 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS := --enable-final --disable-gnome-thumbnailers
 
-
 install/thunar::
 	cd $(CURDIR)/debian/tmp/usr/share/doc/ \
 	&& mv Thunar thunar




More information about the Pkg-xfce-commits mailing list