[SCM] gavl/master: wrap-and-sort
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Tue Jan 17 18:19:14 UTC 2012
The following commit has been merged in the master branch:
commit 5866541cd51cf3c2b048b3aa6a0c393e3faf88e6
Author: Alessio Treglia <alessio at debian.org>
Date: Tue Jan 17 19:09:32 2012 +0100
wrap-and-sort
Git-Dch: Ignore
diff --git a/debian/control b/debian/control
index e0b0f1a..d3b9c56 100644
--- a/debian/control
+++ b/debian/control
@@ -2,18 +2,20 @@ Source: gavl
Section: libs
Priority: optional
Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Free Ekanayaka <freee at debian.org>,
+Uploaders:
+ Free Ekanayaka <freee at debian.org>,
Romain Beauxis <toots at rastageeks.org>,
Alessio Treglia <alessio at debian.org>
DM-Upload-Allowed: yes
Homepage: http://gmerlin.sourceforge.net/
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 8.1.3~),
- doxygen,
+Build-Depends:
automake,
- libtool,
autotools-dev,
- dh-autoreconf
+ debhelper (>= 8.1.3~),
+ dh-autoreconf,
+ doxygen,
+ libtool
Vcs-Git: git://git.debian.org/pkg-multimedia/gavl.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/gavl.git
@@ -21,8 +23,9 @@ Package: libgavl1
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: low level audio and video library - runtime files
Gavl handles all the details of audio and video formats like colorspaces,
samplerates, multichannel configurations etc. It provides standardized
@@ -32,7 +35,7 @@ Description: low level audio and video library - runtime files
In addition, it handles the sometimes ugly task to convert between all
these formats and provides some elementary operations (copying, scaling,
alpha blending etc).
- .
+ .
This package contains the files needed to run a program compiled using
Gavl.
@@ -41,7 +44,8 @@ Priority: extra
Architecture: any
Multi-Arch: same
Section: debug
-Depends: libgavl1 (= ${binary:Version}),
+Depends:
+ libgavl1 (= ${binary:Version}),
${misc:Depends}
Description: debugging symbols for libgavl1
Gavl handles all the details of audio and video formats like colorspaces,
@@ -52,7 +56,7 @@ Description: debugging symbols for libgavl1
In addition, it handles the sometimes ugly task to convert between all
these formats and provides some elementary operations (copying, scaling,
alpha blending etc).
- .
+ .
This package contains the debugging symbols for libgavl1
Package: libgavl-dev
@@ -63,7 +67,8 @@ Depends:
libgavl1 (= ${binary:Version}),
pkg-config,
${misc:Depends}
-Recommends: libgavl-doc
+Recommends:
+ libgavl-doc
Description: low level audio and video library - development files
Gavl handles all the details of audio and video formats like colorspaces,
samplerates, multichannel configurations etc. It provides standardized
@@ -73,14 +78,15 @@ Description: low level audio and video library - development files
In addition, it handles the sometimes ugly task to convert between all
these formats and provides some elementary operations (copying, scaling,
alpha blending etc).
- .
+ .
This package contains the files needed to compile and statically link
against Gavl.
Package: libgavl-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}
+Depends:
+ ${misc:Depends}
Description: low level audio and video library - documentation files
Gavl handles all the details of audio and video formats like colorspaces,
samplerates, multichannel configurations etc. It provides standardized
@@ -90,5 +96,5 @@ Description: low level audio and video library - documentation files
In addition, it handles the sometimes ugly task to convert between all
these formats and provides some elementary operations (copying, scaling,
alpha blending etc).
- .
+ .
This package contains the documentation about Gavl.
diff --git a/debian/libgavl-dev.install b/debian/libgavl-dev.install
index 89ee303..a1e3f0e 100644
--- a/debian/libgavl-dev.install
+++ b/debian/libgavl-dev.install
@@ -1,3 +1,3 @@
debian/tmp/usr/include
-debian/tmp/usr/lib/*/pkgconfig
debian/tmp/usr/lib/*/libgavl.so
+debian/tmp/usr/lib/*/pkgconfig
--
gavl packaging
More information about the pkg-multimedia-commits
mailing list