[SCM] gammaray packaging branch, master, updated. debian/2.0.2-1-1-gff4bb9d
Felix Geyer
fgeyer at moszumanska.debian.org
Tue May 27 18:28:57 UTC 2014
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/gammaray.git;a=commitdiff;h=ff4bb9d
The following commit has been merged in the master branch:
commit ff4bb9dd55c372c1aecc781303a67306c09b0839
Author: Felix Geyer <fgeyer at debian.org>
Date: Tue May 27 20:28:45 2014 +0200
Call dh_auto_clean for both build directories.
---
debian/changelog | 6 ++++++
debian/rules | 4 ++++
2 files changed, 10 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 81608b7..3f8f42e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gammaray (2.0.2-2) UNRELEASED; urgency=medium
+
+ * Call dh_auto_clean for both build directories.
+
+ -- Felix Geyer <fgeyer at debian.org> Tue, 27 May 2014 20:28:10 +0200
+
gammaray (2.0.2-1) unstable; urgency=medium
[ Jakub Adam ]
diff --git a/debian/rules b/debian/rules
index 2e76ae2..d13e341 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,6 +28,10 @@ override_dh_auto_install:
dh_auto_install -B obj-qt4
rm -f debian/tmp/usr/share/doc/gammaray/License.txt
+override_dh_auto_clean:
+ dh_auto_clean -B obj-qt5
+ dh_auto_clean -B obj-qt4
+
override_dh_installdocs:
dh_installdocs --link-doc=gammaray
--
gammaray packaging
More information about the pkg-kde-commits
mailing list