[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.4-15-g65c46c5

Modestas Vainius modax at alioth.debian.org
Tue Mar 29 23:16:57 UTC 2011


The following commit has been merged in the master branch:
commit da47eb9f0adb14e5fbdafb94aafc23e937d72e0f
Author: Modestas Vainius <modax at debian.org>
Date:   Wed Mar 30 02:04:52 2011 +0300

    qt-kde-team/2/debian-qt-kde.mk: attach debian/stamp-man-pages properly.
    
    dh_auto_build is executed when build* targets are run, not binary*.
---
 debian/changelog               |    2 ++
 qt-kde-team/2/debian-qt-kde.mk |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2a50691..fa05fa8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ pkg-kde-tools (0.12.0~pre5) UNRELEASED; urgency=low
     CMAKE_BUILD_TYPE is Debian.
   * Fix a typo in qt-kde-team/2/library-packages.mk: makes
     libpkgs_addsubst_allLibraries work.
+  * qt-kde-team/2/debian-qt-kde.mk: attach debian/stamp-man-pages properly.
+    dh_auto_build is executed when build* targets are run, not binary*.
 
  -- Modestas Vainius <modax at debian.org>  Fri, 25 Mar 2011 23:47:26 +0200
 
diff --git a/qt-kde-team/2/debian-qt-kde.mk b/qt-kde-team/2/debian-qt-kde.mk
index c8504a0..d4feac9 100644
--- a/qt-kde-team/2/debian-qt-kde.mk
+++ b/qt-kde-team/2/debian-qt-kde.mk
@@ -68,7 +68,7 @@ debian/stamp-man-pages:
 		> debian/man/out/`basename $$f .man`.`head -n1 $$f | awk '{print $$NF}'`; \
 	done
 	touch debian/stamp-man-pages
-$(foreach t,binary-arch binary,post_$(t)_dh_auto_build): debian/stamp-man-pages
+$(foreach t,build-arch build-indep build,post_$(t)_dh_auto_build): debian/stamp-man-pages
 
 cleanup_manpages:
 	rm -rf debian/man/out

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list