summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-07-09 11:50:15 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-07-09 11:50:15 -0300
commit5ae40c4dc3acc29ed6a088c77b3ad8eb41c9cd7a (patch)
tree4d860edc6330f22ac174525c8b72173a4c1b0c92
parent598fbd26cb1a111990f2d10ebce8b23dcc5ddf96 (diff)
downloadqtbase-5ae40c4dc3acc29ed6a088c77b3ad8eb41c9cd7a.tar.gz
Minimal improve of README.source with private symbols handling.
-rw-r--r--debian/README.source7
-rw-r--r--debian/changelog1
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