From 55924778aa848d48640e0f81f61e7a2dc962c130 Mon Sep 17 00:00:00 2001 From: B Stack Date: Thu, 26 Dec 2019 09:09:01 -0500 Subject: WIP: add puddletag for py3 This version is very unstable so I probably should not merge this. --- puddletag/debian/compat | 1 + 1 file changed, 1 insertion(+) create mode 100644 puddletag/debian/compat (limited to 'puddletag/debian/compat') diff --git a/puddletag/debian/compat b/puddletag/debian/compat new file mode 100644 index 0000000..48082f7 --- /dev/null +++ b/puddletag/debian/compat @@ -0,0 +1 @@ +12 -- cgit From f3f2f01f396c6216fd4541f12d276c2e30f6de1b Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 5 Sep 2020 15:13:14 -0400 Subject: initial work on py3+qt5 This builds an installable dpkg, but only for compat=11 --- puddletag/debian/compat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puddletag/debian/compat') diff --git a/puddletag/debian/compat b/puddletag/debian/compat index 48082f7..b4de394 100644 --- a/puddletag/debian/compat +++ b/puddletag/debian/compat @@ -1 +1 @@ -12 +11 -- cgit From 7964e65240b5adfd748b3128850b21c1982784d0 Mon Sep 17 00:00:00 2001 From: B Stack Date: Sat, 5 Sep 2020 15:21:01 -0400 Subject: successfully builds a compat=12 dpkg --- puddletag/debian/compat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'puddletag/debian/compat') diff --git a/puddletag/debian/compat b/puddletag/debian/compat index b4de394..48082f7 100644 --- a/puddletag/debian/compat +++ b/puddletag/debian/compat @@ -1 +1 @@ -11 +12 -- cgit