[SCM] faac/master: Run "wrap-and-sort -asb".
fabian-guest at users.alioth.debian.org
fabian-guest at users.alioth.debian.org
Tue Nov 11 08:53:44 UTC 2014
The following commit has been merged in the master branch:
commit 95ac0725e593ec41e32b1467d8072ddd66463415
Author: Fabian Greffrath <fabian+debian at greffrath.com>
Date: Tue Nov 11 09:48:57 2014 +0100
Run "wrap-and-sort -asb".
diff --git a/debian/control b/debian/control
index e37c26b..e052c84 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,12 @@ Source: faac
Section: non-free/sound
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Fabian Greffrath <fabian+debian at greffrath.com>,
- Reinhard Tartler <siretart at tauware.de>,
- Maia Kozheva <sikon at ubuntu.com>
-Build-Depends: debhelper (>= 9),
+Uploaders:
+ Fabian Greffrath <fabian+debian at greffrath.com>,
+ Reinhard Tartler <siretart at tauware.de>,
+ Maia Kozheva <sikon at ubuntu.com>
+Build-Depends:
+ debhelper (>= 9),
dh-autoreconf
Standards-Version: 3.9.6
Homepage: http://www.audiocoding.com/
@@ -15,8 +17,9 @@ XS-Autobuild: yes
Package: faac
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: AAC audio encoder (frontend)
The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports
several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats
@@ -26,34 +29,37 @@ Description: AAC audio encoder (frontend)
.
This package contains the frontend.
-Package: libfaac0
-Section: non-free/libs
+Package: libfaac-dev
+Section: non-free/libdevel
Architecture: any
Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Description: AAC audio encoder (library)
+Depends:
+ libfaac0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: AAC audio encoder (development)
The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports
several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats
(ADTS AAC, raw AAC, MP4), multichannel and gapless en/decoding as well as MP4
metadata tags. The codecs are compatible with standard-compliant audio
applications using one or more of these profiles.
.
- This package contains the shared library and an extra
- library with support for Digital Radio Mondiale (DRM).
+ This package contains the development files.
-Package: libfaac-dev
-Section: non-free/libdevel
+Package: libfaac0
+Section: non-free/libs
Architecture: any
Multi-Arch: same
-Depends: libfaac0 (= ${binary:Version}),
- ${misc:Depends}
-Description: AAC audio encoder (development)
+Pre-Depends:
+ ${misc:Pre-Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Description: AAC audio encoder (library)
The FAAC project includes the AAC encoder FAAC and decoder FAAD2. It supports
several MPEG-4 object types (LC, Main, LTP, HE AAC, PS) and file formats
(ADTS AAC, raw AAC, MP4), multichannel and gapless en/decoding as well as MP4
metadata tags. The codecs are compatible with standard-compliant audio
applications using one or more of these profiles.
.
- This package contains the development files.
+ This package contains the shared library and an extra
+ library with support for Digital Radio Mondiale (DRM).
diff --git a/debian/copyright b/debian/copyright
index 4ee3029..81db4b1 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -154,4 +154,3 @@ License: GPL-2+
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
-
--
faac packaging
More information about the pkg-multimedia-commits
mailing list