chiark / gitweb /
build system: Skeleton
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 10 Mar 2020 13:47:12 +0000 (13:47 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Tue, 10 Mar 2020 14:01:31 +0000 (14:01 +0000)
Currently produces an empty .deb.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile [new file with mode: 0644]
debian/.gitignore [new file with mode: 0644]
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/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..cde4141
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,6 @@
+
+all:
+
+install:
+
+clean:
diff --git a/debian/.gitignore b/debian/.gitignore
new file mode 100644 (file)
index 0000000..9aa85d9
--- /dev/null
@@ -0,0 +1,5 @@
+.debhelper
+*.substvars
+chiark-tcl-applet
+debhelper-*
+files
diff --git a/debian/changelog b/debian/changelog
new file mode 100644 (file)
index 0000000..0ca756c
--- /dev/null
@@ -0,0 +1,5 @@
+chiark-tcl-applet (1.0-1~) unstable; urgency=medium
+
+  * 
+
+ --
diff --git a/debian/compat b/debian/compat
new file mode 100644 (file)
index 0000000..48082f7
--- /dev/null
@@ -0,0 +1 @@
+12
diff --git a/debian/control b/debian/control
new file mode 100644 (file)
index 0000000..c79ab97
--- /dev/null
@@ -0,0 +1,19 @@
+Source: chiark-tcl-applet
+Build-Depends: debhelper (>= 12~)
+Maintainer: Ian Jackson <ijackson@chiark.greenend.org.uk>
+
+Package: chiark-tcl-applet
+Recommends: chiark-utils-bin
+Depends: wish, tk-tktray
+Suggests: trayer | stalonetray
+Architecture: all
+Description: Tray widget for battery monitor and other X11 programs
+ xbatmon-simple-tray is a battery status display, with useful
+ tooltip, which sits in your system tray.
+ .
+ There is also an example script which can embed any X11 program
+ in your system tray.
+ .
+ If you do not yet have an X11 system tray (eg because you are not
+ running a desktop environment with panel), consider trayer or
+ stalonetray.
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 $@