Control: tags 1060985 + pending

Dear maintainer,

I've prepared an NMU for prewikka (versioned as 5.2.0-2.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru prewikka-5.2.0/debian/changelog prewikka-5.2.0/debian/changelog
--- prewikka-5.2.0/debian/changelog	2021-08-25 20:53:39.000000000 +0200
+++ prewikka-5.2.0/debian/changelog	2024-06-11 09:24:23.000000000 +0200
@@ -1,3 +1,13 @@
+prewikka (5.2.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Install programs into /usr/bin instead of /bin (DEP17 M2)
+
+  [ Hans Joachim Desserud ]
+  * Build-Depend on python3-six to fix FTBFS (Closes: #1060985)
+
+ -- Chris Hofstaedtler <z...@debian.org>  Tue, 11 Jun 2024 09:24:23 +0200
+
 prewikka (5.2.0-2) unstable; urgency=medium
 
   * d.patches:
diff -Nru prewikka-5.2.0/debian/control prewikka-5.2.0/debian/control
--- prewikka-5.2.0/debian/control	2021-08-25 20:53:39.000000000 +0200
+++ prewikka-5.2.0/debian/control	2024-06-11 09:22:23.000000000 +0200
@@ -10,6 +10,7 @@
     python3-setuptools,
     python3-babel,
     python3-lesscpy,
+    python3-six,
     gettext,
 Standards-Version: 4.6.0
 Homepage: https://www.prelude-siem.org/
diff -Nru prewikka-5.2.0/debian/rules prewikka-5.2.0/debian/rules
--- prewikka-5.2.0/debian/rules	2020-11-09 11:33:17.000000000 +0100
+++ prewikka-5.2.0/debian/rules	2024-06-11 09:24:18.000000000 +0200
@@ -10,6 +10,8 @@
 
 override_dh_install:
 	dh_install
+	mkdir -pv $(CURDIR)/debian/prewikka/usr
+	mv $(CURDIR)/debian/prewikka/bin $(CURDIR)/debian/prewikka/usr/
 	mkdir -pv $(CURDIR)/debian/prewikka/usr/share/prewikka/
 	mv -v $(CURDIR)/debian/prewikka/etc/prewikka/prewikka.conf $(CURDIR)/debian/prewikka/usr/share/prewikka/
 	rm -rvf $(CURDIR)/debian/prewikka/usr/lib/python*/dist-packages/prewikka/htdocs/fonts

Reply via email to