[SCM] kamera packaging branch, master, updated. debian/4.7.4-2-9-gdc2e7d0

Pino Toscano pino at alioth.debian.org
Sat Jun 16 22:01:16 UTC 2012


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

The following commit has been merged in the master branch:
commit dc2e7d06a56793314b2804bf9ac47d8b84e91e1e
Author: Pino Toscano <pino at debian.org>
Date:   Sun Jun 17 00:00:40 2012 +0200

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

diff --git a/debian/changelog b/debian/changelog
index cfd25fc..4e3eb2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ kamera (4:4.8.4-0r1) UNRELEASED; urgency=low
   * Add watch file.
   * Convert copyright to copyright-format v1.0 and fix/update.
   * Slightly improve description of kamera-dbg.
+  * Install everything in the destination directory of kamera,
+    instead of using a redundant .install file.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 09 Mar 2012 11:17:49 +0100
 
diff --git a/debian/kamera.install b/debian/kamera.install
deleted file mode 100644
index 097923b..0000000
--- a/debian/kamera.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/*
diff --git a/debian/rules b/debian/rules
index 2b70a44..4e1e130 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/kamera
+
 override_dh_strip:
-	$(overridden_command) --dbg-package=kamera-dbg
\ No newline at end of file
+	$(overridden_command) --dbg-package=kamera-dbg

-- 
kamera packaging



More information about the pkg-kde-commits mailing list