[SCM] easytag/master: normalize fields with wrap-and-sort(1)

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat May 7 16:50:26 UTC 2011


The following commit has been merged in the master branch:
commit dd3b75cad10582c35993dc7ee23bfa15d236ef6d
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Tue May 3 20:57:48 2011 +0200

    normalize fields with wrap-and-sort(1)

diff --git a/debian/control b/debian/control
index 1f963b6..e3474a8 100644
--- a/debian/control
+++ b/debian/control
@@ -2,20 +2,23 @@ Source: easytag
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Maia Kozheva <sikon at ubuntu.com>, Reinhard Tartler <siretart at tauware.de>
-Build-Depends: debhelper (>= 7.0.50~),
-               dh-autoreconf,
-               gettext,
-               libflac-dev (>= 1.1.2),
-               libglib2.0-dev (>= 2.8),
-               libgtk2.0-dev (>= 2.4),
-               libid3tag0-dev,
-               libid3-3.8.3-dev,
-               libogg-dev,
-               libspeex-dev,
-               libvorbis-dev,
-               libwavpack-dev,
-               zlib1g-dev
+Uploaders:
+ Maia Kozheva <sikon at ubuntu.com>,
+ Reinhard Tartler <siretart at tauware.de>
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ dh-autoreconf,
+ gettext,
+ libflac-dev (>= 1.1.2),
+ libglib2.0-dev (>= 2.8),
+ libgtk2.0-dev (>= 2.4),
+ libid3-3.8.3-dev,
+ libid3tag0-dev,
+ libogg-dev,
+ libspeex-dev,
+ libvorbis-dev,
+ libwavpack-dev,
+ zlib1g-dev
 Standards-Version: 3.9.2
 Homepage: https://github.com/stsquad/easytag
 Vcs-Git: git://git.debian.org/pkg-multimedia/easytag.git
@@ -24,7 +27,9 @@ DM-Upload-Allowed: yes
 
 Package: easytag
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: viewing, editing and writing ID3 tags
  EasyTAG is an utility for viewing, editing and writing
  the ID3 tags of different audio files, using a GTK+ interface.
@@ -35,7 +40,7 @@ Description: viewing, editing and writing ID3 tags
     (APE tag),
   - Auto tagging: parse filename and directory to complete automatically the
     fields (using masks),
-  - Ability to rename files from the tag (using masks) or by loading 
+  - Ability to rename files from the tag (using masks) or by loading
     a text file,
   - Process selected files of the selected directory,
   - Ability to browse subdirectories,
diff --git a/debian/copyright b/debian/copyright
index 9470881..5e79bf8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -5,19 +5,19 @@ It was downloaded from https://github.com/stsquad/easytag
 
 Upstream Author: Jerome Couderc <easytag at gmail.com>
 
-Copyright: 
+Copyright:
 
 Copyright (C) 2000-2003  Jerome Couderc <easytag at gmail.com>
 
     This package is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License version 2 as 
-    published by the Free Software Foundation. 
+    it under the terms of the GNU General Public License version 2 as
+    published by the Free Software Foundation.
 
     This package 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 General Public License for more details.
- 
+
     You should have received a copy of the GNU General Public License
     along with this package; if not, write to the Free Software
     Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list