[SCM] liblscp/master: Wrap and sort

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Jan 16 17:55:15 UTC 2012


The following commit has been merged in the master branch:
commit 56cc2edbb902175e7113405858b6e504ac3323c7
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Jan 16 18:55:05 2012 +0100

    Wrap and sort
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 00295c0..2148764 100644
--- a/debian/control
+++ b/debian/control
@@ -2,25 +2,43 @@ Source: liblscp
 Section: sound
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
-Uploaders: Paul Brossier <piem at debian.org>,
+Uploaders:
+ Paul Brossier <piem at debian.org>,
  Free Ekanayaka <freee at debian.org>,
  Alessio Treglia <alessio at debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends:
+ autoconf,
+ automake,
  autotools-dev (>= 20100122.1~),
+ debhelper (>= 7.0.50~),
  doxygen,
- automake,
- autoconf,
  libtool
 Standards-Version: 3.9.1
 Homepage: http://www.linuxsampler.org
 Vcs-Git: git://git.debian.org/pkg-multimedia/liblscp.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/liblscp.git
 
+Package: liblscp-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Depends:
+ liblscp6 (= ${binary:Version}),
+ ${misc:Depends}
+Description: LinuxSampler Control Protocol library - debugging symbols
+ This package is for use with the LinuxSampler audio sampling
+ engine / library and packages.
+ Wraps the LinuxSampler network protocol and offers a
+ convenient API in form of a C library.
+ .
+ This package contains the debugging symbols.
+
 Package: liblscp-dev
 Section: libdevel
 Architecture: all
-Depends: liblscp6 (>= ${source:Version}),
+Depends:
  liblscp6 (<< ${source:Upstream-Version}+1~),
+ liblscp6 (>= ${source:Version}),
  ${misc:Depends}
 Description: Development files for LinuxSampler Control Protocol library
  This package is for use with the LinuxSampler audio sampling
@@ -35,26 +53,15 @@ Description: Development files for LinuxSampler Control Protocol library
 Package: liblscp6
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends},
- ${misc:Depends}
-Conflicts: liblscp
-Replaces: liblscp
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends}
+Conflicts:
+ liblscp
+Replaces:
+ liblscp
 Description: LinuxSampler Control Protocol wrapper library
  This package is for use with the LinuxSampler audio sampling
  engine /  library and packages.
  Wraps the LinuxSampler network protocol and offers a
  convenient API in form of a C library.
-
-Package: liblscp-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: liblscp6 (= ${binary:Version}),
- ${misc:Depends}
-Description: LinuxSampler Control Protocol library - debugging symbols
- This package is for use with the LinuxSampler audio sampling
- engine / library and packages.
- Wraps the LinuxSampler network protocol and offers a
- convenient API in form of a C library.
- .
- This package contains the debugging symbols.
diff --git a/debian/liblscp-dev.install b/debian/liblscp-dev.install
index 911ac6a..92f5993 100644
--- a/debian/liblscp-dev.install
+++ b/debian/liblscp-dev.install
@@ -1,4 +1,4 @@
+doc/html/* usr/share/doc/liblscp-dev/html
 usr/include/* usr/include
 usr/lib/lib*.so usr/lib
 usr/lib/pkgconfig/lscp.pc usr/lib/pkgconfig
-doc/html/* usr/share/doc/liblscp-dev/html

-- 
liblscp packaging



More information about the pkg-multimedia-commits mailing list