Skip to content

Commit

Permalink
update packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Dec 22, 2018
1 parent 9ce2e9b commit 1296e3f
Show file tree
Hide file tree
Showing 33 changed files with 35 additions and 1,466 deletions.
675 changes: 0 additions & 675 deletions COPYING

This file was deleted.

14 changes: 0 additions & 14 deletions Makefile.am

This file was deleted.

58 changes: 0 additions & 58 deletions NEWS.md

This file was deleted.

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Go to [releases](https://github.com/Unrud/init-headphone-ubuntu/releases),
download the package for your distribution and install it.

## Build package
To build the package run:

dpkg-buildpackage -us -uc -b
# Download the source
wget https://github.com/Unrud/init-headphone/archive/v0.12.tar.gz -O ../init-headphone_0.12.orig.tar.gz
# Extract the source
tar xf ../init-headphone_0.12.orig.tar.gz --strip-components=1
# Build the package
debuild -us -uc
187 changes: 0 additions & 187 deletions README.orig.md

This file was deleted.

8 changes: 0 additions & 8 deletions autogen.sh

This file was deleted.

23 changes: 0 additions & 23 deletions configure.ac

This file was deleted.

6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
init-headphone (0.12-1) bionic; urgency=low

* update packaging

-- Unrud <unrud@outlook.com> Sat, 22 Dec 2018 17:58:46 +0100

init-headphone (0.12.0) stable;

* improve logging
Expand Down
2 changes: 1 addition & 1 deletion debian/compat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9
10
10 changes: 7 additions & 3 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
Source: init-headphone
Maintainer: Unrud <unrud@openaliasbox.org>
Build-Depends: debhelper (>= 9), dh-systemd
Maintainer: Unrud <unrud@outlook.com>
Section: misc
Priority: optional
Standards-Version: 4.1.4
Build-Depends: debhelper (>= 10)

Package: init-headphone
Architecture: all
Depends: ${misc:Depends}, python:any
Depends: ${shlibs:Depends}, ${misc:Depends}, python3:any
Description: Manage the headphone amplifier found in some Clevo laptops
Can initialize the device if headphones are not working after suspend.
3 changes: 3 additions & 0 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Files: *
Copyright: 2015-2016 Unrud <unrud@outlook.com>
License: GPL-3+
1 change: 0 additions & 1 deletion debian/etc/grub/init-headphone.cfg

This file was deleted.

11 changes: 0 additions & 11 deletions debian/etc/pm-utils/99init-headphone

This file was deleted.

3 changes: 0 additions & 3 deletions debian/init-headphone.install

This file was deleted.

20 changes: 0 additions & 20 deletions debian/init-headphone.postinst

This file was deleted.

15 changes: 0 additions & 15 deletions debian/init-headphone.postrm

This file was deleted.

Loading

0 comments on commit 1296e3f

Please sign in to comment.