[SCM] plasma-scriptengine-superkaramba packaging branch, master, updated. 21f607c5450fbe61d0d0619f0d0367a5622a49d8

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Jun 19 12:42:29 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/superkaramba.git;a=commitdiff;h=21f607c

The following commit has been merged in the master branch:
commit 21f607c5450fbe61d0d0619f0d0367a5622a49d8
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Jun 19 09:39:54 2012 -0300

    Install files to debian/tmp.
    
    In this way:
    - I do not need to modify the install file we already have.
    - If the -dbg package needs to be (re)introduced, we don't need
      any change to the install file (in case we haven't took the
      above choice).
---
 debian/rules |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6a77e53..76ce460 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,8 @@
 #!/usr/bin/make -f
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
+
+# Install files to debian/tmp. This way I avoid to rewriting the .install
+# file if we need to re-add the dbg package.
+override_dh_auto_install:
+	dh_auto_install --destdir=debian/tmp

-- 
plasma-scriptengine-superkaramba packaging



More information about the pkg-kde-commits mailing list