[SCM] Debian Qt/KDE packaging tools branch, master, updated. master/0.4.11-8-g8b49f8a

Modestas Vainius modax-guest at alioth.debian.org
Thu Aug 27 09:05:23 UTC 2009


The following commit has been merged in the master branch:
commit 8b49f8a61cfa41f842d9b2b5b1c7951d7e1f2f92
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Thu Aug 27 12:04:31 2009 +0300

    Actually install debhelper addons.
---
 Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 587501c..26d34fe 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,11 @@ install:
 	    install -D -m 0644 {} $(DESTDIR)/$(PERLLIBDIR)/{} \;
 	install -m 0755 $(SYMBOLSHELPER_DIR)/pkgkde-symbolshelper-basic $(DESTDIR)/usr/bin/pkgkde-symbolshelper
 	
-	# debhelper
+	# Custom debhelper commands
 	install -d $(MANDIR)/man1
 	pod2man $(DEBHELPER_DIR)/dh_sameversiondep > $(MANDIR)/man1/dh_sameversiondep.1
 	install -m 0755 $(DEBHELPER_DIR)/dh_sameversiondep $(BINDIR)
+	
+	# Debhelper addons
+	cd $(DEBHELPER_DIR) && find Debian -type f -name "*.pm" -exec \
+	    install -D -m 0644 {} $(DESTDIR)/$(PERLLIBDIR)/{} \;

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list