[SCM] kbruch packaging branch, master, updated. debian/4.7.4-2-8-g03bec4c

Pino Toscano pino at alioth.debian.org
Sun Jun 17 13:31:41 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kbruch.git;a=commitdiff;h=03bec4c

The following commit has been merged in the master branch:
commit 03bec4ca1028a2f372aa325eafd6e33745090122
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jun 17 15:31:13 2012 +0200

    install everything in the destination directory of kbruch
    
    ... instead of using a redundant .install file
---
 debian/changelog      |    2 ++
 debian/kbruch.install |    1 -
 debian/rules          |    3 +++
 3 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index db31450..39dd825 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ kbruch (4:4.8.4-0r1) UNRELEASED; urgency=low
   * Add watch file.
   * Convert copyright to copyright-format v1.0 and fix/update.
   * Slightly improve the description of kbruch-dbg.
+  * Install everything in the destination directory of kbruch,
+    instead of using a redundant .install file.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 17 Jun 2012 15:16:25 +0200
 
diff --git a/debian/kbruch.install b/debian/kbruch.install
deleted file mode 100644
index 097923b..0000000
--- a/debian/kbruch.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/*
diff --git a/debian/rules b/debian/rules
index 33b6c7f..7f9e78c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,5 +2,8 @@
 
 include /usr/share/pkg-kde-tools/qt-kde-team/2/debian-qt-kde.mk
 
+override_dh_auto_install:
+	$(overridden_command) --destdir=debian/kbruch
+
 override_dh_strip:
 	$(overridden_command) --dbg-package=kbruch-dbg

-- 
kbruch packaging



More information about the pkg-kde-commits mailing list