r12788 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Nov 5 10:45:22 UTC 2011


Author: pmatthaei
Date: 2011-11-05 10:45:22 +0000 (Sat, 05 Nov 2011)
New Revision: 12788

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/control
Log:
* Wrap all control fields.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2011-11-05 10:44:35 UTC (rev 12787)
+++ packages/trunk/libphysfs/debian/changelog	2011-11-05 10:45:22 UTC (rev 12788)
@@ -4,8 +4,9 @@
     Closes: #647492
   * Apply patch from Sven Joachim, to not unnecessarily link against ncurses.
     Closes: #646146
+  * Wrap all control fields.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 05 Nov 2011 11:43:30 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 05 Nov 2011 11:45:07 +0100
 
 libphysfs (2.0.2-4) unstable; urgency=low
 

Modified: packages/trunk/libphysfs/debian/control
===================================================================
--- packages/trunk/libphysfs/debian/control	2011-11-05 10:44:35 UTC (rev 12787)
+++ packages/trunk/libphysfs/debian/control	2011-11-05 10:45:22 UTC (rev 12788)
@@ -19,7 +19,9 @@
 Package: libphysfs-dev
 Section: libdevel
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libphysfs1 (= ${binary:Version})
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ libphysfs1 (= ${binary:Version})
 Description: filesystem abstraction library for game programmers (development headers)
  The PhysicsFS filesystem abstraction library provides a simple C
  interface to aid game programmers in utilizing game assets packaged in
@@ -40,7 +42,8 @@
 
 Package: libphysfs1-dbg
 Architecture: any
-Depends: ${misc:Depends}, libphysfs1 (= ${binary:Version})
+Depends: ${misc:Depends},
+ libphysfs1 (= ${binary:Version})
 Priority: extra
 Section: debug
 Description: filesystem abstraction library for game programmers (debug symbols)




More information about the Pkg-games-commits mailing list