[SCM] audiofile/master: debian/*: wrap-and-sort
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Thu Jan 5 09:41:36 UTC 2012
The following commit has been merged in the master branch:
commit fccbdd61c4fae52d975201f13b8f0d3e483529d5
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Jan 5 10:41:26 2012 +0100
debian/*: wrap-and-sort
diff --git a/debian/control b/debian/control
index a7ae444..7911644 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,8 @@ Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at pkg-multimedia-maintainers@lists.alioth.debian.org>
Uploaders: Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf
+Build-Depends: debhelper (>= 7.0.50~),
+ dh-autoreconf
Standards-Version: 3.9.2
Homepage: http://audiofile.68k.org/
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/audiofile.git
@@ -12,7 +13,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/audiofile.git
Package: libaudiofile-dev
Section: libdevel
Architecture: any
-Depends: libaudiofile0 (= ${binary:Version}), libc6-dev, ${misc:Depends}
+Depends: libaudiofile0 (= ${binary:Version}),
+ ${misc:Depends}
Conflicts: libaudiofile0 (<= 0.2.3-4)
Replaces: libaudiofile0 (<= 0.2.3-4)
Description: Open-source version of SGI's audiofile library (header files)
@@ -26,7 +28,8 @@ Description: Open-source version of SGI's audiofile library (header files)
Package: libaudiofile0
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: Open-source version of SGI's audiofile library
The audiofile library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS,
@@ -39,7 +42,8 @@ Package: libaudiofile0-dbg
Section: debug
Priority: extra
Architecture: any
-Depends: libaudiofile0 (= ${binary:Version}), ${misc:Depends}
+Depends: libaudiofile0 (= ${binary:Version}),
+ ${misc:Depends}
Description: Open-source version of SGI's audiofile library (debug)
The audiofile library allows the processing of audio data to and from audio
files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun, BICS,
diff --git a/debian/copyright b/debian/copyright
index 36ad68e..290549c 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,15 +5,15 @@ It was downloaded from http://www.68k.org/~michael/audiofile/
Upstream Author: Michael Pruett <michael at 68k.org>
-Copyright:
+Copyright:
1998-2000, 2003-2004, 2010 Michael Pruett <michael at 68k.org>
2000-2001, Silicon Graphics, Inc.
- except for ADPCM code, which is Copyright 1992 by
+ except for ADPCM code, which is Copyright 1992 by
Stichting Mathematisch Centrum, Amsterdam, The Netherlands.
* The Audio File Library itself is available under the GNU Library General
Public License
-
+
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
@@ -45,10 +45,10 @@ Copyright:
All Rights Reserved
- Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose and without fee is hereby granted,
+ Permission to use, copy, modify, and distribute this software and its
+ documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
- both that copyright notice and this permission notice appear in
+ both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Stichting Mathematisch
Centrum or CWI not be used in advertising or publicity pertaining to
distribution of the software without specific, written prior permission.
@@ -65,5 +65,5 @@ Copyright:
On Debian GNU/Linux systems, the complete text of the GNU General
Public License can be found in `/usr/share/common-licenses/GPL-2', the
-complete text of the GNU Library General Public License is available at
+complete text of the GNU Library General Public License is available at
'/usr/share/common-licenses/LGPL-2'.
diff --git a/debian/libaudiofile-dev.install b/debian/libaudiofile-dev.install
index 4d23b0c..ba78bb8 100644
--- a/debian/libaudiofile-dev.install
+++ b/debian/libaudiofile-dev.install
@@ -1,6 +1,6 @@
usr/bin/*
usr/include/*
-usr/lib/pkgconfig/*
usr/lib/*.a
usr/lib/*.so
+usr/lib/pkgconfig/*
usr/share/aclocal/*.m4
--
audiofile packaging
More information about the pkg-multimedia-commits
mailing list