From 7d0a96e7b5cf4541b07570d54829e152ff9b9a5c Mon Sep 17 00:00:00 2001 From: Robert Alessi Date: Sun, 7 Feb 2021 11:50:26 +0100 Subject: initial Debian/Devuan commit --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/copyright | 29 +++++++++++++++++++++++++++++ debian/rules | 9 +++++++++ debian/source/format | 1 + 6 files changed, 62 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat 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..ed968ce --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +my-x200 (0.6-1) UNRELEASED; urgency=medium + + * Initial release. + + -- Robert Alessi Sat, 06 Feb 2021 11:14:01 +0100 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..f599e28 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +10 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b3cc4bd --- /dev/null +++ b/debian/control @@ -0,0 +1,17 @@ +Source: my-x200 +Maintainer: Robert Alessi +Section: misc +Priority: optional +Standards-Version: 4.3.0 +Build-Depends: debhelper (>= 10) +Homepage: http://git.robertalessi.net/my-x200 + +Package: my-x200 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, intel-gpu-tools, rsync, + macchanger, rfkill, acpi-support-base +Recommends: rsnapshot +Description: Service dedicated to Thinkpads X200 + my-x200 is a simple service primarily designed to make the + distinctive whining noise of Thinkpads X200 disappear. But it can + also be used on other laptops. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..3c6cb99 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,29 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: my-x200 +Source: + +Files: * +Copyright: 2021 Robert Alessi +License: GPL-3.0+ + +Files: debian/* +Copyright: 2021 Robert Alessi +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..8344154 --- /dev/null +++ b/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f +%: + dh $@ + +override_dh_auto_install: + $(MAKE) DESTDIR=$$(pwd)/debian/my-x200/ install + +override_dh_installinit: + dh_installinit --onlyscripts diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..46ebe02 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) \ No newline at end of file -- cgit v1.2.3