diff options
-rw-r--r-- | debian/README.source | 7 | ||||
-rw-r--r-- | debian/changelog | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source index 09d2c3e..37bad39 100644 --- a/debian/README.source +++ b/debian/README.source @@ -21,6 +21,13 @@ easily done by first building only arch: any packages of qtbase and qttools. Using this packages, rebuild the full source, this time including arch: all packages. +Marking private symbols +----------------------- + +After doing a first build, run mark_private_symbols to mark private symbols +to depend on qtbase-abi-x-y-z. Be sure to modify control, lintian-overrides and +symbols files with current version of this ABI. + Patches to the original source code ----------------------------------- diff --git a/debian/changelog b/debian/changelog index 7da71be..33aa315 100644 --- a/debian/changelog +++ b/debian/changelog @@ -25,6 +25,7 @@ qtbase-opensource-src (5.1.0+dfsg-1) UNRELEASED; urgency=low * Add a lintian override for libqt5core5. Symbols should declare a dependency on qtbase-abi-5-1-0. * Change symbols files and lintian overrides to provide qtbase-abi-5-1-0. + * Minimal improve of README.source with private symbols handling. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 27 Jun 2013 14:04:21 -0300 |