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 --- README.md | 170 ++++++++++++++++++++++++++++++++++++++++++++ about.html | 104 +++++++++++++++++++++++++++ debian/changelog | 5 ++ debian/compat | 1 + debian/control | 17 +++++ debian/copyright | 29 ++++++++ debian/rules | 9 +++ debian/source/format | 1 + makefile | 47 ++++++++++++ my-x200-lid.sh | 2 + my-x200-sleep.sh | 2 + my-x200.confd | 79 ++++++++++++++++++++ my-x200.initd | 124 ++++++++++++++++++++++++++++++++ my-x200.sh | 32 +++++++++ my-x200_0.6-1.debian.tar.xz | Bin 0 -> 1388 bytes my-x200_0.6-1.dsc | 41 +++++++++++ my-x200_0.6-1_amd64.deb | Bin 0 -> 4652 bytes my-x200_0.6.orig.tar.gz | Bin 0 -> 38550 bytes 18 files changed, 663 insertions(+) create mode 100644 README.md create mode 100644 about.html 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 create mode 100644 makefile create mode 100644 my-x200-lid.sh create mode 100644 my-x200-sleep.sh create mode 100644 my-x200.confd create mode 100644 my-x200.initd create mode 100644 my-x200.sh create mode 100644 my-x200_0.6-1.debian.tar.xz create mode 100644 my-x200_0.6-1.dsc create mode 100644 my-x200_0.6-1_amd64.deb create mode 100644 my-x200_0.6.orig.tar.gz diff --git a/README.md b/README.md new file mode 100644 index 0000000..3a7dcf2 --- /dev/null +++ b/README.md @@ -0,0 +1,170 @@ +--- +author: +- Robert Alessi +title: 'The my-x200 package – README file' +subtitle: 'A Debian/Devuan service dedicated to Thinkpads X200' +--- + +License and Disclamer +===================== +`my-x200` - A Debian/Devuan service dedicated to Thinkpads X200 +Copyright (C) 2021 Robert Alessi + +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 program 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, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA +02110-1301, USA. + +Overview +======== +`my-x200` is a simple script primarily designed to make the distinctive +whining noise of Thinkpads X200 disappear. But it can also be used on +other laptops. + +It is written to be used on [Devuan +GNU+Linux](https://www.devuan.org/) but it should work on other +Debian-based distributions. + +Configuration +------------- +Once installed, `my-x200` is configured by editing +`/etc/default/my-x200`. + +Noise Removal +------------- +Set the variable `is_thinkpad_x200` to `yes` (which is the default +value). The default frequency rate should work. It may be change by +modifying the value of `PWMFREQ_RATE`. + +Privacy Settings +---------------- +`/etc/default/my-x200` also provides a “Privacy settings” section: if +`enable_privacy` is set to `true`, then the wired internet interface +that may or may not be connected to the internet will have its MAC +address spoofed at startup. (The wireless interfaces must also be +spoofed, but this can be handled by wpa_supplicant: see below.) +Additionally, `my-x200` will delete `/var/lib/dhcpcd/duid`, and use +`/proc/sys/kernel/random/boot_id` to generate a new DUID-LLT based +file with an updated timestamp. A new DUID is generated each time the +computer is started. + +Backup +------ +Finally `my-x200` has the ability to backup essential files or +directories—for instance to a backup disk mounted inside the dock. Of +course, the backup process is triggered on certain conditions only: + +1. The option must be enabled in the `/etc/default/my-x200` file. +2. The disk must be mounted. +3. An (empty) `dobackup` file must be present in the backup directory. + +Then, once these conditions are met, the backup process is triggered +whenever the service is stopped. + +Installation +============ + +1. Clone this repository locally. +2. Do `make debian`. +3. Install the generated `my-x200` `.deb` package as root with `dpkg + -i`. +4. Edit `/etc/default/my-x200`. + +Alternatively, a `.deb` file ready to be installed and its associated +`.dsc` source package file are provided in this repository. Once +these two files and the corresponding two source files `.orig.tar.gz` +and `debian.tar.xz` are downloaded in the same directory, it is +advisable to verify the signature like so:— + +1. Download `my-x200` master tarball: <> +2. Import the developer's [public PGP + key](https://pgp.ocf.berkeley.edu/pks/lookup?search=0x1773e9248085c8c7), + like so: `gpg --recv-keys 8085C8C7` +3. Verify the signature: `dscverify --keyring ~/.gnupg/pubring.gpg + my-x200_.dsc` (Replace `` with the actual release + number.) + +For a good GPG cheat sheet, see [here](https://guides.library.illinois.edu/data_encryption/gpgcheatsheet). + +Use and recommended configuration +--------------------------------- +> The command `rc-update` that is used below refer to `openrc`. Other +> init systems use other commands. Please adapt. + +It is advisable to use my-x200 in conjunction with `wpa_supplicant` +and `dhcpcd` only. In addition, `wpagui` and `dhcpcd-gtk` are also +recommended to be able to configure the network from systray +applets. If so, `wicd` may be disabled: as root, simply do `rc-update +del wicd`. + +### `wpa_supplicant` +For this to work properly, it is important to have these lines in +`/etc/wpa_supplicant/wpa_supplicant.conf`: + +```` +ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev +update_config=1 +mac_addr=1 +preassoc_mac_addr=1 +```` + +(For additional security, do (as root) `chmod 700 +/etc/wpa_supplicant`) + +### `dhcpcd` +And these settings in `/etc/dhcpcd.conf`: + +```` +hostname "localhost" +hostname_short +```` + +### `/etc/network/interfaces` +Finally, `/etc/network/interfaces` should look like this:— + +```` +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +source /etc/network/interfaces.d/* + +# The loopback network interface +auto lo +iface lo inet loopback + +# The primary network interface +allow-hotplug eth0 +iface eth0 inet manual + +# wlan interface +allow-hotplug wlan0 +iface wlan0 inet manual +wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf +```` + +Do Not Use +---------- +1. NetworkManager +2. Avahi + +To disable `avahi`, do (as root): + +```` +rc-update del avahi-daemon +chmod -x /etc/network/if-up.d/avahi-daemon +```` + +Further Information +------------------- +More information in `my-x200` initd file: + diff --git a/about.html b/about.html new file mode 100644 index 0000000..30290f6 --- /dev/null +++ b/about.html @@ -0,0 +1,104 @@ + + + + + + + + The my-x200 package – README file + + + +
+

The my-x200 package – README file

+

A Debian/Devuan service dedicated to Thinkpads X200

+

Robert Alessi

+
+

License and Disclamer

+

my-x200 - A Debian/Devuan service dedicated to Thinkpads X200 Copyright (C) 2021 Robert Alessi alessi@robertalessi.net

+

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 program 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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

+

Overview

+

my-x200 is a simple script primarily designed to make the distinctive whining noise of Thinkpads X200 disappear. But it can also be used on other laptops.

+

It is written to be used on Devuan GNU+Linux but it should work on other Debian-based distributions.

+

Configuration

+

Once installed, my-x200 is configured by editing /etc/default/my-x200.

+

Noise Removal

+

Set the variable is_thinkpad_x200 to yes (which is the default value). The default frequency rate should work. It may be change by modifying the value of PWMFREQ_RATE.

+

Privacy Settings

+

/etc/default/my-x200 also provides a “Privacy settings” section: if enable_privacy is set to true, then the wired internet interface that may or may not be connected to the internet will have its MAC address spoofed at startup. (The wireless interfaces must also be spoofed, but this can be handled by wpa_supplicant: see below.) Additionally, my-x200 will delete /var/lib/dhcpcd/duid, and use /proc/sys/kernel/random/boot_id to generate a new DUID-LLT based file with an updated timestamp. A new DUID is generated each time the computer is started.

+

Backup

+

Finally my-x200 has the ability to backup essential files or directories—for instance to a backup disk mounted inside the dock. Of course, the backup process is triggered on certain conditions only:

+
    +
  1. The option must be enabled in the /etc/default/my-x200 file.
  2. +
  3. The disk must be mounted.
  4. +
  5. An (empty) dobackup file must be present in the backup directory.
  6. +
+

Then, once these conditions are met, the backup process is triggered whenever the service is stopped.

+

Installation

+
    +
  1. Clone this repository locally.
  2. +
  3. Do make debian.
  4. +
  5. Install the generated my-x200 .deb package as root with dpkg -i.
  6. +
  7. Edit /etc/default/my-x200.
  8. +
+

Alternatively, a .deb file ready to be installed and its associated .dsc source package file are provided in this repository. Once these two files and the corresponding two source files .orig.tar.gz and debian.tar.xz are downloaded in the same directory, it is advisable to verify the signature like so:—

+
    +
  1. Download my-x200 master tarball: <>
  2. +
  3. Import the developer’s public PGP key, like so: gpg --recv-keys 8085C8C7
  4. +
  5. Verify the signature: dscverify --keyring ~/.gnupg/pubring.gpg my-x200_<ver>.dsc (Replace <ver> with the actual release number.)
  6. +
+

For a good GPG cheat sheet, see here.

+ +
+

The command rc-update that is used below refer to openrc. Other init systems use other commands. Please adapt.

+
+

It is advisable to use my-x200 in conjunction with wpa_supplicant and dhcpcd only. In addition, wpagui and dhcpcd-gtk are also recommended to be able to configure the network from systray applets. If so, wicd may be disabled: as root, simply do rc-update del wicd.

+

wpa_supplicant

+

For this to work properly, it is important to have these lines in /etc/wpa_supplicant/wpa_supplicant.conf:

+
ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev
+update_config=1
+mac_addr=1
+preassoc_mac_addr=1
+

(For additional security, do (as root) chmod 700 /etc/wpa_supplicant)

+

dhcpcd

+

And these settings in /etc/dhcpcd.conf:

+
hostname "localhost"
+hostname_short
+

/etc/network/interfaces

+

Finally, /etc/network/interfaces should look like this:—

+
# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+
+source /etc/network/interfaces.d/*
+
+# The loopback network interface
+auto lo
+iface lo inet loopback
+
+# The primary network interface
+allow-hotplug eth0
+iface eth0 inet manual
+
+# wlan interface
+allow-hotplug wlan0
+iface wlan0 inet manual
+wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
+

Do Not Use

+
    +
  1. NetworkManager
  2. +
  3. Avahi
  4. +
+

To disable avahi, do (as root):

+
rc-update del avahi-daemon
+chmod -x /etc/network/if-up.d/avahi-daemon
+

Further Information

+

More information in my-x200 initd file: https://git.robertalessi.net/my-x200/tree/my-x200.confd

+ + 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 diff --git a/makefile b/makefile new file mode 100644 index 0000000..68dd4a8 --- /dev/null +++ b/makefile @@ -0,0 +1,47 @@ +pkgname = my-x200 +exts := md html confd initd sh deb dsc orig.tar.gz debian.tar.xz +findopts := $(foreach ext,$(exts),-or -iname "*.$(ext)") +pkgver := 0.6 + +all: install + +clean: + rm -rf .backup + find -iname "*~" | xargs rm -rf + rm -rf $(pkgname)-$(pkgver) + find ./* -type f -iname "makefile" $(findopts) > ls-R + find ./* -type d -iname "debian" >> ls-R + rm -rf etc + rsync -avPr --files-from=ls-R . .backup + rm -rf * + cp -p -r .backup/* . + rm -rf .backup + pandoc -s README.md -o about.html + +prepare: + rm -rf $(pkgname)-$(pkgver) + debian/rules clean + rsync -avPr ./ $(pkgname)-$(pkgver) + tar czf $(pkgname)_$(pkgver).orig.tar.gz $(pkgname)-$(pkgver) + +debian: prepare + $(MAKE) --directory=$(pkgname)-$(pkgver) debian_package + +debian_package: + debuild + +install: + install -Dm755 my-x200.initd $(DESTDIR)etc/init.d/my-x200 + install -Dm644 my-x200.confd $(DESTDIR)etc/default/my-x200 + install -Dm644 my-x200-lid.sh $(DESTDIR)etc/acpi/events/my-x200-lid + install -Dm644 my-x200-sleep.sh $(DESTDIR)etc/acpi/events/my-x200-sleep + install -Dm755 my-x200.sh $(DESTDIR)etc/acpi/my-x200.sh + +uninstall: + rm -rf $(DESTDIR)etc/init.d/my-x200 + rm -rf $(DESTDIR)etc/default/my-x200 + rm -rf $(DESTDIR)etc/acpi/events/my-x200-lid + rm -rf $(DESTDIR)etc/acpi/events/my-x200-sleep + rm -rf $(DESTDIR)etc/acpi/my-x200.sh + +.PHONY: all clean install uninstall prepare debian debian_package diff --git a/my-x200-lid.sh b/my-x200-lid.sh new file mode 100644 index 0000000..ee3bca6 --- /dev/null +++ b/my-x200-lid.sh @@ -0,0 +1,2 @@ +event=button/lid.* +action=/etc/acpi/my-x200.sh %e diff --git a/my-x200-sleep.sh b/my-x200-sleep.sh new file mode 100644 index 0000000..65ce536 --- /dev/null +++ b/my-x200-sleep.sh @@ -0,0 +1,2 @@ +event=button/sleep.* +action=/etc/acpi/my-x200.sh %e diff --git a/my-x200.confd b/my-x200.confd new file mode 100644 index 0000000..74b941e --- /dev/null +++ b/my-x200.confd @@ -0,0 +1,79 @@ +# /etc/default/my-x200: config file for /etc/init.d/my-x200 + +######################################### +# Options to pass to the my-x200 daemon # +######################################### + +# Is this machine a Thinkpad X200? If so, my-x200 can eliminate the +# whining noise that is noticeable when the brightness of the screen +# is lowered. + +is_thinkpad_x200="yes" # (yes|no) + +PWMFREQ_RATE="0x8bb7b16dc5b6a" + +#################### +# Privacy settings # +#################### + +# To enable privacy settings, set enable_privacy to 'true' and supply +# the right name of the wired internet interface that may or may not +# be connected to the internet so that its MAC address can be spoofed +# at startup. Additionally, my-x200 will delete /var/lib/dhcpcd/duid, +# and generate a new DUID-LLT based file with an updated timestamp. + +# IMPORTANT NOTICE: As dhcpcd uses ANY ONE network interface that is +# connected to the DHCP device to generate the DIUD-LLT file, the +# wireless interface MUST have its MAC address spoofed as well. To +# make wpa_supplicant handle this, add the following lines in +# /etc/wpa_supplicant/wpa_supplicant.conf: +# ctrl_interface=DIR=/run/wpa_supplicant GROUP=netdev +# update_config=1 +# mac_addr=1 +# preassoc_mac_addr=1 + +# Finally, it is advisable to set the hostname to "localhost" and have +# "hostname_short" in /etc/dhcpcd.conf so that the actual hostname of +# the machine should not be sent to the DHCP server. + +enable_privacy="false" # either 'true' or 'false' +wired_interface="" # supply the actual interface name! In case of + # doubt, see the output of 'ls /sys/class/net/' + +################## +# Backup options # +################## + +# Activate autobackup on shutdown (true/false)? +conf_autobackup="false" +# Use rsnaphot (true/false)? 'false' means 'use rsync': +use_rsnapshot="false" + +############################ +# rsync/rsnapshot settings # +############################ + +# Path to backup directory (note that rsnapshot additionally needs +# this to be specified as 'snapshot_root' in /etc/rsnapshot.conf): +conf_backup_path="/mnt/disk/snapshots" + +# The following option applies both to rsync and rsnapshot. +# Control file. This (empty) file must exist in the backup directory: +conf_control_file="dobackup" + +###################### +# rsync-only setting # +###################### + +# rsync only option: +# Directories to backup: +conf_backup_dirs="/etc /root /usr/local /home" + +########################## +# rsnapshot-only setting # +########################## + +# Use the following line to have specific arguments passed to +# rsnapshot such as 'daily' or the like. By default, my-x200 uses +# 'alpha', which is already defined in /etc/rsnapshot.conf: +rsnapshot_args="alpha" diff --git a/my-x200.initd b/my-x200.initd new file mode 100644 index 0000000..5e1e7c1 --- /dev/null +++ b/my-x200.initd @@ -0,0 +1,124 @@ +#! /bin/sh +### BEGIN INIT INFO +# Provides: my-x200 +# X-Start-Before: dhcpcd +# Required-Start: $remote_fs $local_fs +# Required-Stop: $remote_fs $local_fs +# X-Stop-After: xdm +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Starts and stops my-x200 +# Description: Removes whining noise from Thinkpads X200, powers off the wifi on shutdown and optionally backups directories. +### END INIT INFO + +# Copyright 2018-2021 Robert Alessi +# Distributed under the terms of the GNU General Public License v2 + +# Set variables +NAME=my-x200 + +# Source init functions +. /lib/lsb/init-functions + +# Read configuration variable file if it is present +[ -r /etc/default/$NAME ] && . /etc/default/$NAME + +x200_cmdfreq="/usr/bin/intel_reg" +pwmfreq="${PWMFREQ_RATE}" +x200_cmdfreq_args="write 0x00061254 $pwmfreq" +autobackup="${conf_autobackup}" +backup_path="${conf_backup_path}" +control_file="${conf_control_file}" +if [ "$use_rsnapshot" = "true" ] +then + backup_cmd="/usr/bin/rsnapshot" + backup_args="${rsnapshot_args}" +else + backup_cmd="/usr/bin/rsync" + backup_args="-aAX --relative --delete --quiet" +fi + +set_pwmfreq() { + if [ "$is_thinkpad_x200" = "yes" ] + then + exec $x200_cmdfreq $x200_cmdfreq_args 2>/dev/null + fi +} + +do_backup() { + if [ "$autobackup" = "true" ] + then + if [ -e "$backup_path"/"$control_file" ] + then + if [ "$use_rsnapshot" = "true" ] + then + $backup_cmd $backup_args + else + $backup_cmd $backup_args $conf_backup_dirs "$backup_path" + fi + fi + fi +} + +do_privacy() { + if [ "$enable_privacy" = "true" ] + then + if [ -n "${wired_interface}" ] + then + printf '0004' > /var/lib/dhcpcd/duid + cat /proc/sys/kernel/random/boot_id >> /var/lib/dhcpcd/duid + /usr/bin/macchanger -r $wired_interface + fi + fi +} + +do_refresh() { + set_pwmfreq +} + +do_initbackup() { + do_backup +} + +do_start() { + if [ "${RC_CMD}" = "restart" ] + then + /usr/sbin/rfkill block all + else + do_privacy + fi + /usr/sbin/rfkill block all + set_pwmfreq +} + +do_stop() { + /usr/sbin/rfkill block all + do_backup +} + +do_restart() { + /usr/sbin/rfkill block all + set_pwmfreq +} + +case "$1" in + start) + do_start + ;; + stop) + do_stop + ;; + restart|force-reload) + do_restart + ;; + refresh) + do_refresh + ;; + initbackup) + do_initbackup + ;; + *) + echo "Usage: $NAME {start|stop|refresh|initbackup}" >&2 + exit 3 + ;; +esac diff --git a/my-x200.sh b/my-x200.sh new file mode 100644 index 0000000..a34d9b0 --- /dev/null +++ b/my-x200.sh @@ -0,0 +1,32 @@ +#!/bin/bash +# Default acpi script that takes an entry for all actions + +case "$1" in + button/sleep) + case "$2" in + SLPB|SBTN) + logger 'SleepButton pressed' + /bin/loginctl suspend + rc-service my-x200 restart + ;; + *) + logger "ACPI action undefined: $2" + ;; + esac + ;; + button/lid) + case "$3" in + close) + /bin/loginctl suspend + logger 'LID closed' + ;; + open) + logger 'LID opened' + rc-service my-x200 restart + ;; + *) + logger "ACPI action undefined: $3" + ;; + esac + ;; +esac diff --git a/my-x200_0.6-1.debian.tar.xz b/my-x200_0.6-1.debian.tar.xz new file mode 100644 index 0000000..5f56380 Binary files /dev/null and b/my-x200_0.6-1.debian.tar.xz differ diff --git a/my-x200_0.6-1.dsc b/my-x200_0.6-1.dsc new file mode 100644 index 0000000..c8ab0f8 --- /dev/null +++ b/my-x200_0.6-1.dsc @@ -0,0 +1,41 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA256 + +Format: 3.0 (quilt) +Source: my-x200 +Binary: my-x200 +Architecture: any +Version: 0.6-1 +Maintainer: Robert Alessi +Homepage: http://git.robertalessi.net/my-x200 +Standards-Version: 4.3.0 +Build-Depends: debhelper (>= 10) +Package-List: + my-x200 deb misc optional arch=any +Checksums-Sha1: + 48169cfbdeedfaf9d6e5df7ee7a1efbcf8eee301 38550 my-x200_0.6.orig.tar.gz + 5ca2ffe91f4cabf2a9aadde92070528bde371c41 1388 my-x200_0.6-1.debian.tar.xz +Checksums-Sha256: + 245f193a55cbd0189f205460540c9e1caf19ba20ff5203ceaaad8c74f109e6ba 38550 my-x200_0.6.orig.tar.gz + c0890645148489f9ecd1e4a7a33d113146f7fd260398f0024c079c73506165d7 1388 my-x200_0.6-1.debian.tar.xz +Files: + e6135a04e73234cfa798726cc4ef58bc 38550 my-x200_0.6.orig.tar.gz + 3ff241ea3fb1a13aec56937db4e0be50 1388 my-x200_0.6-1.debian.tar.xz + +-----BEGIN PGP SIGNATURE----- + +iQJMBAEBCAA2FiEERaXhpjEUeDwRCTLxF3PpJICFyMcFAmAfrxAYHGFsZXNzaUBy +b2JlcnRhbGVzc2kubmV0AAoJEBdz6SSAhcjHpgUP/00JQYIUyOJolq39TSEbN3I6 +xdGWfi9/SEEqE19TA8g9H4PZT0vKfuCtLqxwLyFT46gwfOD8ZhWucL6WJ8dQEL+0 +kj2WAmF0tVnMKcIE6AqPBvX/jmqVSB736abCy8F+356yt8m48cEyI5O+mxbJ2g1q +qM7gOlBr1MpOoroR81ilLSDcMyDhDRYZ1PeMR/Y+pVBIy9bXpBDSeq5p7aO/+SKZ +lzoVObhUMX50Qr3dbI37SGDQmtTY7Deb8ORo8affZfKKlfZHdz3iwEajh0Blxp9O +9Wt37Vs/HrVX49ej8hB1FT2voaUXEUuf+y3tmQghSOaMrYETYdfAsO+VPGSgkHZP +czSB9a71Ct2yYwmOGuuexT97quxj1GhhPWUdL7EuwNN/ILzzmScyDhN++V3HemUt +lzpYJHCCwXFOnvpPR/8bmcPQ6sdkVCecBf6ziSHGBIJPK13GWnTJ1nwRikFx0ZyZ ++6l0Lx26FHumA3sFX1lGSW4A2PDmy2FfIwILc992Mzatu0tlpMmWU8LCs8mQZ2LR +Btjvq5ATBNll1VH3pjudSX421Y1ZPVIkcL7KtEdslA3gFN8DC0cA/DpxnG8K4xkr +Vzrhhq/2vRo/KAe97Ak3VdtEThaFvmjtScnCcHqJX94TouBH0k/BskvqrZjBbTJi +AgU/jsnFd9p/9Oi3CLwd +=p1JE +-----END PGP SIGNATURE----- diff --git a/my-x200_0.6-1_amd64.deb b/my-x200_0.6-1_amd64.deb new file mode 100644 index 0000000..8cd54a6 Binary files /dev/null and b/my-x200_0.6-1_amd64.deb differ diff --git a/my-x200_0.6.orig.tar.gz b/my-x200_0.6.orig.tar.gz new file mode 100644 index 0000000..cb9f27c Binary files /dev/null and b/my-x200_0.6.orig.tar.gz differ -- cgit v1.2.3