[SCM] kinfocenter packaging branch, master, updated. debian/5.4.3-1-8-gd9ec4a2

Maximiliano Curia maxy at moszumanska.debian.org
Tue Feb 9 14:21:36 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kinfocenter.git;a=commitdiff;h=d9ec4a2

The following commit has been merged in the master branch:
commit d9ec4a2a7761e36a089a145112a779c9b0dc4f54
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Tue Feb 9 15:21:26 2016 +0100

    Update oui script. (Closes: #813355)
---
 debian/changelog          | 2 +-
 debian/kinfocenter_oui.sh | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 65d237c..c54a0b8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
 kinfocenter (4:5.5.4-2~) UNRELEASED; urgency=medium
 
-  * 
+  * Update oui script. (Closes: #813355) Thanks to Myhailo Danylenko.
 
  -- Maximiliano Curia <maxy at debian.org>  Tue, 09 Feb 2016 15:19:18 +0100
 
diff --git a/debian/kinfocenter_oui.sh b/debian/kinfocenter_oui.sh
index 56253e0..cbea67b 100755
--- a/debian/kinfocenter_oui.sh
+++ b/debian/kinfocenter_oui.sh
@@ -4,7 +4,8 @@ dirname="$1"
 filename="$2"
 
 if [ "oui.txt" != $(basename "$filename") ]; then
-    exit 1
+    # Not for us
+    exit 0
 fi
 
 awk '

-- 
kinfocenter packaging



More information about the pkg-kde-commits mailing list