[Pkg-gstreamer-commits] [SCM] UNNAMED PROJECT branch, master, updated. debian/1%0.4.16-1-3-gc232252

Alessio Treglia alessio at debian.org
Thu Apr 26 08:15:06 UTC 2012


The following commit has been merged in the master branch:
commit c23225230837e4e6babdbf0697d41910bedbb3d5
Author: Alessio Treglia <alessio at debian.org>
Date:   Thu Apr 26 10:14:55 2012 +0200

    wrap-and-sort -a
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 8658e77..038180c 100644
--- a/debian/control
+++ b/debian/control
@@ -2,10 +2,11 @@ Source: orc
 Section: devel
 Priority: optional
 Maintainer: Maintainers of GStreamer packages <pkg-gstreamer-maintainers at lists.alioth.debian.org>
-Uploaders: Sebastian Dröge <slomo at debian.org>, Sjoerd Simons <sjoerd at debian.org>
-Build-Depends: cdbs (>= 0.4.93~),
+Uploaders: Sebastian Dröge <slomo at debian.org>,
+           Sjoerd Simons <sjoerd at debian.org>
+Build-Depends: autotools-dev,
+               cdbs (>= 0.4.93~),
                debhelper (>= 9),
-               autotools-dev,
                gtk-doc-tools
 Standards-Version: 3.9.0
 Homepage: http://code.entropywave.com/projects/orc/
@@ -17,8 +18,8 @@ Section: libs
 Architecture: any
 Multi-Arch: same
 Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends},
-         ${misc:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: Library of Optimized Inner Loops Runtime Compiler
  Orc is a library and set of tools for compiling and executing
  very simple programs that operate on arrays of data.  The "language"
@@ -33,8 +34,8 @@ Package: liborc-0.4-dev
 Section: libdevel
 Architecture: any
 Depends: liborc-0.4-0 (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
 Provides: liborc-dev
 Suggests: liborc-0.4-doc
 Description: Library of Optimized Inner Loops Runtime Compiler (development headers)
@@ -53,8 +54,8 @@ Architecture: any
 Priority: extra
 Multi-Arch: same
 Depends: liborc-0.4-0 (= ${binary:Version}),
-         ${shlibs:Depends},
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Library of Optimized Inner Loops Runtime Compiler (debug package)
  Orc is a library and set of tools for compiling and executing
  very simple programs that operate on arrays of data.  The "language"
@@ -79,4 +80,3 @@ Description: Library of Optimized Inner Loops Runtime Compiler (documentation)
  subtraction, and many arithmetic operations.
  .
  This package contains the documentation for orc.
-
diff --git a/debian/copyright b/debian/copyright
index 9145909..8320d99 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -9,10 +9,10 @@ Copyright:
 
 The majority of the source code and the collective work is subject
 to the following license:
-  
+
   Copyright 2002-2009 David A. Schleef <ds at schleef.org>
   All rights reserved.
-  
+
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions
   are met:
@@ -21,7 +21,7 @@ to the following license:
   2. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the distribution.
-  
+
   THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
   IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
   WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -33,12 +33,12 @@ to the following license:
   STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
   IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
   POSSIBILITY OF SUCH DAMAGE.
-  
+
 The source code implementing the Mersenne Twister algorithm in
 examples/mt19937ar.c is subject to the following license:
 
    Copyright (C) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura,
-   All rights reserved.                          
+   All rights reserved.
 
    Redistribution and use in source and binary forms, with or without
    modification, are permitted provided that the following conditions
@@ -51,8 +51,8 @@ examples/mt19937ar.c is subject to the following license:
         notice, this list of conditions and the following disclaimer in the
         documentation and/or other materials provided with the distribution.
 
-     3. The names of its contributors may not be used to endorse or promote 
-        products derived from this software without specific prior written 
+     3. The names of its contributors may not be used to endorse or promote
+        products derived from this software without specific prior written
         permission.
 
    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
@@ -66,4 +66,3 @@ examples/mt19937ar.c is subject to the following license:
    LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
    NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
    SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
diff --git a/debian/liborc-0.4-dev.install b/debian/liborc-0.4-dev.install
index 9fc117e..4cc52ce 100644
--- a/debian/liborc-0.4-dev.install
+++ b/debian/liborc-0.4-dev.install
@@ -1,6 +1,6 @@
-debian/tmp/usr/lib/*/liborc*-0.4.so
-debian/tmp/usr/lib/*/liborc*-0.4.a
+debian/tmp/usr/bin/orc-bugreport
+debian/tmp/usr/bin/orcc
 debian/tmp/usr/include/orc-0.4
+debian/tmp/usr/lib/*/liborc*-0.4.a
+debian/tmp/usr/lib/*/liborc*-0.4.so
 debian/tmp/usr/lib/*/pkgconfig/orc-0.4.pc
-debian/tmp/usr/bin/orcc
-debian/tmp/usr/bin/orc-bugreport

-- 
UNNAMED PROJECT



More information about the Pkg-gstreamer-commits mailing list