[SCM] libmpc/master.experimental: wrap-and-sort
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Jun 19 11:15:07 UTC 2012
The following commit has been merged in the master.experimental branch:
commit 93e9061a771e348cbc3ca1f2fc252549aca8e913
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Jun 19 13:14:59 2012 +0200
wrap-and-sort
Git-Dch: Ignore
diff --git a/debian/control b/debian/control
index 07a1ce1..56aa8b8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,16 +4,16 @@ Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo at debian.org>,
Jorge Salamero Sanz <bencer at cauterized.net>
-Build-Depends: cdbs (>= 0.4.93~),
+Build-Depends: autoconf,
+ automake,
+ autotools-dev,
+ cdbs (>= 0.4.93~),
debhelper (>= 9),
gnulib,
- autotools-dev,
- automake,
- autoconf,
- libtool,
- pkg-config,
+ libcue-dev,
libreplaygain-dev (>= 1.0~r412),
- libcue-dev
+ libtool,
+ pkg-config
Standards-Version: 3.9.3
Homepage: http://www.musepack.net
Vcs-Git: git://anonscm.debian.org/pkg-multimedia/libmpc.git
@@ -24,8 +24,8 @@ Architecture: any
Multi-Arch: same
Section: libs
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: MusePack decoder - library
Musepack is an audio compression format with a strong emphasis on
high quality. It's not lossless, but it is designed for transparency,
@@ -57,8 +57,8 @@ Description: MusePack decoder - development files
Package: musepack-tools
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: MusePack commandline utilities
Musepack is an audio compression format with a strong emphasis on
high quality. It's not lossless, but it is designed for transparency,
@@ -75,4 +75,3 @@ Description: MusePack commandline utilities
- mpccut (cut MPC files without reencoding)
- mpcgain (gain calculation)
- mpc2sv8 (conversion to MusePack SV8 from older SV)
-
diff --git a/debian/copyright b/debian/copyright
index 80579f2..6dc7ae5 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -51,12 +51,12 @@ License:
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
-
+
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
-
+
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
@@ -126,7 +126,7 @@ can be found in `/usr/share/common-licenses/LGPL-2.1'.
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
+
For mpcchap/*:
This program is free software; you can redistribute it and/or
@@ -146,4 +146,3 @@ can be found in `/usr/share/common-licenses/LGPL-2.1'.
On Debian systems, the complete text of the GNU General Public License
can be found in `/usr/share/common-licenses/GPL-2'.
-
diff --git a/debian/libmpcdec-dev.install b/debian/libmpcdec-dev.install
index b3a1eee..ea0134c 100644
--- a/debian/libmpcdec-dev.install
+++ b/debian/libmpcdec-dev.install
@@ -1,3 +1,3 @@
usr/include
-usr/lib/*/libmpcdec.so
usr/lib/*/libmpcdec.a
+usr/lib/*/libmpcdec.so
--
libmpc packaging
More information about the pkg-multimedia-commits
mailing list