r6895 - packages/trunk/libphysfs/debian

Barry deFreese bddebian-guest at alioth.debian.org
Wed May 7 16:04:52 UTC 2008


Author: bddebian-guest
Date: 2008-05-07 16:04:52 +0000 (Wed, 07 May 2008)
New Revision: 6895

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/rules
Log:
  * Add sed script in rules to fix manpage whatis entry.
  * Add VCS tags.
Refresh changelog to get ready for release.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2008-05-07 11:15:25 UTC (rev 6894)
+++ packages/trunk/libphysfs/debian/changelog	2008-05-07 16:04:52 UTC (rev 6895)
@@ -1,8 +1,10 @@
-libphysfs (1.0.1-1) UNRELEASED; urgency=low
+libphysfs (1.0.1-1) unstable; urgency=low
 
+  [ Barry deFreese ]
   * New maintainer.
     + Acknowledged by previous maintainer.
     + Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+    + Add myself to uploaders.
   * New upstream release.
     + Bump package name to match new soname.
   * Fix description on -dev package. (Closes: #416614).
@@ -13,10 +15,12 @@
   * Remove unnecessary build-dep on automake1.7.
   * Add quilt patching system.
     + 01_manpages.diff - Fix generated manpages.
+  * Add sed script in rules to fix manpage whatis entry.
+  * Add VCS tags.
   * Bump debhelper build-dep and compat to 5.
   * Bump Standards Version to 3.7.3. (No changes needed).
 
- -- Barry deFreese <bddebian at comcast.net>  Mon, 05 May 2008 13:21:48 -0400
+ -- Barry deFreese <bddebian at comcast.net>  Wed, 07 May 2008 11:15:31 -0400
 
 libphysfs (1.0.0-5) unstable; urgency=high
 

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2008-05-07 11:15:25 UTC (rev 6894)
+++ packages/trunk/libphysfs/debian/control	2008-05-07 16:04:52 UTC (rev 6895)
@@ -6,6 +6,8 @@
 Build-Depends: debhelper (>= 5.0.0), quilt, doxygen, autotools-dev, zlib1g-dev (>= 1:1.2.2-7)
 Standards-Version: 3.7.3
 Homepage: http://www.icculus.org/physfs/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libphysfs/
+Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/libphysfs/?op=log
 
 Package: libphysfs-dev
 Section: libdevel

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2008-05-07 11:15:25 UTC (rev 6894)
+++ packages/trunk/libphysfs/debian/rules	2008-05-07 16:04:52 UTC (rev 6895)
@@ -45,6 +45,9 @@
 
 	$(MAKE)
 	doxygen
+
+	#Fix manpage whatis entry
+	sed -i -e 's/physfs.h \\- $$/physfs.h \\- main header file for physfs/' docs/man/man3/physfs.h.3
 	
 	touch build-stamp
 




More information about the Pkg-games-commits mailing list