r13359 - packages/trunk/bullet/debian

Paul Wise pabs at alioth.debian.org
Mon Mar 5 08:21:16 UTC 2012


Author: pabs
Date: 2012-03-05 08:21:15 +0000 (Mon, 05 Mar 2012)
New Revision: 13359

Modified:
   packages/trunk/bullet/debian/control
   packages/trunk/bullet/debian/copyright
Log:
wrap-and-sort -s

Modified: packages/trunk/bullet/debian/control
===================================================================
--- packages/trunk/bullet/debian/control	2012-03-05 08:14:40 UTC (rev 13358)
+++ packages/trunk/bullet/debian/control	2012-03-05 08:21:15 UTC (rev 13359)
@@ -2,9 +2,15 @@
 Section: libdevel
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
-Uploaders: 
-Build-Depends: debhelper (>= 7), cmake, freeglut3-dev, zlib1g-dev, quilt,
- libglut3-dev, libglui-dev
+Uploaders:
+Build-Depends:
+ cmake,
+ debhelper (>= 7),
+ freeglut3-dev,
+ libglui-dev,
+ libglut3-dev,
+ quilt,
+ zlib1g-dev
 Standards-Version: 3.8.0
 Homepage: http://www.bulletphysics.com/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/bullet/
@@ -12,7 +18,7 @@
 
 Package: libbullet2
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: a 3D physics library - development files
  Bullet is a professional open source multi-threaded 3D Collision Detection and
  Rigid Body Dynamics Library.
@@ -25,10 +31,9 @@
  .
  This package provides the share library.
 
-
 Package: libbullet-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: a 3D physics library - development files
  Bullet is a professional open source multi-threaded 3D Collision Detection and
  Rigid Body Dynamics Library.
@@ -40,4 +45,3 @@
  file format.
  .
  This package provides development files.
-

Modified: packages/trunk/bullet/debian/copyright
===================================================================
--- packages/trunk/bullet/debian/copyright	2012-03-05 08:14:40 UTC (rev 13358)
+++ packages/trunk/bullet/debian/copyright	2012-03-05 08:21:15 UTC (rev 13359)
@@ -3,7 +3,7 @@
 
 It was downloaded from http://code.google.com/p/bullet/downloads/list
 
-Upstream Author: Erwin Coumans 
+Upstream Author: Erwin Coumans
 
 Copyright: 2003-2008 Erwin Coumans  http://continuousphysics.com/Bullet/
 
@@ -11,7 +11,7 @@
     This software is provided 'as-is', without any express or implied warranty.
     In no event will the authors be held liable for any damages arising from
     the use of this software.
-    Permission is granted to anyone to use this software for any purpose, 
+    Permission is granted to anyone to use this software for any purpose,
     including commercial applications, and to alter it and redistribute it
     freely, subject to the following restrictions:
 




More information about the Pkg-games-commits mailing list