[SCM] x264/master: debian/control: normalize fieldswith wrap-and-sort

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sat Oct 29 15:58:39 UTC 2011


The following commit has been merged in the master branch:
commit 62678bc9d55a55711041adfd1fb55d968094c499
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sat Oct 29 17:56:28 2011 +0200

    debian/control: normalize fieldswith wrap-and-sort

diff --git a/debian/control b/debian/control
index 03d1bc2..9512573 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,16 @@ Source: x264
 Section: libs
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Reinhard Tartler <siretart at tauware.de>,
-           Fabian Greffrath <fabian+debian at greffrath.com>,
-           Andres Mejia <amejia at debian.org>
-Build-Depends: debhelper (>= 8.1.3~),
-               libavformat-dev (>= 4:0.5),
-               libffms2-dev,
-               yasm [any-i386 any-amd64],
-               libx11-dev
+Uploaders:
+ Reinhard Tartler <siretart at tauware.de>,
+ Fabian Greffrath <fabian+debian at greffrath.com>,
+ Andres Mejia <amejia at debian.org>
+Build-Depends:
+ debhelper (>= 8.1.3~),
+ libavformat-dev (>= 4:0.5),
+ libffms2-dev,
+ libx11-dev,
+ yasm [any-i386 any-amd64]
 Standards-Version: 3.9.2
 DM-Upload-Allowed: yes
 Vcs-Git: git://anonscm.debian.org/pkg-multimedia/x264.git
@@ -19,10 +21,13 @@ Homepage: http://www.videolan.org/developers/x264.html
 Package: x264
 Section: graphics
 Architecture: any
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
-Conflicts: x264-bin
-Replaces: x264-bin
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts:
+ x264-bin
+Replaces:
+ x264-bin
 Description: video encoder for the H.264/MPEG-4 AVC standard
  x264 is an advanced commandline encoder for creating H.264 (MPEG-4 AVC)
  video streams.
@@ -50,8 +55,9 @@ Package: libx264-118
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
 Description: x264 video coding library
  libx264 is an advanced encoding library for creating H.264 (MPEG-4 AVC)
  video streams.
@@ -61,8 +67,9 @@ Description: x264 video coding library
 Package: libx264-dev
 Section: libdevel
 Architecture: any
-Depends: libx264-118 (= ${binary:Version}),
-         ${misc:Depends} 
+Depends:
+ libx264-118 (= ${binary:Version}),
+ ${misc:Depends}
 Description: development files for libx264
  libx264 is an advanced encoding library for creating H.264 (MPEG-4 AVC)
  video streams.

-- 
x264 packaging



More information about the pkg-multimedia-commits mailing list