From 71ab7ff772434436eda494105d9abcc4111d60e3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Mon, 6 Aug 2012 08:29:14 +0000 Subject: [PATCH] wrap and sort items in Debian packaging files This makes reviews and diffs easier and helps in avoiding duplicate entries. devscripts's wrap-and-sort ftw. Closes: https://bugtracker.sipwise.com/view.php?id=1845 From: Michael Prokop --- debian/control | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index be1a9f0..6a585b8 100644 --- a/debian/control +++ b/debian/control @@ -2,11 +2,20 @@ Source: ngcp-asterisk Section: comm Priority: extra Maintainer: Sipwise Development Team -Build-Depends: debhelper (>= 7), autotools-dev, libssl-dev, libncurses-dev, libltdl-dev, unixodbc-dev +Build-Depends: autotools-dev, + debhelper (>= 7), + libltdl-dev, + libncurses-dev, + libssl-dev, + unixodbc-dev Standards-Version: 3.9.3 Package: ngcp-asterisk Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, unixodbc, ngcp-asterisk-sounds, libmyodbc +Depends: libmyodbc, + ngcp-asterisk-sounds, + unixodbc, + ${misc:Depends}, + ${shlibs:Depends} Description: Sipwise's custom asterisk for NGCP platforms. This package provides Asterisk 1.4.24.1 with Sipwise and asterisk-es-rsp.org patches.