On Sun, Aug 17, 2014 at 09:45:47PM +0300, Peter Pentchev wrote: > Source: cyrus-sasl2 > Version: 2.1.26.dfsg1-11 > Severity: wishlist > Tags: patch > > Hi, > > As promised, here's the second part of the patch; it adds build profile > annotations to the control file and simplifies the changes to the rules > file a bit. There's a little catch: since the build profile-aware > versions of the build tools (dpkg-dev, debhelper, sbuild) have not hit > a stable release yet, making this change might have to wait until Jessie > is released, since right now the Debian archive build infrastructure > cannot handle these annotations.
Oof. And here's another part of this patch that I missed - profile support during the build requires a bit more recent versions of debhelper and dpkg-dev. If something goes wrong with this patch, it's also available at https://gitorious.org/roam-debian-bootstrap/cyrus-sasl2-debian/commits/roam-stage1-control-2 G'luck, Peter -- Peter Pentchev [email protected] [email protected] [email protected] PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint 2EE7 A7A5 17FC 124C F115 C354 651E EFB0 2527 DF13
From dfebadb9ed3f660bca0efa00668544d181840a6b Mon Sep 17 00:00:00 2001 From: Peter Pentchev <[email protected]> Date: Wed, 20 Aug 2014 19:14:56 +0300 Subject: [PATCH 2/2] Recent debhelper and dpkg-dev for profiles support. --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 6eb6edd..5bc41ed 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: standard Maintainer: Debian Cyrus SASL Team <[email protected]> Uploaders: Fabian Fagerholm <[email protected]>, Roberto C. Sanchez <[email protected]>, Ondřej Surý <[email protected]>, Adam Conrad <[email protected]> Standards-Version: 3.9.5 -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 9.20140227), + dpkg-dev (>= 1.17.2), quilt, automake (>= 1:1.14), autotools-dev, -- 2.1.0.rc1
signature.asc
Description: Digital signature

