r8461 - packages/trunk/libphysfs/debian

Barry deFreese bdefreese at alioth.debian.org
Sat Nov 29 16:33:24 UTC 2008


Author: bdefreese
Date: 2008-11-29 16:33:23 +0000 (Sat, 29 Nov 2008)
New Revision: 8461

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
   packages/trunk/libphysfs/debian/rules
Log:
Refresh changelog.
Update my e-mail address.
Actually build-dep on libreadline-dev.
Use --enable-readline in rules/configure.
Fix spelling error in debian/changelog.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2008-11-28 23:56:52 UTC (rev 8460)
+++ packages/trunk/libphysfs/debian/changelog	2008-11-29 16:33:23 UTC (rev 8461)
@@ -24,7 +24,7 @@
   * Bump Standards Version to 3.7.3. (No changes needed).
 
   [ Patrick Matthäi ]
-  * Provide debugging symbols in a seperate package.
+  * Provide debugging symbols in a separate package.
     Closes: #488468
   * Change short description to a simillar one as the libguichan binary package
     itself with a note, that it contains the development headers.
@@ -36,7 +36,7 @@
   * Do not build by default with the verbose option to reduce the size of the
     build log.
 
- -- Barry deFreese <bddebian at comcast.net>  Wed, 07 May 2008 11:15:31 -0400
+ -- Barry deFreese <bdefreese at debian.org>  Sat, 29 Nov 2008 10:45:08 -0500
 
 libphysfs (1.0.0-5) unstable; urgency=high
 

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2008-11-28 23:56:52 UTC (rev 8460)
+++ packages/trunk/libphysfs/debian/control	2008-11-29 16:33:23 UTC (rev 8461)
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: Barry deFreese <bddebian at comcast.net>, Patrick Matthäi <patrick.matthaei at web.de>
-Build-Depends: debhelper (>= 5.0.0), quilt, doxygen, autotools-dev, zlib1g-dev
+Uploaders: Barry deFreese <bdefreese at debian.org>, Patrick Matthäi <patrick.matthaei at web.de>
+Build-Depends: debhelper (>= 5.0.0), quilt, doxygen, autotools-dev, zlib1g-dev, libreadline5-dev
 Standards-Version: 3.8.0
 Homepage: http://www.icculus.org/physfs/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/libphysfs/

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2008-11-28 23:56:52 UTC (rev 8460)
+++ packages/trunk/libphysfs/debian/rules	2008-11-29 16:33:23 UTC (rev 8461)
@@ -41,7 +41,8 @@
 	CFLAGS="$(CFLAGS)" ./configure $(confflags) \
 		--prefix=/usr \
 		--mandir=\$${prefix}/share/man \
-		--infodir=\$${prefix}/share/info
+		--infodir=\$${prefix}/share/info \
+		--enable-readline
 
 build: build-stamp
 build-stamp: config.status




More information about the Pkg-games-commits mailing list