[Pkg-xfce-commits] r440 - in desktop/trunk/thunar/debian: . patches

Yves-Alexis Perez corsac-guest at costa.debian.org
Sun Jan 22 21:51:55 UTC 2006


Author: corsac-guest
Date: 2006-01-22 21:51:54 +0000 (Sun, 22 Jan 2006)
New Revision: 440

Removed:
   desktop/trunk/thunar/debian/patches/01_fix_build_amd64.patch
Modified:
   desktop/trunk/thunar/debian/changelog
   desktop/trunk/thunar/debian/control
Log:
New thunar prerelease \o/



Modified: desktop/trunk/thunar/debian/changelog
===================================================================
--- desktop/trunk/thunar/debian/changelog	2006-01-22 21:51:41 UTC (rev 439)
+++ desktop/trunk/thunar/debian/changelog	2006-01-22 21:51:54 UTC (rev 440)
@@ -1,3 +1,9 @@
+thunar (0.1.4svn+r19548-1) UNRELEASED; urgency=low
+  
+  * New Upstream (alpha) release
+ 
+ -- Yves-Alexis Perez <corsac at corsac.net>  Sun, 22 Jan 2006 22:26:21 +0100
+ 
 thunar (0.1.4svn+r18850-3) unstable; urgency=low
   
   * Added a little patch so thunar doesnt FTBFS on some arches	Closes: #345817

Modified: desktop/trunk/thunar/debian/control
===================================================================
--- desktop/trunk/thunar/debian/control	2006-01-22 21:51:41 UTC (rev 439)
+++ desktop/trunk/thunar/debian/control	2006-01-22 21:51:54 UTC (rev 440)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Xfce Maintainers <pkg-xfce-devel at lists.alioth.debian.org>
 Uploaders: Yves-Alexis Perez <corsac at corsac.net>, Emanuele Rocca <ema at debian.org>, Simon Huggins <huggie at earth.li>, Rudy Godoy <rudy at kernel-panik.org>, Martin Loschwitz <madkiss at debian.org>
-Build-Depends: debhelper (>= 4.1.0), autotools-dev, libcairo2-dev, libexo-0.3-dev(>= 0.3.0svn+r18845-1), cdbs, libxml-parser-perl
+Build-Depends: debhelper (>= 4.1.0), autotools-dev, libcairo2-dev, libexo-0.3-dev(>= 0.3.0svn+r19548-1), cdbs, libxml-parser-perl
 Standards-Version: 3.6.2
 
 Package: thunar

Deleted: desktop/trunk/thunar/debian/patches/01_fix_build_amd64.patch
===================================================================
--- desktop/trunk/thunar/debian/patches/01_fix_build_amd64.patch	2006-01-22 21:51:41 UTC (rev 439)
+++ desktop/trunk/thunar/debian/patches/01_fix_build_amd64.patch	2006-01-22 21:51:54 UTC (rev 440)
@@ -1,14 +0,0 @@
---- tdb/tdbtool.c       (revisione 19287)
-+++ tdb/tdbtool.c       (copia locale)
-@@ -342,9 +342,9 @@
-
- static int print_rec(TDB_CONTEXT *tdb, TDB_DATA key, TDB_DATA dbuf, void *state)
- {
--  fprintf(pDumpFile,"\nkey %d bytes\n", key.dsize);
-+  fprintf(pDumpFile,"\nkey %zu bytes\n", key.dsize);
-   print_asc((unsigned char*)key.dptr, key.dsize);
--  fprintf(pDumpFile,"\ndata %d bytes\n", dbuf.dsize);
-+  fprintf(pDumpFile,"\ndata %zu bytes\n", dbuf.dsize);
-   print_data((unsigned char*)dbuf.dptr, dbuf.dsize);
-   return 0;
- }




More information about the Pkg-xfce-commits mailing list