summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-10-10 00:50:26 +0200
committerGuillem Jover <guillem@debian.org>2014-10-12 06:34:36 +0200
commit1b7cbd6176575f926526b380475e9f055121e01e (patch)
treea06555599456cf6302c21a2ad46f5f2a6fdade23 /debian
parent9faba94aeacc7f8a85a785d7cf1334cf340208fe (diff)
downloaddpkg-1b7cbd6176575f926526b380475e9f055121e01e.tar.gz
Dpkg::BuildProfiles: Mark the module as a public interface
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e744264f7..38898d382 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ dpkg (1.17.17) UNRELEASED; urgency=low
- New Dpkg::Getopt private module.
- Document public module Dpkg.
- Document public module Dpkg::Gettext.
+ - Mark Dpkg::BuildProfiles as a public module.
* Set the DEB_TARGET_* dpkg-architecture variables from architecture.mk.
Missed in dpkg 1.17.14.
* Initialize DEB_TARGET_ARCH variable without requiring DEB_HOST_ARCH,
diff --git a/debian/control b/debian/control
index e82d7a3b8..9987bbe6b 100644
--- a/debian/control
+++ b/debian/control
@@ -103,6 +103,7 @@ Description: Dpkg perl modules
- Dpkg: core variables
- Dpkg::BuildFlags: set, modify and query compilation build flags
- Dpkg::BuildOptions: parse and manipulate DEB_BUILD_OPTIONS
+ - Dpkg::BuildProfile: parse and manipulate build profiles
- Dpkg::Changelog: parse Debian changelogs
- Dpkg::Checksums: generate and parse checksums
- Dpkg::Compression::Process: wrapper around compression tools