r15172 - packages/trunk/freealut/debian

Vincent Cheng vcheng at moszumanska.debian.org
Sun Aug 31 00:17:16 UTC 2014


Author: vcheng
Date: 2014-08-31 00:17:16 +0000 (Sun, 31 Aug 2014)
New Revision: 15172

Modified:
   packages/trunk/freealut/debian/control
   packages/trunk/freealut/debian/libalut-dev.install
Log:
wrap-and-sort -s


Modified: packages/trunk/freealut/debian/control
===================================================================
--- packages/trunk/freealut/debian/control	2014-08-31 00:16:47 UTC (rev 15171)
+++ packages/trunk/freealut/debian/control	2014-08-31 00:17:16 UTC (rev 15172)
@@ -2,8 +2,11 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Sam Hocevar <sho at debian.org>, Peter Pentchev <roam at ringlet.net>
-Build-Depends: debhelper (>= 9), dh-autoreconf,
-	dpkg-dev (>= 1.15.7~), libopenal-dev (>= 1:0.0.8)
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf,
+ dpkg-dev (>= 1.15.7~),
+ libopenal-dev (>= 1:0.0.8)
 Standards-Version: 3.9.5
 Section: libs
 Homepage: http://openal.org/
@@ -14,7 +17,7 @@
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: OpenAL Utility Toolkit
  freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of
  portable functions which remove the annoying details of getting an audio
@@ -24,8 +27,10 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: libalut0 (= ${binary:Version}), libopenal-dev (>= 1:0.0.8),
-	${misc:Depends}
+Depends:
+ libalut0 (= ${binary:Version}),
+ libopenal-dev (>= 1:0.0.8),
+ ${misc:Depends}
 Description: OpenAL Utility Toolkit development files
  freealut is a free implementation of OpenAL's ALUT standard. ALUT is a set of
  portable functions which remove the annoying details of getting an audio
@@ -33,4 +38,3 @@
  .
  This package contains libraries and headers suitable for software development
  with ALUT.
-

Modified: packages/trunk/freealut/debian/libalut-dev.install
===================================================================
--- packages/trunk/freealut/debian/libalut-dev.install	2014-08-31 00:16:47 UTC (rev 15171)
+++ packages/trunk/freealut/debian/libalut-dev.install	2014-08-31 00:17:16 UTC (rev 15172)
@@ -1,3 +1,4 @@
+usr/bin/*
 usr/include/*
 usr/lib/*/lib*.a
 usr/lib/*/lib*.so
@@ -2,2 +3 @@
 usr/lib/*/pkgconfig/*
-usr/bin/*




More information about the Pkg-games-commits mailing list