[SCM] slv2/master: wrap-and-sort -a -s

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Mar 12 09:25:21 UTC 2012


The following commit has been merged in the master branch:
commit c5150716bd20633e03b6c5da79e91e101fdbfd85
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Mar 12 10:25:12 2012 +0100

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

diff --git a/debian/control b/debian/control
index d78f0ac..f0ffa0d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,74 +2,49 @@ Source: slv2
 Section: sound
 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>,
  Alessio Treglia <alessio at debian.org>,
  Adrian Knoth <adi at drcomp.erfurt.thur.de>,
  Jaromír Mikeš <mira.mikes at seznam.cz>
-Build-Depends: debhelper (>= 7.0.50~),
- python,
- librdf0-dev (>= 1.0.13-2),
+Build-Depends:
+ debhelper (>= 7.0.50~),
+ doxygen,
+ libjack-dev,
  libraptor2-dev (>= 2.0.0-2),
+ librdf0-dev (>= 1.0.13-2),
  lv2core,
- doxygen,
- libjack-dev
+ python
 Standards-Version: 3.9.3
 DM-Upload-Allowed: yes
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/slv2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/slv2.git
 Homepage: http://drobilla.net/software/slv2
 
-Package: libslv2-9
-Section: libs
-Depends: ${shlibs:Depends},
- librdf0,
- ${misc:Depends}
-Suggests: slv2-jack
-Architecture: any
-Description: library for simple use of LV2 plugins
- SLV2 is a library geared towards music and audio applications
- which makes the use of LV2 plugins as simple as possible.
- LV2 is a standard for plugins and matching host applications,
- mainly targeted at audio processing and generation.
- .
- This package contains the shared library for libslv2.
- 
-Package: libslv2-dev
-Section: libdevel
-Depends: libslv2-9 (>= ${source:Version}),
- libslv2-9 (<< ${source:Upstream-Version}+1~),
- ${misc:Depends},
- librdf0-dev,
- lv2core
-Suggests: slv2-doc
-Architecture: any
-Description: Development files (headers) for SLV2 library
- SLV2 is a library geared towards music and audio applications
- which makes the use of LV2 plugins as simple as possible. 
- LV2 is a simple but extensible successor of LADSPA plugins,
- intended to address the limitations of LADSPA
- which many applications have outgrown.
- .
- This package contains the headers used to build applications
- that use libslv2.
- 
 Package: slv2-jack
-Depends: ${shlibs:Depends},
+Section: libdevel
+Depends:
  jackd,
- ${misc:Depends}
+ ${misc:Depends},
+ ${shlibs:Depends}
+Suggests:
+ slv2-doc
 Architecture: any
 Description: Jack support for LV2 plugins
  LV2 is a simple but extensible successor of LADSPA plugins,
  intended to address the limitations of LADSPA
  which many applications have outgrown.
  .
- This package contains binary files. 
+ This package contains binary files.
 
 Package: slv2-doc
 Section: doc
-Depends: ${misc:Depends}
-Replaces: libslv2-9 (<< 0.6.6-8)
-Breaks: libslv2-9 (<< 0.6.6-8)
+Depends:
+ ${misc:Depends}
+Replaces:
+ libslv2-9 (<< 0.6.6-8)
+Breaks:
+ libslv2-9 (<< 0.6.6-8)
 Architecture: all
 Description: Documentation for SLV2
  Man pages documenting the SLV2 API.
diff --git a/debian/libslv2-9.install b/debian/libslv2-9.install
index beb8701..f8452e9 100644
--- a/debian/libslv2-9.install
+++ b/debian/libslv2-9.install
@@ -1,2 +1,2 @@
-usr/lib/libslv2.so.9* usr/lib/
 
+usr/lib/libslv2.so.9* usr/lib/
diff --git a/debian/libslv2-dev.install b/debian/libslv2-dev.install
index e070a55..a493261 100644
--- a/debian/libslv2-dev.install
+++ b/debian/libslv2-dev.install
@@ -1,4 +1,4 @@
+
+usr/include/slv2/* usr/include/slv2/
 usr/lib/libslv2.so usr/lib/
 usr/lib/pkgconfig/* usr/lib/pkgconfig/
-usr/include/slv2/* usr/include/slv2/
-

-- 
slv2 packaging



More information about the pkg-multimedia-commits mailing list