[SCM] ardour/master: Require libraptor1-dev instead of virtual libraptor-dev.

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Thu Mar 3 12:31:55 UTC 2011


The following commit has been merged in the master branch:
commit a4bb09d84a1de31d4734c8c5dce6cb18aa96c73f
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Thu Mar 3 10:50:53 2011 +0100

    Require libraptor1-dev instead of virtual libraptor-dev.
    
    We need a versioned dependency on libraptor1-dev to make sure to
    have versioned symbols. libraptor-dev was virtual, so replace it by the
    actual package.

diff --git a/debian/rules b/debian/rules
index a6040a7..da0a4cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -117,7 +117,7 @@ CDBS_BUILD_DEPENDS += , gettext,\
 CDBS_BUILD_DEPENDS += , libboost-dev,\
 					  libcurl4-gnutls-dev,\
 					  libfftw3-dev,\
-					  libraptor-dev (>= 2.0.0-2),\
+					  libraptor1-dev (>= 1.4.21-5),\
 					  liblrdf0-dev (>= 0.4.0-4),\
 					  libsigc++-2.0-dev,\
 					  libusb-dev,\

-- 
ardour Debian packaging



More information about the pkg-multimedia-commits mailing list