[SCM] QJson library packaging branch, master, updated. debian/0.8.1-1-9-gc3131c6

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Sun Jun 16 17:34:54 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/krap/qjson.git;a=commitdiff;h=854998a

The following commit has been merged in the master branch:
commit 854998af5fe46847a576643430c6c1309582dedb
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jun 16 14:27:49 2013 -0300

    Fail if we do not ship some file.
---
 debian/changelog |    1 +
 debian/rules     |    6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 09797cc..a6be786 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ qjson (0.8.1-2) UNRELEASED; urgency=low
   * Fix typo in package description. Thanks Pascal De Vuyst (Closes: #712404).
   * Fix missing M-A qualification of the debug package.
   * Update amd64 symbols.
+  * Fail if we are not shipping some files.
 
  -- Lisandro Damián Nicanor Pérez Meyer <lisandro at debian.org>  Thu, 29 Nov 2012 13:38:25 -0300
 
diff --git a/debian/rules b/debian/rules
index d501a70..3c14c0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,10 @@ export DEB_CXXFLAGS_MAINT_APPEND = -fvisibility=hidden \
 %:
 	dh $@ --dbg-package=libqjson-dbg \
 	--with=pkgkde-symbolshelper \
-	--parallel \
-	--list-missing
+	--parallel
 
 override_dh_auto_configure:
 	dh_auto_configure -- -DQJSON_BUILD_TESTS=ON
+
+override_dh_install:
+	dh_install --fail-missing

-- 
QJson library packaging



More information about the pkg-kde-commits mailing list