[SCM] a52dec/master: Bump debhelper to compat level 9 to pickup hardening flags
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Thu Feb 13 02:05:08 UTC 2014
The following commit has been merged in the master branch:
commit e66f6982ac78e297929ad3e4c4cf490ea2efdcfe
Author: Reinhard Tartler <siretart at tauware.de>
Date: Thu Feb 13 01:55:57 2014 +0000
Bump debhelper to compat level 9 to pickup hardening flags
diff --git a/debian/changelog b/debian/changelog
index c67dc52..387374b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,10 @@ a52dec (0.7.4-17) unstable; urgency=low
- A01-thread-safe.patch
- A04-modern-gcc-cflags.patch
* Bump standards version, no changes needed
+ * Bump debhelper to compat level 9 to pickup hardening flags and install
+ in multi-arch directories
- -- Reinhard Tartler <siretart at tauware.de> Thu, 13 Feb 2014 01:29:37 +0000
+ -- Reinhard Tartler <siretart at tauware.de> Thu, 13 Feb 2014 01:55:54 +0000
a52dec (0.7.4-16) unstable; urgency=low
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 b4352c5..5949806 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Uploaders: Reinhard Tartler <siretart at tauware.de>,
Dmitrijs Ledkovs <dmitrij.ledkov at ubuntu.com>
Build-Depends: dh-autoreconf,
quilt (>= 0.46-7),
- debhelper (>= 7.0.50~)
+ debhelper (>= 9~)
Standards-Version: 3.9.5
Vcs-Git: git://git.debian.org/pkg-multimedia/a52dec.git
Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/a52dec.git;a=summary
diff --git a/debian/liba52-0.7.4-dev.install b/debian/liba52-0.7.4-dev.install
index f9944cb..9ffa6aa 100644
--- a/debian/liba52-0.7.4-dev.install
+++ b/debian/liba52-0.7.4-dev.install
@@ -1,6 +1,6 @@
/usr/bin
/usr/include/*
-/usr/lib/*.a
-/usr/lib/liba52.so
+/usr/lib/*/*.a
+/usr/lib/*/liba52.so
/usr/share/man
liba52/a52_internal.h /usr/include/a52dec
diff --git a/debian/liba52-0.7.4.install b/debian/liba52-0.7.4.install
index 27d164c..e8eb285 100644
--- a/debian/liba52-0.7.4.install
+++ b/debian/liba52-0.7.4.install
@@ -1 +1 @@
-/usr/lib/liba52-*.so
+/usr/lib/*/liba52-*.so
--
a52dec packaging
More information about the pkg-multimedia-commits
mailing list