Author: vorlon Date: 2011-08-20 07:28:24 +0000 (Sat, 20 Aug 2011) New Revision: 4902
Modified: multiarch-support/trunk/debian/control Log: add versioned dpkg-dev build-dependency so we have the DEB_HOST_MULTIARCH var Modified: multiarch-support/trunk/debian/control =================================================================== --- multiarch-support/trunk/debian/control 2011-08-20 07:26:39 UTC (rev 4901) +++ multiarch-support/trunk/debian/control 2011-08-20 07:28:24 UTC (rev 4902) @@ -1,7 +1,7 @@ Source: multiarch-support Priority: required Section: libs -Build-Depends: debhelper (>= 7.0.50~) +Build-Depends: debhelper (>= 7.0.50~), dpkg-dev (>= 1.16.0) Maintainer: GNU Libc Maintainers <[email protected]> Uploaders: Steve Langasek <[email protected]>, Aurelien Jarno <[email protected]>, Matthias Klose <[email protected]> Standards-Version: 3.9.2 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

