diff options
author | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-08-12 00:48:15 -0500 |
---|---|---|
committer | flu0r1ne <flu0r1ne@flu0r1ne.net> | 2021-08-12 00:48:15 -0500 |
commit | 3c8a15967ed24e28b746b0b8056782217223bb32 (patch) | |
tree | f151c5fba338f64e4d0fcc6d179a7de3fd5d978c | |
parent | 2ef810b8f0a29e68c6e9aa081fb10a22a601d1ca (diff) | |
download | deb-planr-3c8a15967ed24e28b746b0b8056782217223bb32.tar.xz deb-planr-3c8a15967ed24e28b746b0b8056782217223bb32.zip |
Watchfile & misc edits to copyright/changelog
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/copyright | 4 | ||||
-rw-r--r-- | debian/patches/golang-1.3-compat | 6 | ||||
-rw-r--r-- | debian/watch | 4 | ||||
-rw-r--r-- | go.mod | 4 |
5 files changed, 15 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog index 3a277d7..be0e007 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -planr (0.0.1-1) UNRELEASED; urgency=medium +planr (0.0.1-1) PPA; urgency=medium - * Initial release (Closes: TODO) + * Initial release - -- flu0r1ne <TODO> Wed, 11 Aug 2021 23:44:29 -0500 + -- flu0r1ne <flu0r1ne@flu0r1ne.net> Wed, 11 Aug 2021 23:44:29 -0500 diff --git a/debian/copyright b/debian/copyright index 5132c49..03fd978 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: planr.git +Upstream-Name: planr Upstream-Contact: Alex David <flu0r1ne@flu0r1ne.net> -Source: https://www.git.flu0r1ne.net/planr/about/ +Source: https://www.git.flu0r1ne.net/planr Files: * Copyright: 2021 Alex David diff --git a/debian/patches/golang-1.3-compat b/debian/patches/golang-1.3-compat index b0e4f37..f157402 100644 --- a/debian/patches/golang-1.3-compat +++ b/debian/patches/golang-1.3-compat @@ -1,7 +1,7 @@ -Index: planr.git/fs.go +Index: planr/fs.go =================================================================== ---- planr.git.orig/fs.go -+++ planr.git/fs.go +--- planr.orig/fs.go ++++ planr/fs.go @@ -220,7 +220,7 @@ func collectFromDir( // Read the entries in this directory diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..e054322 --- /dev/null +++ b/debian/watch @@ -0,0 +1,4 @@ +version=4 +opts="mode=git, gitmode=full, pgpmode=none" \ +https://git.flu0r1ne.net/planr \ +refs/tags/v([\d\.]+) debian uupdate @@ -2,4 +2,6 @@ module golang.flu0r1ne.net/planr go 1.16 -require github.com/BurntSushi/toml v0.3.1 +require ( + github.com/BurntSushi/toml v0.3.1 +) |