From 44001e1f1fb81601827b8212f81f5b1760ae9231 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 28 Apr 2021 21:31:54 +0000 Subject: add Debian packaging files Basically copied them from my other project linux-status. --- debian/control | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..95a2475 --- /dev/null +++ b/debian/control @@ -0,0 +1,14 @@ +Source: config-links +Section: utils +Priority: optional +Maintainer: Egor Tensin +Build-Depends: debhelper-compat (= 10) +Standards-Version: 4.4.1 +Homepage: https://github.com/egor-tensin/config-links + +Package: config-links +Architecture: all +Depends: bash, ${misc:Depends} +Description: Configuration file sharing + Store your files in a repository, checkout it on any machine, and easily + create & maintain symlinks to all of them. -- cgit v1.2.3