aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2021-08-12 00:48:15 -0500
committerFurkan Sahin <furkan-dev@proton.me>2021-08-12 00:48:15 -0500
commit154deb7dd80ed9d3822ab450c57e6f6bab5feb63 (patch)
treeb7d1670b348b32a4af30f44a364e78c4e4a25d80
parent3aa8216991d384404b6e3bf461808bd4bb2748ee (diff)
Watchfile & misc edits to copyright/changelog
-rw-r--r--debian/changelog6
-rw-r--r--debian/copyright4
-rw-r--r--debian/patches/golang-1.3-compat6
-rw-r--r--debian/watch4
-rw-r--r--go.mod4
5 files changed, 15 insertions, 9 deletions
diff --git a/debian/changelog b/debian/changelog
index 3a277d7..187d8b8 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@furkistan.com> Wed, 11 Aug 2021 23:44:29 -0500
diff --git a/debian/copyright b/debian/copyright
index 2659ea5..fb3be45 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: Furkan David <flu0r1ne@furkistan.com>
-Source: https://www.git.furkistan.com/planr/about/
+Source: https://www.git.furkistan.com/planr
Files: *
Copyright: 2021 Furkan 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..e9b0e6c
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+opts="mode=git, gitmode=full, pgpmode=none" \
+https://git.furkistan.com/planr \
+refs/tags/v([\d\.]+) debian uupdate
diff --git a/go.mod b/go.mod
index b95167b..101ccea 100644
--- a/go.mod
+++ b/go.mod
@@ -2,4 +2,6 @@ module golang.furkistan.com/planr
go 1.16
-require github.com/BurntSushi/toml v0.3.1
+require (
+ github.com/BurntSushi/toml v0.3.1
+)