summaryrefslogtreecommitdiff
path: root/puddletag/debian/puddletag.doc-base
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-05 15:13:14 -0400
committerB Stack <bgstack15@gmail.com>2020-09-05 15:13:14 -0400
commitf3f2f01f396c6216fd4541f12d276c2e30f6de1b (patch)
tree06c5529edbef9c795134b0babf82879a092b8e14 /puddletag/debian/puddletag.doc-base
parentWIP: add puddletag for py3 (diff)
downloadstackrpms-f3f2f01f396c6216fd4541f12d276c2e30f6de1b.tar.gz
stackrpms-f3f2f01f396c6216fd4541f12d276c2e30f6de1b.tar.bz2
stackrpms-f3f2f01f396c6216fd4541f12d276c2e30f6de1b.zip
initial work on py3+qt5
This builds an installable dpkg, but only for compat=11
Diffstat (limited to 'puddletag/debian/puddletag.doc-base')
-rw-r--r--puddletag/debian/puddletag.doc-base6
1 files changed, 3 insertions, 3 deletions
diff --git a/puddletag/debian/puddletag.doc-base b/puddletag/debian/puddletag.doc-base
index 5092355..c9b7733 100644
--- a/puddletag/debian/puddletag.doc-base
+++ b/puddletag/debian/puddletag.doc-base
@@ -1,4 +1,4 @@
-Document: puddletag-py3
+Document: puddletag
Title: A simple, powerful audio tag editor
Author: concentricpuddle
Abstract: puddletag is just a tag editor. Although it’s likely better
@@ -7,5 +7,5 @@ Abstract: puddletag is just a tag editor. Although it’s likely better
Section: Sound
Format: HTML
-Index: /usr/share/doc/puddletag-py3/html/index.html
-Files: /usr/share/doc/puddletag-py3/html/*
+Index: /usr/share/doc/puddletag/html/index.html
+Files: /usr/share/doc/puddletag/html/*
bgstack15