[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:22 UTC 2009


The following commit has been merged in the master branch:
commit f5d26b3b13971a7ee71015fa60c8d22430dec4d7
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Thu Aug 27 09:39:36 2009 +0300

    Create debhelper subdir and move dh_sameversiondep to it.
    
    Make changes to Makefile accordingly.
---
 Makefile                                         |    7 ++++---
 dh_sameversiondep => debhelper/dh_sameversiondep |    0 
 debian/changelog                                 |    3 ++-
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/Makefile b/Makefile
index 7afa84d..587501c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
 PERLLIBDIR := $(shell perl -MConfig -e 'print $$Config{vendorlib}')
 SYMBOLSHELPER_DIR := symbolshelper
+DEBHELPER_DIR := debhelper
 
 BINDIR := $(DESTDIR)/usr/bin
 MANDIR := $(DESTDIR)/usr/share/man
@@ -13,7 +14,7 @@ install:
 	    install -D -m 0644 {} $(DESTDIR)/$(PERLLIBDIR)/{} \;
 	install -m 0755 $(SYMBOLSHELPER_DIR)/pkgkde-symbolshelper-basic $(DESTDIR)/usr/bin/pkgkde-symbolshelper
 	
-	# dh_sameversiondep
+	# debhelper
 	install -d $(MANDIR)/man1
-	pod2man dh_sameversiondep > $(MANDIR)/man1/dh_sameversiondep.1
-	install -m 0755 dh_sameversiondep $(BINDIR)
+	pod2man $(DEBHELPER_DIR)/dh_sameversiondep > $(MANDIR)/man1/dh_sameversiondep.1
+	install -m 0755 $(DEBHELPER_DIR)/dh_sameversiondep $(BINDIR)
diff --git a/dh_sameversiondep b/debhelper/dh_sameversiondep
similarity index 100%
rename from dh_sameversiondep
rename to debhelper/dh_sameversiondep
diff --git a/debian/changelog b/debian/changelog
index 020e663..85f8b7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 pkg-kde-tools (0.4.12~pre1) UNRELEASED; urgency=low
 
   * Split off KDE 4 cmake flags from variables.mk to the text file.
+  * Create debhelper subdir and move dh_sameversiondep to it.
 
- -- Modestas Vainius <modestas at vainius.eu>  Thu, 27 Aug 2009 09:44:38 +0300
+ -- Modestas Vainius <modestas at vainius.eu>  Thu, 27 Aug 2009 09:45:30 +0300
 
 pkg-kde-tools (0.4.11) unstable; urgency=low
 

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list