[Pkg-kde-commits] rev 1877 - branches/kde-3.4.0/cdbs

Pierre Habouzit madcoder at costa.debian.org
Tue Sep 27 08:22:58 UTC 2005


Author: madcoder
Date: 2005-09-27 08:22:50 +0000 (Tue, 27 Sep 2005)
New Revision: 1877

Modified:
   branches/kde-3.4.0/cdbs/debian-qt-kde.mk
Log:
add a hook in debian-qt-kde.mk allowing to create $(pkg).presubj files in debian/ that will be installed in /usr/share/bug/$(pkg)/presubj

Modified: branches/kde-3.4.0/cdbs/debian-qt-kde.mk
===================================================================
--- branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-09-27 01:50:34 UTC (rev 1876)
+++ branches/kde-3.4.0/cdbs/debian-qt-kde.mk	2005-09-27 08:22:50 UTC (rev 1877)
@@ -58,6 +58,10 @@
 		install -p -D -m644 debian/$(cdbs_curpkg).lintian \
 			debian/$(cdbs_curpkg)/usr/share/lintian/overrides/$(cdbs_curpkg); \
 	fi
+	if test -e debian/$(cdbs_curpkg).presubj; then \
+		install -p -D -m644 debian/$(cdbs_curpkg).presubj \
+			debian/$(cdbs_curpkg)/usr/share/bug/$(cdbs_curpkg)/presubj; \
+	fi
 
 binary-install/$(DEB_SOURCE_PACKAGE)-doc-html::
 	set -e; \




More information about the pkg-kde-commits mailing list