[SCM] qtcreator packaging branch, master, updated. debian/3.6.0-1-6-ga19b780

Adam Majer adamm at moszumanska.debian.org
Tue Jan 26 21:37:42 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtcreator.git;a=commitdiff;h=af56275

The following commit has been merged in the master branch:
commit af56275c829bd6f8b3da787f19aacf1bf24d93b2
Author: Adam Majer <adamm at zombino.com>
Date:   Tue Jan 26 14:47:03 2016 -0600

    Remove unnecessary dh_auto_clean override
    
    We are using builddir anyway, so just remove the entire directory and
    be done
---
 debian/changelog | 1 +
 debian/rules     | 9 ---------
 2 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8df9ef8..1e030be 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ qtcreator (3.6.0-2) UNRELEASED; urgency=medium
   * debian/rules:
       + remove obsolete jQuery-related link and cleanup, since we no longer
         ship +fdsg version.
+      + remove unnecessary dh_auto_clean_override
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 19 Jan 2016 15:03:51 -0600
 
diff --git a/debian/rules b/debian/rules
index 23f404a..2252b87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,15 +57,6 @@ endif
 	# Do not install the file, we better symlink it.
 	rm -vf debian/tmp/usr/share/qtcreator/debugger/LICENSE.LGPL
 
-override_dh_auto_clean:
-	dh_auto_clean
-	rm -rf doc/html lib/qmldesigner lib/qtcreator/plugins share/doc
-	rm -f bin/qtcreator_* lib/qtcreator/lib* lib/qtcreator/qtcomponents/plugin/lib* share/qtcreator/translations/qtcreator_*.qm
-	find . -type d -name '.moc' | xargs rm -rf
-	find . -type d -name '.obj' | xargs rm -rf
-	find . -type d -name '.rcc' | xargs rm -rf
-	find . -type d -name '.uic' | xargs rm -rf
-
 override_dh_install:
 	dh_install --fail-missing
 

-- 
qtcreator packaging



More information about the pkg-kde-commits mailing list