Skip to content

Commit

Permalink
Update author's information.
Browse files Browse the repository at this point in the history
  • Loading branch information
n3vu0r committed Oct 30, 2020
1 parent 9133c16 commit f7baff5
Show file tree
Hide file tree
Showing 27 changed files with 40 additions and 59 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,15 @@ Requires the [Huawei WMI Driver]. Used by the [MateBook Applet]. See the great
## Packages

[Debian](debian)

## License

Licensed under [Fair].

[Fair]: https://opensource.org/licenses/Fair

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the works by you shall be licensed as above, without any
additional terms or conditions.
10 changes: 1 addition & 9 deletions common.mk
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
# Copyright (c) 2019 Rouven Spreckels <n3vu0r@qu1x.org>
#
# Usage of the works is permitted provided that
# this instrument is retained with the works, so that
# any entity that uses the works is notified of this instrument.
#
# DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

DEF := /etc/default/huawei-wmi/
WMI := /sys/devices/platform/huawei-wmi/

CCT := charge*_thresholds
FLS := fn_lock_state

PKG := huawei-wmi
VER := 1.1.0
VER := 1.1.1
SRC := $(PKG)-$(VER)/

.DEFAULT_GOAL := all
Expand Down
8 changes: 0 additions & 8 deletions debian/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Copyright (c) 2019 Rouven Spreckels <n3vu0r@qu1x.org>
#
# Usage of the works is permitted provided that
# this instrument is retained with the works, so that
# any entity that uses the works is notified of this instrument.
#
# DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

include ../common.mk

GEN := ../generic/$(SRC)
Expand Down
28 changes: 9 additions & 19 deletions debian/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,19 @@ Tested on Debian Buster.

```sh
echo "deb https://deb.qu1x.org buster main" | sudo tee /etc/apt/sources.list.d/qu1x.list
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 4503D1AB
sudo apt-key adv --keyserver hkp://pool.sks-keyservers.net --recv-keys 4503d1ab
sudo apt update
sudo apt install huawei-wmi
```

### Build

Requirements:
Requires `build-essential devscripts debhelper`.

* `build-essential`
* `devscripts`
* `debhelper`

Build package: `make`

Install package: `sudo make install`

Remove package: `sudo make remove`

Reconfigure installed package: `sudo make reconfigure`

Clean package directory: `make clean`

Clean all: `make distclean`

Translate templates: `make translate`
* Build package: `make`
* Install package: `sudo make install`
* Remove package: `sudo make remove`
* Reconfigure installed package: `sudo make reconfigure`
* Clean package directory: `make clean`
* Clean all: `make distclean`
* Translate templates: `make translate`
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
huawei-wmi (1.1.1) stable; urgency=low

* Update author's information.

-- Rouven Spreckels <rs@qu1x.dev> Fri, 30 Oct 2020 10:59:57 +0100

huawei-wmi (1.1.0) stable; urgency=medium

* Add backwards-compatible support for next-gen driver.
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Standards-Version: 4.3.0.3
Section: misc
Priority: optional
Build-Depends: debhelper (>= 10), po-debconf (>= 1)
Maintainer: Rouven Spreckels <n3vu0r@qu1x.org>
Maintainer: Rouven Spreckels <rs@qu1x.dev>

Package: huawei-wmi
Section: misc
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Upstream-Name: huawei-wmi
Source: https://github.com/qu1x/huawei-wmi

Files: *
Copyright: 2019 Rouven Spreckels <n3vu0r@qu1x.org>
Copyright: 2019, 2020 Rouven Spreckels <rs@qu1x.dev>
License: Fair
Usage of the works is permitted provided that
this instrument is retained with the works, so that
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Translations for package configuration.
# Copyright (C) 2019 Rouven Spreckels <n3vu0r@qu1x.org>
# Copyright 2019, 2020 Rouven Spreckels <rs@qu1x.dev>
# This file is distributed under the same license as the huawei-wmi package.
# Rouven Spreckels <n3vu0r@qu1x.org>, 2019.
# Rouven Spreckels <rs@qu1x.dev>, 2019, 2020.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: huawei-wmi\n"
"Report-Msgid-Bugs-To: huawei-wmi@packages.debian.org\n"
"POT-Creation-Date: 2019-06-06 20:39+0200\n"
"PO-Revision-Date: 2019-06-06 20:39+0200\n"
"Last-Translator: Rouven Spreckels <n3vu0r@qu1x.org>\n"
"Language-Team: Rouven Spreckels <n3vu0r@qu1x.org>\n"
"PO-Revision-Date: 2020-10-30 10:51+0100\n"
"Last-Translator: Rouven Spreckels <rs@qu1x.dev>\n"
"Language-Team: Rouven Spreckels <rs@qu1x.dev>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 0 additions & 8 deletions generic/Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
# Copyright (c) 2019 Rouven Spreckels <n3vu0r@qu1x.org>
#
# Usage of the works is permitted provided that
# this instrument is retained with the works, so that
# any entity that uses the works is notified of this instrument.
#
# DISCLAIMER: THE WORKS ARE WITHOUT WARRANTY.

include ../common.mk

UDEV := /lib/udev/rules.d/
Expand Down
13 changes: 5 additions & 8 deletions generic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ Sets group write privileges and reinstates battery charge-thresholds.

## Generic Makefile

Tested on Debian Buster.
Tested on Debian Buster but intended to work on many distributions.

Install: `sudo make install`

Remove: `sudo make remove`

Reconfigure then install: `sudo make reconfigure`

Clean users: `make clean`
* Install: `sudo make install`
* Remove: `sudo make remove`
* Reconfigure then install: `sudo make reconfigure`
* Clean users: `make clean`
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit f7baff5

Please sign in to comment.