[Pkg-gstreamer-commits] [SCM] UNNAMED PROJECT branch, master, updated. debian/1.0.11-1-3-g36be02d
Alessio Treglia
alessio at debian.org
Thu Apr 26 06:04:43 UTC 2012
The following commit has been merged in the master branch:
commit 803b9e25b36c9479f877b82c3481c1e08c2fb89e
Author: Alessio Treglia <alessio at debian.org>
Date: Thu Apr 26 07:59:49 2012 +0200
wrap-and-sort -a
Git-Dch: Ignore
diff --git a/debian/control b/debian/control
index cba9959..e695941 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,10 @@ Section: libs
Priority: optional
Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers at lists.alioth.debian.org>
Uploaders: Sebastian Dröge <slomo at debian.org>
-Build-Depends: debhelper (>= 7),
- cdbs,
- pkg-config,
- liborc-0.4-dev (>= 1:0.4.16)
+Build-Depends: cdbs,
+ debhelper (>= 7),
+ liborc-0.4-dev (>= 1:0.4.16),
+ pkg-config
Build-Depends-Indep: gtk-doc-tools (>= 1.0)
Standards-Version: 3.8.4
Vcs-Git: git://anonscm.debian.org/pkg-gstreamer/schroedinger.git
@@ -14,8 +14,8 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-gstreamer/schroedinger.git
Package: libschroedinger-1.0-0
Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
+Depends: ${misc:Depends},
+ ${shlibs:Depends}
Description: library for encoding/decoding of Dirac video streams
The Schroedinger project will implement portable libraries for the high quality
Dirac video codec created by BBC Research and Development. Dirac is a free and
@@ -27,11 +27,11 @@ Description: library for encoding/decoding of Dirac video streams
Package: libschroedinger-dev
Architecture: any
Section: libdevel
-Depends: ${shlibs:Depends},
- ${misc:Depends},
+Depends: liborc-0.4-dev (>= 1:0.4.16),
libschroedinger-1.0-0 (= ${binary:Version}),
- liborc-0.4-dev (>= 1:0.4.16),
- pkg-config
+ pkg-config,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: library for encoding/decoding of Dirac video streams (development files)
The Schroedinger project will implement portable libraries for the high quality
Dirac video codec created by BBC Research and Development. Dirac is a free and
@@ -51,4 +51,3 @@ Description: library for encoding/decoding of Dirac video streams (documentation
open source codec producing very high image quality video.
.
This package contains the documentation for libschroedinger.
-
diff --git a/debian/copyright b/debian/copyright
index 9e2e348..c3f06d8 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -550,4 +550,3 @@ EXHIBIT A -Mozilla Public License.
the notices in the Source Code files of the Original Code. You should
use the text of this Exhibit A rather than the text found in the
Original Code Source Code for Your Modifications.]
-
diff --git a/debian/libschroedinger-dev.install b/debian/libschroedinger-dev.install
index 5c75331..f17029e 100644
--- a/debian/libschroedinger-dev.install
+++ b/debian/libschroedinger-dev.install
@@ -1,4 +1,4 @@
-debian/tmp/usr/lib/libschroedinger-1.0.so
+debian/tmp/usr/include
debian/tmp/usr/lib/libschroedinger-1.0.a
+debian/tmp/usr/lib/libschroedinger-1.0.so
debian/tmp/usr/lib/pkgconfig
-debian/tmp/usr/include
--
UNNAMED PROJECT
More information about the Pkg-gstreamer-commits
mailing list