Skip to content

Commit

Permalink
Boilerplate update.
Browse files Browse the repository at this point in the history
This commit updates copyright statements throughout, as well
as a few typos.
  • Loading branch information
sp1ff committed Mar 11, 2021
1 parent 0b2cf7e commit f4e26ef
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
if: matrix.os == 'ubuntu-18.04'
shell: bash
# You would think I can deduce the name of the package from
# RELEASE_VERSION, but Debian uses different designatures for
# RELEASE_VERSION, but Debian uses different designators for
# architecture (amd64 instead of x86_64, e.g.) than those
# produced by `uname'. Since there will only be one .deb in the
# output directory, I'll just figure it out that way.
Expand Down
8 changes: 7 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
2021-03-08 Michael Herstine <[email protected]>
2021-03-10 Michael Herstine <[email protected]>

Boilerplate update.
This commit updates copyright statements throughout, as well
as a few typos.

2021-03-09 Michael Herstine <[email protected]>

Clear-up some packaging issues.
This commit:
Expand Down
28 changes: 15 additions & 13 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#+AUTHOR: Michael Herstine
#+DESCRIPTION: mpdpopm
#+EMAIL: [email protected]
#+DATE: <2021-03-05 Fri 17:22>
#+DATE: <2021-03-10 Wed 19:27>
#+AUTODATE: t

* Introduction
Expand Down Expand Up @@ -36,10 +36,10 @@ Thanks to a suggestion by [[https://github.com/m040601][m040601]], you can down

#+BEGIN_SRC bash
cd /tmp
curl -L --output mpdpopm-0.1.14.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.1.14/mpdpopm-0.1.14-x86_64-unknown-linux.tar.gz
tar xf mpdpopm-0.1.14.tar.gz
tree mpdpopm-0.1.14-x86_64-unknown-linux/
mpdpopm-0.1.14-x86_64-unknown-linux/
curl -L --output mpdpopm-0.1.15.tar.gz https://github.com/sp1ff/mpdpopm/releases/download/0.1.15/mpdpopm-0.1.15-x86_64-unknown-linux.tar.gz
tar xf mpdpopm-0.1.15.tar.gz
tree mpdpopm-0.1.15-x86_64-unknown-linux/
mpdpopm-0.1.15-x86_64-unknown-linux/
├── bin
│ ├── mppopm
│ └── mppopmd
Expand All @@ -49,7 +49,9 @@ mpdpopm-0.1.14-x86_64-unknown-linux/
├── COPYING
├── NEWS
├── README.org
└── THANKS
├── THANKS
├── mppopmd.conf
└── mppopmd.service

2 directories, 8 files
#+END_SRC
Expand All @@ -66,8 +68,8 @@ If you're running on a Debian-based Linux distribution, and you're on an x86_64

#+BEGIN_SRC bash
cd /tmp
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.14/mpdpopm_0.1.14_amd64.deb
sudo dpkg -i mpdpopm_0.1.14_amd64.deb
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.15/mpdpopm_0.1.15_amd64.deb
sudo dpkg -i mpdpopm_0.1.15_amd64.deb
#+END_SRC

The binaries will be placed in =/usr/local/bin=, and you can proceed to [[#getting_started][Getting Started]], below.
Expand All @@ -78,9 +80,9 @@ If you've got the Rust toolchain as well as Autotools installed, you can build f

#+BEGIN_SRC bash
cd /tmp
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.14/mpdpopm-0.1.14.tar.xz
tar xf mpdpopm-0.1.14.tar.xz
cd mpdpopm-0.1.14
curl -L -O https://github.com/sp1ff/mpdpopm/releases/download/0.1.15/mpdpopm-0.1.15.tar.xz
tar xf mpdpopm-0.1.15.tar.xz
cd mpdpopm-0.1.15
./configure
make
make check
Expand Down Expand Up @@ -196,8 +198,8 @@ Once you've got your configuration file prepared, you should probably start the

#+BEGIN_SRC bash
mppopmd -v -F -c <path to configuration file>
[2020-12-12T15:26:19.620806454-08:00][mppopmd] mppopmd 0.1.14 logging at level Debug.
[2020-12-12T15:26:19.621395828-08:00][mpdpopm] mpdpopm 0.1.14 beginning.
[2020-12-12T15:26:19.620806454-08:00][mppopmd] mppopmd 0.1.15 logging at level Debug.
[2020-12-12T15:26:19.621395828-08:00][mpdpopm] mpdpopm 0.1.15 beginning.
[2020-12-12T15:26:19.621998677-08:00][mpdpopm::clients] Connected 0.22.0.
[2020-12-12T15:26:19.623398521-08:00][mpdpopm::clients] Connected 0.22.0.
[2020-12-12T15:26:19.623874861-08:00][mpdpopm::clients] Sent subscribe message for unwoundstack.com:commands; got `OK
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/Cargo.toml.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tokio = { version = "0.2.22", features = ["dns", "io-util", "macros", "process",

[package.metadata.deb]
maintainer = "@PACKAGE_AUTHOR@"
copyright = "Copyright (C) 2020 @PACKAGE_AUTHOR@"
copyright = "Copyright (C) 2020-2021 @PACKAGE_AUTHOR@"
extended-description = """
mpdpopm provides a companion daemon to mpd <https://www.musicpd.org>/ \
for maintaining play counts, ratings and last-played timestamps, \
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/bin/mppopm.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/bin/mppopmd.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/clients.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/commands.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/error_from.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/messages.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/playcounts.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down
2 changes: 1 addition & 1 deletion mpdpopm/src/ratings.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (C) 2020 Michael Herstine <[email protected]>
// Copyright (C) 2020-2021 Michael Herstine <[email protected]>
//
// This file is part of mpdpopm.
//
Expand Down

0 comments on commit f4e26ef

Please sign in to comment.