aboutsummaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-10-10 10:34:56 -0400
committerB. Stack <bgstack15@gmail.com>2022-10-10 10:34:56 -0400
commit4767a3eb78e2e8286160000c203d1b91357614f7 (patch)
treeb3ecf8f3ba45c40f95efc8bc024e36cd5a61a8ed /debian/control
parentreadd all images (diff)
downloadfbxkb-4767a3eb78e2e8286160000c203d1b91357614f7.tar.gz
fbxkb-4767a3eb78e2e8286160000c203d1b91357614f7.tar.bz2
fbxkb-4767a3eb78e2e8286160000c203d1b91357614f7.zip
original 0.6 source codeorig
from debian's orig.tar.gz. The original app is from sourceforge: https://fbxkb.sourceforge.net/index.html
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 6b212a9..0000000
--- a/debian/control
+++ /dev/null
@@ -1,20 +0,0 @@
-Source: fbxkb
-Section: x11
-Priority: optional
-Maintainer: Debian QA Group <packages@qa.debian.org>
-Build-Depends:
- debhelper-compat (= 13),
- libgtk2.0-dev,
- libxmu-dev,
- libgdk-pixbuf-xlib-2.0-dev,
-Rules-Requires-Root: no
-Standards-Version: 3.9.6
-Homepage: http://fbxkb.sourceforge.net
-
-Package: fbxkb
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: X11 keyboard indicator and switcher
- It shows a flag of current keyboard in a systray area and
- allows you to switch to another one. It's written in C and
- uses the GTK+2.4 library only (no GNOME is needed).
bgstack15