The branch, master has been updated
via 0e4fde61f444d8d564bb621a5fd4cd9afdc3e014 (commit)
from 15891119c73004174df553cb55e90841b4a6f7c7 (commit)
- Shortlog ------------------------------------------------------------
0e4fde6 dpkg-checkbuilddeps: Add build-essential as an implicit Build-Depends
Summary of changes:
ChangeLog | 5 +++++
debian/changelog | 4 +++-
scripts/dpkg-checkbuilddeps.pl | 3 +++
3 files changed, 11 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
Details of changes:
commit 0e4fde61f444d8d564bb621a5fd4cd9afdc3e014
Author: Guillem Jover <[EMAIL PROTECTED]>
Date: Mon Jan 7 21:55:38 2008 +0200
dpkg-checkbuilddeps: Add build-essential as an implicit Build-Depends
Closes: #402901
diff --git a/ChangeLog b/ChangeLog
index ad16710..280d82d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2008-01-07 Guillem Jover <[EMAIL PROTECTED]>
+ * scripts/dpkg-checkbuilddeps.pl: Add build-essential as an implicit
+ Build-Depends.
+
+2008-01-07 Guillem Jover <[EMAIL PROTECTED]>
+
* configure.ac: Bump version to 1.14.16~.
2008-01-07 Guillem Jover <[EMAIL PROTECTED]>
diff --git a/debian/changelog b/debian/changelog
index b6285ac..337d15a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
dpkg (1.14.16) UNRELEASED; urgency=low
- *
+ [ Guillem Jover ]
+ * Add build-essential as an implicit Build-Depends in dpkg-checkbuilddeps.
+ Closes: #402901
-- Guillem Jover <[EMAIL PROTECTED]> Mon, 07 Jan 2008 12:39:36 +0200
diff --git a/scripts/dpkg-checkbuilddeps.pl b/scripts/dpkg-checkbuilddeps.pl
index 57c1a30..57c5743 100755
--- a/scripts/dpkg-checkbuilddeps.pl
+++ b/scripts/dpkg-checkbuilddeps.pl
@@ -51,6 +51,9 @@ parsecontrolfile($controlfile);
my $facts = parse_status("$admindir/status");
my (@unmet, @conflicts);
+push @unmet, build_depends('Implicit-Build-Depends',
+ Dpkg::Deps::parse('build-essential'), $facts);
+
my $dep_regex=qr/[ \t]*(([^\n]+|\n[ \t])*)\s/; # allow multi-line
if (defined($fi{"C Build-Depends"})) {
push @unmet, build_depends('Build-Depends',
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]