[SCM] blobby Debian packaging branch, master, updated. debian/0.8-dfsg-1-19-g316053b

Felix Geyer debfx-pkg at fobos.de
Thu Oct 20 12:25:53 UTC 2011


The following commit has been merged in the master branch:
commit 506b982c476c828b52471fcf22b624eee3ad44ef
Author: Felix Geyer <debfx-pkg at fobos.de>
Date:   Thu Oct 20 12:10:25 2011 +0200

    Better line wrapping in the control file.

diff --git a/debian/control b/debian/control
index 54647cf..b03736a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,16 @@ Source: blobby
 Section: games
 Priority: optional
 Maintainer: Felix Geyer <debfx-pkg at fobos.de>
-Build-Depends:
- debhelper (>= 7.4.10~),
- cmake,
- zip,
- libboost-dev,
- libgl1-mesa-dev | libgl-dev,
- liblua5.1-0-dev,
- libphysfs-dev,
- libsdl1.2-dev,
- libtinyxml-dev,
- zlib1g-dev
+Build-Depends: debhelper (>= 7.4.10~),
+               cmake,
+               zip,
+               libboost-dev,
+               libgl1-mesa-dev | libgl-dev,
+               liblua5.1-0-dev,
+               libphysfs-dev,
+               libsdl1.2-dev,
+               libtinyxml-dev,
+               zlib1g-dev
 Homepage: http://sourceforge.net/projects/blobby/
 Standards-Version: 3.8.4
 Vcs-Git: git://git.debian.org/collab-maint/blobby.git
@@ -20,7 +19,8 @@ Vcs-Browser: http://git.debian.org/?p=collab-maint/blobby.git
 
 Package: blobby
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, blobby-data (>= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+         blobby-data (>= ${source:Version})
 Description: Volleyball game with blobs
  This package contains the client binary for Blobby Volley 2.
  .
@@ -29,7 +29,8 @@ Description: Volleyball game with blobs
 
 Package: blobby-server
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, blobby-data (>= ${source:Version})
+Depends: ${shlibs:Depends}, ${misc:Depends},
+         blobby-data (>= ${source:Version})
 Description: Volleyball game with blobs (server)
  This package contains the server binary for Blobby Volley 2.
  .

-- 
blobby Debian packaging



More information about the Pkg-games-commits mailing list