summaryrefslogtreecommitdiff
path: root/puddletag/debian/README.Debian
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/README.Debian
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/README.Debian')
-rw-r--r--puddletag/debian/README.Debian7
1 files changed, 3 insertions, 4 deletions
diff --git a/puddletag/debian/README.Debian b/puddletag/debian/README.Debian
index d23859c..7e6c6e3 100644
--- a/puddletag/debian/README.Debian
+++ b/puddletag/debian/README.Debian
@@ -1,5 +1,4 @@
-puddletag-py3 for Devuan
+Some interesting services:
-This release of puddletag is the python3 branch from a fork.
-
- -- B Stack <bgstack15@gmail.com> Mon, 23 Dec 2019 07:54:40 -0500
+- Where to report bugs upstream: http://code.google.com/p/puddletag/issues/list
+- Upstream documentation: http://puddletag.sourceforge.net/docs.html
bgstack15