[SCM] Debian Qt/KDE packaging tools branch, master, updated. debian/0.11.0

Modestas Vainius modax at alioth.debian.org
Fri Mar 11 01:30:50 UTC 2011


The following commit has been merged in the master branch:
commit 25a6d38c759f40157c077d0512c1950cebb6548a
Author: Modestas Vainius <modestas at vainius.eu>
Date:   Fri Mar 11 00:10:36 2011 +0200

    Write a disclaimer to dhmk_rules.mk about its temporary status.
    
    It is as follows:
    
    This file was automatically generated by dhmk.pl
    DO NOT edit as your changes will eventually be lost.
    DO NOT include this file in the source package.
---
 qt-kde-team/2/dhmk.pl |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/qt-kde-team/2/dhmk.pl b/qt-kde-team/2/dhmk.pl
index 8718ac6..0a2b0fd 100755
--- a/qt-kde-team/2/dhmk.pl
+++ b/qt-kde-team/2/dhmk.pl
@@ -370,6 +370,10 @@ sub write_dhmk_rules {
 
     open (my $fh, ">", $dhmk_file) or
         die "unable to open dhmk rules file ($dhmk_file) for writing: $!";
+    print $fh "# This file was automatically generated by ", basename($0), "\n";
+    print $fh "# DO NOT edit as your changes will eventually be lost.", "\n";
+    print $fh "# DO NOT include this file in the source package.", "\n";
+    print $fh "\n";
     print $fh "# Action command sequences", "\n";
     foreach my $tname (keys %$targets) {
         my $t = $targets->{$tname};

-- 
Debian Qt/KDE packaging tools



More information about the pkg-kde-commits mailing list