r10523 - in packages/trunk/libphysfs/debian: . patches

Patrick Matthäi pmatthaei at alioth.debian.org
Sun Nov 15 12:41:35 UTC 2009


Author: pmatthaei
Date: 2009-11-15 12:41:34 +0000 (Sun, 15 Nov 2009)
New Revision: 10523

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/patches/01_manpages.diff
Log:
* Rediff hunky 01_manpages.diff patch.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2009-11-15 11:56:19 UTC (rev 10522)
+++ packages/trunk/libphysfs/debian/changelog	2009-11-15 12:41:34 UTC (rev 10523)
@@ -11,8 +11,9 @@
   * Replace libreadline5-dev build dependency by libreadline-dev.
     Closes: #553799
   * Convert package to the 3.0 (quilt) format.
+  * Rediff hunky 01_manpages.diff patch.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 15 Nov 2009 12:54:58 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 15 Nov 2009 13:41:15 +0100
 
 libphysfs (2.0.0-3) unstable; urgency=low
 

Modified: packages/trunk/libphysfs/debian/patches/01_manpages.diff
===================================================================
--- packages/trunk/libphysfs/debian/patches/01_manpages.diff	2009-11-15 11:56:19 UTC (rev 10522)
+++ packages/trunk/libphysfs/debian/patches/01_manpages.diff	2009-11-15 12:41:34 UTC (rev 10523)
@@ -1,8 +1,6 @@
-#Escape hyphens used as minus and other minor errors in manpage.
-Index: physfs-1.0.1/physfs.h
-===================================================================
---- physfs-1.0.1.orig/physfs.h	2008-05-06 22:33:26.000000000 -0400
-+++ physfs-1.0.1/physfs.h	2008-05-06 23:00:58.000000000 -0400
+diff -Naur physfs-2.0.0.orig/physfs.h physfs-2.0.0/physfs.h
+--- physfs-2.0.0.orig/physfs.h	2009-11-15 13:38:10.000000000 +0100
++++ physfs-2.0.0/physfs.h	2009-11-15 13:38:31.000000000 +0100
 @@ -1,4 +1,6 @@
 -/** \file physfs.h */
 +/** \file physfs.h
@@ -11,7 +9,7 @@
  
  /**
   * \mainpage PhysicsFS
-@@ -889,7 +891,7 @@
+@@ -986,7 +988,7 @@
   * PHYSFS_freeList(rc);
   * \endcode
   *
@@ -20,7 +18,7 @@
   *
   * \verbatim
   * We've got [x.sav].
-@@ -977,10 +979,10 @@
+@@ -1076,10 +1078,10 @@
   *  (Jan 1, 1970). The exact derivation and accuracy of this time depends on
   *  the particular archiver. If there is no reasonable way to obtain this
   *  information for a particular archiver, or there was some sort of error,
@@ -33,7 +31,7 @@
   */
  __EXPORT__ PHYSFS_sint64 PHYSFS_getLastModTime(const char *filename);
  
-@@ -1096,7 +1098,7 @@
+@@ -1195,7 +1197,7 @@
   *   \param objCount number of (objSize) objects to read from (handle).
   *  \return number of objects read. PHYSFS_getLastError() can shed light on
   *           the reason this might be < (objCount), as can PHYSFS_eof().
@@ -42,16 +40,16 @@
   *
   * \sa PHYSFS_eof
   */
-@@ -1116,7 +1118,7 @@
+@@ -1215,7 +1217,7 @@
   *   \param objSize size in bytes of objects being read from (handle).
   *   \param objCount number of (objSize) objects to read from (handle).
   *  \return number of objects written. PHYSFS_getLastError() can shed light on
 - *           the reason this might be < (objCount). -1 if complete failure.
 + *           the reason this might be < (objCount). \-1 if complete failure.
   */
- __EXPORT__ PHYSFS_sint64 PHYSFS_write(PHYSFS_file *handle,
+ __EXPORT__ PHYSFS_sint64 PHYSFS_write(PHYSFS_File *handle,
                                        const void *buffer,
-@@ -1146,7 +1148,7 @@
+@@ -1245,7 +1247,7 @@
   * \brief Determine current position within a PhysicsFS filehandle.
   *
   *   \param handle handle returned from PHYSFS_open*().
@@ -60,7 +58,7 @@
   *           Specifics of the error can be gleaned from PHYSFS_getLastError().
   *
   * \sa PHYSFS_seek
-@@ -1176,13 +1178,13 @@
+@@ -1275,13 +1277,13 @@
   * \brief Get total length of a file in bytes.
   *
   * Note that if the file size can't be determined (since the archive is




More information about the Pkg-games-commits mailing list