From d7640d60231f393051aa971c6d3bf7e9aa896730 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Sat, 17 Apr 2021 08:30:06 -0700 Subject: Install dependencies via Debian package --- debian/changelog | 5 +++++ debian/control | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + 5 files changed, 87 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/control create mode 100644 debian/copyright create mode 100755 debian/rules create mode 100644 debian/source/format (limited to 'debian') diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..b9e6666 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +rul-dotfiles-deps (0.1-1) unstable; urgency=medium + + * Initial release + + -- Raúl Benencia Sat, 17 Apr 2021 07:19:32 -0700 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..071bac8 --- /dev/null +++ b/debian/control @@ -0,0 +1,49 @@ +Source: rul-dotfiles-deps +Section: admin +Priority: optional +Maintainer: Raúl Benencia +Build-Depends: debhelper-compat (= 13), + elpa-anzu, + elpa-auto-complete, + elpa-clues-theme, + elpa-company, + elpa-company-lsp, + elpa-debian-el, + elpa-dpkg-dev-el, + elpa-fill-column-indicator, + elpa-flx-ido, + elpa-helm, + elpa-helm-core, + elpa-helm-projectile, + elpa-ibuffer-vc, + elpa-ido-completing-read+, + elpa-ido-vertical-mode, + elpa-imenu-list, + elpa-magit, + elpa-monokai-theme, + elpa-neotree, + elpa-org, + elpa-org-bullets, + elpa-projectile, + elpa-smart-mode-line, + elpa-smart-mode-line-powerline-theme, + elpa-smex, + elpa-solarized-theme, + elpa-use-package, + elpa-yaml-mode, + elpa-zenburn-theme, + fzf, + make, + msmtp, + neomutt, + notmuch-mutt, +Standards-Version: 4.5.1 +Rules-Requires-Root: no + +Package: rul-dotfiles-deps +Architecture: all +Depends: ${misc:Depends}, +Description: Dependencies for rul's dotfiles + Package not meant to be installed. + . + Run: apt-get build-dep . diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..e07a1eb --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: rul-dotfiles-deps +Upstream-Contact: Raúl Benencia +Source: https://git.rbenencia.name/home-dotfiles/ + +Files: * +Copyright: 2021 Raúl Benencia +License: GPL-3.0+ + +Files: debian/* +Copyright: 2021 Raúl Benencia +License: GPL-3.0+ + +License: GPL-3.0+ + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + . + On Debian systems, the complete text of the GNU General + Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..cbe925d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +%: + dh $@ diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..89ae9db --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (native) -- cgit v1.2.3