[SCM] qbs packaging branch, master, updated. debian/1.4.1+dfsg-8-5-g647a7c1

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Aug 24 15:17:45 UTC 2015


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

The following commit has been merged in the master branch:
commit 647a7c1058f69eb5598a759d4aefe5e6a114458f
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Aug 24 18:17:42 2015 +0300

    Remove gitignore files in clean target.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 61a23fb..6b8539f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ qbs (1.4.2+dfsg-1) UNRELEASED; urgency=medium
     - skip_test.diff (no longer needed)
   * Refresh and rebase other patches.
   * Update qbs.install to install some new files.
+  * Remove gitignore files in clean target.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 24 Aug 2015 17:15:56 +0300
 
diff --git a/debian/rules b/debian/rules
index 0932fe6..64805c2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ override_dh_auto_clean:
 	dh_auto_clean
 	rm -rfv doc/html $(CONFIG_DIR) tests/auto/*/testWorkDir lib
 	rm -fv doc/qbs.qch bin/qbs* bin/tst*
+	find . -type f -name .gitignore -delete -print
 
 override_dh_auto_configure:
 	qmake qbs.pro \

-- 
qbs packaging



More information about the pkg-kde-commits mailing list