On Mon, Jul 20, 2015 at 11:36:05PM +0100, Colin Watson wrote: > I approve of this patch in general. I want to hold off a little before > applying it, though, because I know that some infrastructure is still a > bit ... recent where it comes to build profiles. (In particular, since > my day job is as a Launchpad developer, I'd rather like to get Launchpad > to support this first so that I don't make problems for myself at work.) > But I think we can probably do this fairly soon.
I talked to William Grant again and made him aware of the progress on the Debian side. It seems like much of the infrastructure is still running precise while the tool support landed mostly in vivid. William said that he'd look into this. Since there are backport patches implementing just the syntax and Ubuntu has experience with backporting stuff in apt and dpkg, I expect little problems. Meanwhile, an essential typo made it into my patch, so I am posting an update. Helmut
diff -Nru libpipeline-1.4.0/debian/changelog libpipeline-1.4.0/debian/changelog --- libpipeline-1.4.0/debian/changelog 2014-10-26 02:26:22.000000000 +0100 +++ libpipeline-1.4.0/debian/changelog 2015-07-20 23:05:59.000000000 +0200 @@ -1,3 +1,10 @@ +libpipeline (1.4.0-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Mark check Build-Dependency with <!nocheck> build profile (Closes: #-1). + + -- Helmut Grohne <hel...@subdivi.de> Mon, 20 Jul 2015 23:05:42 +0200 + libpipeline (1.4.0-1) unstable; urgency=medium * New upstream release. diff -Nru libpipeline-1.4.0/debian/control libpipeline-1.4.0/debian/control --- libpipeline-1.4.0/debian/control 2014-10-26 02:25:55.000000000 +0100 +++ libpipeline-1.4.0/debian/control 2015-07-20 23:05:12.000000000 +0200 @@ -3,7 +3,7 @@ Priority: important Maintainer: Colin Watson <cjwat...@debian.org> Standards-Version: 3.9.6 -Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9~), pkg-config, check, dh-autoreconf, automake (>= 1:1.10) +Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9~), pkg-config, check <!nocheck>, dh-autoreconf, automake (>= 1:1.10) XS-Testsuite: autopkgtest Homepage: http://libpipeline.nongnu.org/ Vcs-Git: git://anonscm.debian.org/users/cjwatson/libpipeline.git