From 0804e96c8c9fe0f76b76735e6045d3e99ba73006 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Tue, 23 Oct 2012 13:59:48 +0000 Subject: [PATCH] Add linux 3.2 image and header packages as dependencies to ngcp-services-* We want to ship 3.2 kernel as part of the upcoming release. Add linux-headers-3.2.0-0.bpo.3-amd64 + linux-image-3.2.0-0.bpo.3-amd64 as dependencies therefore. Acked-by: Jon Bonilla Closes: https://bugtracker.sipwise.com/view.php?id=2233 From: Michael Prokop --- debian/control | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/control b/debian/control index 788b1fa..5463e0f 100644 --- a/debian/control +++ b/debian/control @@ -138,6 +138,8 @@ Depends: bzip2, kamailio-presence-modules, kamailio-tls-modules, kamailio-xml-modules, + linux-headers-3.2.0-0.bpo.3-amd64, + linux-image-3.2.0-0.bpo.3-amd64, monit, ngcp-asterisk, ngcp-cdr-exporter, @@ -189,6 +191,8 @@ Depends: bzip2, kamailio-presence-modules, kamailio-tls-modules, kamailio-xml-modules, + linux-headers-3.2.0-0.bpo.3-amd64, + linux-image-3.2.0-0.bpo.3-amd64, ngcp-asterisk, ngcp-cdr-exporter, ngcp-check-tools, @@ -237,6 +241,8 @@ Depends: bsd-mailx | mailx, kamailio-presence-modules, kamailio-tls-modules, kamailio-xml-modules, + linux-headers-3.2.0-0.bpo.3-amd64, + linux-image-3.2.0-0.bpo.3-amd64, ngcp-asterisk, ngcp-cdr-exporter, ngcp-check-tools,