diff options
author | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2012-08-18 15:25:49 -0300 |
---|---|---|
committer | Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com> | 2012-08-18 15:25:49 -0300 |
commit | e940bf45c17c8399d1f5279a60c09f181fe4d07e (patch) | |
tree | 7bc05b37c73a680c30bd4921ad079b3cb57f8ff8 | |
parent | 18e7e7c34fecc9feaa46c1fd2b1ebca1191f2c83 (diff) | |
download | qt4-x11-e940bf45c17c8399d1f5279a60c09f181fe4d07e.tar.gz |
Add a note on README.source about the removal of the RFCs.
-rw-r--r-- | debian/README.source | 6 | ||||
-rw-r--r-- | debian/changelog | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source index b8a2d79..aff005d 100644 --- a/debian/README.source +++ b/debian/README.source @@ -1,3 +1,9 @@ +DFSG-repackaging +---------------- + +The source code of Qt is repackaged to get rid of the non-DFSG compliant +RFCs that are bundled with zlib's source code inside src/3rdparty/zlib/doc/. + Patches to the original source code ----------------------------------- diff --git a/debian/changelog b/debian/changelog index 9770152..75a72c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,8 @@ qt4-x11 (4:4.8.2+dfsg-1) UNRELEASED; urgency=low * Add myself to Uploaders. * Remove non-free zlib's RFCs (Closes: #685132): - Add prune-nonfree to debian/rules to remove them. + - Add a note on README.source of what we are removing from the original + tarball. -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 18 Aug 2012 15:14:31 -0300 |