From 6d2b5fc502f0c1be615a3e8c64bf3af5b1738cd7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 20 Feb 2015 19:06:54 +0000 Subject: [PATCH] Packaging fixes Signed-off-by: Ian Jackson --- .gitignore | 4 ++++ debian/compat | 2 +- debian/control | 1 + debian/rules | 4 ++++ 4 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eaa7dbf..ebc7c06 100644 --- a/.gitignore +++ b/.gitignore @@ -35,4 +35,8 @@ libsympathy-config.src debian/files debian/*.substvars debian/*.debhelper.log +debian/*.postinst.debhelper +debian/*.postrm.debhelper +debian/*.preinst.debhelper +debian/*.prerm.debhelper debian/sympathy diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 5e627a5..37103b8 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,7 @@ Standards-Version: 3.9.6.1 Package: sympathy Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} +Pre-Depends: multiarch-support Description: serial port concentrator system - server/client program sympathy is a system for logging and providing access to serial (RS232) ports; typically, multiple serial ports on a single server diff --git a/debian/rules b/debian/rules index 2d33f6a..d160fa8 100755 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,7 @@ %: dh $@ + +override_dh_auto_configure: + ./autogen.sh + dh_auto_configure -- 2.30.2