On Sun, Aug 17, 2014 at 02:54:41PM +0300, Peter Pentchev wrote: > Source: highlight > Version: 3.12+svn83-1 > 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 patch that I missed - build profile support needs a bit more recent debhelper and dpkg-dev. If something goes wrong with this patch, it is also available at https://gitorious.org/roam-debian-bootstrap/highlight-debian/commits/roam-stage1-control 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 24487926a2a7cb29d29f917a56fe32cffd5c2949 Mon Sep 17 00:00:00 2001 From: Peter Pentchev <[email protected]> Date: Wed, 20 Aug 2014 19:33:27 +0300 Subject: [PATCH 2/2] Recent debhelper and dpkg-dev for profile support. --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 4e51c31..b7251a3 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: devel Priority: optional Maintainer: Ayman Negm <[email protected]> Uploaders: David Bremner <[email protected]> -Build-Depends: debhelper (>= 9), swig <!profile.stage1>, liblua5.1-0-dev, libboost-dev, - pkg-config +Build-Depends: debhelper (>= 9.20140227), swig <!profile.stage1>, liblua5.1-0-dev, libboost-dev, + pkg-config, dpkg-dev (>= 1.17.2) Standards-Version: 3.9.4 Homepage: http://www.andre-simon.de Vcs-Git: git://git.debian.org/collab-maint/highlight.git -- 2.1.0.rc1
signature.asc
Description: Digital signature

