From: Ian Jackson Date: Fri, 20 Feb 2015 19:06:54 +0000 (+0000) Subject: Packaging fixes X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6d2b5fc502f0c1be615a3e8c64bf3af5b1738cd7;p=sympathy.git Packaging fixes Signed-off-by: Ian Jackson --- 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