aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/copyright29
-rwxr-xr-xdebian/rules9
-rw-r--r--debian/source/format1
6 files changed, 62 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..ed968ce
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
1my-x200 (0.6-1) UNRELEASED; urgency=medium
2
3 * Initial release.
4
5 -- Robert Alessi <alessi@robertalessi.net> 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 @@
1Source: my-x200
2Maintainer: Robert Alessi <alessi@robertalessi.net>
3Section: misc
4Priority: optional
5Standards-Version: 4.3.0
6Build-Depends: debhelper (>= 10)
7Homepage: http://git.robertalessi.net/my-x200
8
9Package: my-x200
10Architecture: any
11Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base, intel-gpu-tools, rsync,
12 macchanger, rfkill, acpi-support-base
13Recommends: rsnapshot
14Description: Service dedicated to Thinkpads X200
15 my-x200 is a simple service primarily designed to make the
16 distinctive whining noise of Thinkpads X200 disappear. But it can
17 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 @@
1Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
2Upstream-Name: my-x200
3Source: <http://git.robertalessi.net/my-x200>
4
5Files: *
6Copyright: 2021 Robert Alessi <alessi@robertalessi.net>
7License: GPL-3.0+
8
9Files: debian/*
10Copyright: 2021 Robert Alessi <alessi@robertalessi.net>
11License: GPL-3.0+
12
13License: GPL-3.0+
14 This program is free software: you can redistribute it and/or modify
15 it under the terms of the GNU General Public License as published by
16 the Free Software Foundation, either version 3 of the License, or
17 (at your option) any later version.
18 .
19 This package is distributed in the hope that it will be useful,
20 but WITHOUT ANY WARRANTY; without even the implied warranty of
21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 GNU General Public License for more details.
23 .
24 You should have received a copy of the GNU General Public License
25 along with this program. If not, see <https://www.gnu.org/licenses/>.
26 .
27 On Debian systems, the complete text of the GNU General
28 Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
29
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..8344154
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
1#!/usr/bin/make -f
2%:
3 dh $@
4
5override_dh_auto_install:
6 $(MAKE) DESTDIR=$$(pwd)/debian/my-x200/ install
7
8override_dh_installinit:
9 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