[SCM] libreplaygain/master: Wrap and sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Wed Feb 15 13:47:07 UTC 2012


The following commit has been merged in the master branch:
commit 0bd9a290240c44936d6c3c356d2483b4aab56ce1
Author: Alessio Treglia <alessio at debian.org>
Date:   Wed Feb 15 14:47:00 2012 +0100

    Wrap and sort

diff --git a/debian/control b/debian/control
index b7ffc10..1dfafa1 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/libreplaygain.git
 Package: libreplaygain1
 Architecture: any
 Section: libs
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: musepack-tools (<< 1:0.1~r406)
 Description: Calculate ReplayGain information - library
  libreplaygain calculates the perceived loudness of audio and
diff --git a/debian/copyright b/debian/copyright
index f31c702..31bbb56 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,21 +10,20 @@ Copyright:
    Copyright (C) 2001 David Robinson and Glen Sawyer
 
 License:
-  
+
    This library is free software; you can redistribute it and/or
    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
 
 On Debian systems, the complete text of the GNU Lesser General Public License
 can be found in `/usr/share/common-licenses/LGPL-2.1'.
-

-- 
libreplaygain packaging



More information about the pkg-multimedia-commits mailing list