[SCM] slv2 packaging branch, master, updated. upstream/0.6.6-11-g8f9ab7f

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Aug 25 23:28:06 UTC 2009


The following commit has been merged in the master branch:
commit 65d138dd0ff439605b110acf5c25a529c2299a49
Author: miramikes <mira at debian.(none)>
Date:   Tue Aug 25 23:45:37 2009 +0200

    Improved dependencies in control file, improved readability

diff --git a/debian/control b/debian/control
index f8b3e04..30c28f7 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,24 @@
 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>, Jaromír Mikeš <mira.mikes at seznam.cz>
+Uploaders: Free Ekanayaka <freee at debian.org>,
+           Jaromír Mikeš <mira.mikes at seznam.cz>
+Build-Depends:  debhelper (>= 7),
+                python,
+                librdf0-dev,
+                lv2core,
+                doxygen,
+                libjack-dev
+Standards-Version: 3.8.2
 Vcs-Git: git://git.debian.org/git/pkg-multimedia/slv2.git
 Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/slv2.git;a=summary
 Homepage: http://drobilla.net/software/slv2
-Build-Depends: debhelper (>= 7), python, librdf0-dev, lv2core, doxygen, libjack-dev
-Standards-Version: 3.8.2
-Section: sound
 
 Package: libslv2-9
 Section: libs
-Pre-Depends: make
-Depends: ${shlibs:Depends}, librdf0-dev
+Depends: ${shlibs:Depends},
+         librdf0
 Recommends: slv2-jack
 Architecture: any
 Description: A library for simple use of LV2 plugins
@@ -23,7 +29,10 @@ Description: A library for simple use of LV2 plugins
  
 Package: libslv2-dev
 Section: libdevel
-Depends: ${shlibs:Depends}, libslv2-9
+Depends: libslv2-9 (= ${binary:Version}),
+         ${shlibs:Depends},
+         ${misc:Depends},
+         librdf0-dev
 Recommends: slv2-doc
 Architecture: any
 Description: Development files (headers) for SLV2 library
@@ -35,8 +44,8 @@ Description: Development files (headers) for SLV2 library
  
 Package: slv2-jack
 Section: utils
-Depends: ${shlibs:Depends}, jackd
-Recommends: lv2core
+Depends: ${shlibs:Depends},
+         jackd
 Architecture: any
 Description: Jack support for LV2 plugins
  LV2 is a simple but extensible successor of LADSPA plugins,

-- 
slv2 packaging



More information about the pkg-multimedia-commits mailing list