From: Ian Jackson Date: Fri, 20 Feb 2015 18:50:34 +0000 (+0000) Subject: Some Debian packaging X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=sympathy.git;a=commitdiff_plain;h=072cdfaf91954bae5605ffee360b29e8e1810dfc Some Debian packaging Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..a1541f5 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,7 @@ +sympathy (1.2.1+woking-1) unstable; urgency=low + + * Initial release from sourced code rescued from + woking.cam.xci-test.com. + + -- Ian Jackson Fri, 20 Feb 2015 18:34:20 +0000 + diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..45a4fb7 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +8 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..5e627a5 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: sympathy +Maintainer: Ian Jackson +Uploaders: Ian Jackson +Build-Depends: libtool +Section: comm +Priority: optional +Standards-Version: 3.9.6.1 + +Package: sympathy +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +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 + (aka, a serial concentrator). + . + sympathy can function as a replacement for screen(1), minicom(1) and + consolidate(1). diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2d33f6a --- /dev/null +++ b/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@