[SCM] Konversation packaging for Debian branch, master, updated. debian/1.4-1-9-g8644614

Diane Trout diane-guest at moszumanska.debian.org
Tue Feb 25 17:25:49 UTC 2014


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/konversation.git;a=commitdiff;h=b87e1ad

The following commit has been merged in the master branch:
commit b87e1ad9e7182ad22de408e05c14c87ba8391c4f
Author: Diane Trout <diane at ghic.org>
Date:   Sat Feb 22 17:18:14 2014 -0800

    Update to debhelper compat 9, to add hardening flags.
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 55b0d66..7c092c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ konversation (1.5-1) UNRELEASED; urgency=medium
   * Add myself to Uploaders
   * Refresh debian_channel.diff
   * Bump Standards-Version to 3.9.5: no changes needed.
+  * Update to debhelper compat 9, to add hardening flags.
 
  -- Diane Trout <diane at ghic.org>  Thu, 20 Feb 2014 15:23:24 -0800
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 1005cb8..9252dc1 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Modestas Vainius <modax at debian.org>, Diane Trout <diane at ghic.org>
-Build-Depends: debhelper (>= 7.3.16), cmake (>= 2.6.2), pkg-kde-tools (>= 0.5),
+Build-Depends: debhelper (>= 9), cmake (>= 2.6.2), pkg-kde-tools (>= 0.5),
  libqt4-dev (>= 4:4.7), kdelibs5-dev (>= 4:4.4.3), kdepimlibs5-dev (>= 4:4.4.3),
  libqca2-dev
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 8e21aeb..8ff6f02 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,4 +13,4 @@ override_dh_install:
 	fi
 
 %:
-	dh --with kde --parallel --dbg-package=konversation-dbg $@
+	dh  $@ --with kde --parallel --dbg-package=konversation-dbg

-- 
Konversation packaging for Debian



More information about the pkg-kde-commits mailing list