summaryrefslogtreecommitdiff
path: root/puddletag/debian/puddletag.doc-base
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-17 11:24:33 +0000
committerB Stack <bgstack15@gmail.com>2020-09-17 11:24:33 +0000
commita93493a20ee8d183d467dc544443a0bfcaa558b2 (patch)
tree8a990f97ab37db12ee5adb49759e394b095b6398 /puddletag/debian/puddletag.doc-base
parentMerge branch 'palemoon-bump' into 'master' (diff)
parentomit pybuild based on mx linux (diff)
downloadstackrpms-a93493a20ee8d183d467dc544443a0bfcaa558b2.tar.gz
stackrpms-a93493a20ee8d183d467dc544443a0bfcaa558b2.tar.bz2
stackrpms-a93493a20ee8d183d467dc544443a0bfcaa558b2.zip
Merge branch 'puddletag-new' into 'master'
Puddletag 2.0.1 using py3+qt5 Beating out sandrotosi who packages it for Debian. I want it NOW! Once he gets it into Debian though, there is no further need of puddletag in this tree. See merge request bgstack15/stackrpms!188
Diffstat (limited to 'puddletag/debian/puddletag.doc-base')
-rw-r--r--puddletag/debian/puddletag.doc-base11
1 files changed, 11 insertions, 0 deletions
diff --git a/puddletag/debian/puddletag.doc-base b/puddletag/debian/puddletag.doc-base
new file mode 100644
index 0000000..c9b7733
--- /dev/null
+++ b/puddletag/debian/puddletag.doc-base
@@ -0,0 +1,11 @@
+Document: puddletag
+Title: A simple, powerful audio tag editor
+Author: concentricpuddle
+Abstract: puddletag is just a tag editor. Although it’s likely better
+ than what you’re used to (unless you’ve used Mp3tag, in which case
+ it’s kinda like what you’re used to).
+Section: Sound
+
+Format: HTML
+Index: /usr/share/doc/puddletag/html/index.html
+Files: /usr/share/doc/puddletag/html/*
bgstack15