[Pkg-telepathy-commits] [SCM] Salut packaging branch, debian-experimental, updated. debian/0.8.0-2-6-gd2abe58

Simon McVittie smcv at debian.org
Tue Aug 7 10:13:24 UTC 2012


The following commit has been merged in the debian-experimental branch:
commit 5bbe3d74e8aab89ccfaf3578606f87ab4158b58c
Author: Simon McVittie <smcv at debian.org>
Date:   Tue Aug 7 10:31:33 2012 +0100

    Include default hardening flags from dpkg

diff --git a/debian/changelog b/debian/changelog
index 67e4744..604755c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ telepathy-salut (0.8.0-3) UNRELEASED; urgency=low
 
   * gbp.conf: branch for experimental
   * Add debug-symbols package
+  * Include default hardening flags from dpkg
 
  -- Simon McVittie <smcv at debian.org>  Tue, 07 Aug 2012 10:20:47 +0100
 
diff --git a/debian/control b/debian/control
index 2381390..07d3710 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Section: net
 Priority: optional
 Build-Depends: cdbs,
                debhelper (>= 5),
+               dpkg-dev (>= 1.16.1~),
                libglib2.0-dev (>= 2.24.0),
                libdbus-1-dev (>= 1.1.0),
                libxml2-dev,
diff --git a/debian/rules b/debian/rules
index cd358fc..c1550f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+include /usr/share/dpkg/default.mk
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 

-- 
Salut packaging



More information about the Pkg-telepathy-commits mailing list