monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] [PATCH] fix the Debian build-depends


From: Tommi Virtanen
Subject: [Monotone-devel] [PATCH] fix the Debian build-depends
Date: Fri, 06 Aug 2004 15:38:04 +0300
User-agent: Mozilla Thunderbird 0.7.1 (X11/20040716)

Hi. The .diff.gz for the debian package of monotone is somewhat broken; Build-Depends cannot be split on multiple lines, and the build-depends contain also runtime library packages that are actually not needed during building, and have actually been renamed in unstable due to different soname. Here's a patch that fixes all that.
--- monotone-0.14/debian/control
+++ monotone-0.14/debian/control
@@ -2,13 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: graydon hoare <address@hidden>
-Build-Depends: 
- debhelper (>> 4.0.0),
- libboost-dev (>= 1.30.2)
- libboost-regex-dev (>= 1.30.2), libboost-regex1.30.2 (>= 1.30.2),
- libboost-date-time-dev (>= 1.30.2), libboost-date-time1.30.2 (>= 1.30.2),
- libboost-test-dev (>= 1.30.2), libboost-test1.30.2 (>= 1.30.2),
- libpopt0 (>= 1.7) libpopt-dev (>= 1.7)
+Build-Depends: debhelper (>> 4.0.0), libboost-dev (>= 1.30.2), 
libboost-regex-dev (>= 1.30.2), libboost-date-time-dev (>= 1.30.2), 
libboost-test-dev (>= 1.30.2), libpopt-dev (>= 1.7), libboost-filesystem-dev
 Standards-Version: 3.5.9
 
 Package: monotone

reply via email to

[Prev in Thread] Current Thread [Next in Thread]