summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-07-07 14:00:41 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2013-07-07 14:00:41 -0300
commit7f0e94bb369760f63e7786c794fc63d0a4fc8d52 (patch)
treec75e5ff1a568f07c202d5322868d71534a199a60
parent1366e85e4447032a4a7d63ff6ba9b8f34bfe9b08 (diff)
downloadqtbase-7f0e94bb369760f63e7786c794fc63d0a4fc8d52.tar.gz
Do not remove the include dir on cleaning.
The headers are now not autogenerated. See the changelog changes for more info.
-rw-r--r--debian/changelog4
-rwxr-xr-xdebian/rules1
2 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index c071858..cbf503d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,10 @@ qtbase-opensource-src (5.1.0+dfsg-1) UNRELEASED; urgency=low
- build_examples.patch, adding the new -compile-examples switch.
* Refresh patches: deppath_gnu.diff.
* Bump Build-Depends-Indep qttools5-dev-tools dependency to << 5.1.0~.
+ * Do not remove the include dir on cleaning the sources. Prior to Qt 5.1 perl
+ would be run and re-create the includes. In 5.1, perl only runs if .git is
+ found and the build is done out-of-source. Thanks Pino and Thiago for the
+ hints.
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Thu, 27 Jun 2013 14:04:21 -0300
diff --git a/debian/rules b/debian/rules
index eaca5e8..17df56d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -154,7 +154,6 @@ override_dh_auto_clean:
doc/qch/ \
examples/tools/plugandpaint/plugins/ \
examples/tools/styleplugin/styles/ \
- include/ \
lib/ \
mkspecs/glibc-g++/ \
plugins/ \