chiark / gitweb /
Some Debian packaging
authorIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 20 Feb 2015 18:50:34 +0000 (18:50 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 20 Feb 2015 18:50:34 +0000 (18:50 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/rules [new file with mode: 0755]

diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..a1541f5
--- /dev/null
@@ -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 <ian.jackson@eu.citrix.com>  Fri, 20 Feb 2015 18:34:20 +0000
+
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..45a4fb7
--- /dev/null
@@ -0,0 +1 @@
+8
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..5e627a5
--- /dev/null
@@ -0,0 +1,18 @@
+Source: sympathy
+Maintainer: Ian Jackson <ian.jackson@eu.citrix.com>
+Uploaders: Ian Jackson <ijackson@chiark.greenend.org.uk>
+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 (executable)
index 0000000..2d33f6a
--- /dev/null
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+       dh $@