diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 996e5f95..e5eef3d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ dbus (1.8.0-2) UNRELEASED; urgency=medium DEB_BUILD_PROFILE * Don't try to install systemd units in a stage1 build (they are no longer installed unless libsystemd*-dev are found) + * Mark dbus-1-doc with Build-Profiles: !stage1 -- Simon McVittie <smcv@debian.org> Sat, 15 Feb 2014 13:43:08 +0000 diff --git a/debian/control b/debian/control index cfc3cab6..a59d3e92 100644 --- a/debian/control +++ b/debian/control @@ -148,6 +148,7 @@ Description: simple interprocess messaging system (minimal library) for use in the Debian installer. Package: dbus-1-doc +Build-Profiles: !stage1 Section: doc Architecture: all Depends: ${misc:Depends} |