summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@debian.org>2018-03-06 19:34:51 -0500
committerGravatar Benjamin Barenblat <bbaren@debian.org>2018-03-06 19:34:51 -0500
commit0e1f6d65bec111228b67bab7eddbb173aab2a319 (patch)
tree36a9cb8093ce6e03d19699507669ecbdc31708ab /debian/control
parent3f0728b932904985b703b33bd5c936ea96cf15a0 (diff)
Package xcwd
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c17518d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,20 @@
+Source: xcwd
+Section: x11
+Priority: optional
+Maintainer: Benjamin Barenblat <bbaren@debian.org>
+Build-Depends:
+ debhelper (>= 10),
+ libx11-dev,
+Standards-Version: 4.1.3
+Homepage: https://github.com/schischi/xcwd
+Vcs-Browser: https://benjamin.barenblat.name/git/debian-xcwd.git
+Vcs-Git: https://benjamin.barenblat.name/git/debian-xcwd.git
+
+Package: xcwd
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: xserver-xorg-core
+Description: print the current working directory of the focused window
+ xcwd is a simple tool which prints the current working directory of the
+ focused window. It's useful for launching applications directly into the
+ same directory as the focused application.