Control: tag -1 + patch

On Wed, 16 Aug 2017 22:29:11 +0300, Niko Tyni wrote:

> As with #869360, the package is missing a dependency on perlapi-*,
> violating the Debian Perl Policy and losing the guards that make sure
> compiled Perl modules are binary compatible with the current Perl version.
> 
> The other bug has some discussion and a suggested fix.

And the same fix works here as well. Patch attached.
 

Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at/ - Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Alanis Morissette: Princes Familiar
diff -Nru slic3r-prusa-1.37.0+dfsg/debian/changelog slic3r-prusa-1.37.0+dfsg/debian/changelog
--- slic3r-prusa-1.37.0+dfsg/debian/changelog	2017-08-05 19:04:13.000000000 +0200
+++ slic3r-prusa-1.37.0+dfsg/debian/changelog	2017-08-16 23:17:06.000000000 +0200
@@ -1,3 +1,13 @@
+slic3r-prusa (1.37.0+dfsg-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix "Loadable library and perl binary mismatch":
+    add override_dh_perl in debian/rules to make dh_perl search for perl
+    modules in the private directory as well.
+    (Closes: #872275)
+
+ -- gregor herrmann <gre...@debian.org>  Wed, 16 Aug 2017 23:17:06 +0200
+
 slic3r-prusa (1.37.0+dfsg-1) unstable; urgency=medium
 
   * [3561f7e] New upstream version 1.37.0+dfsg
diff -Nru slic3r-prusa-1.37.0+dfsg/debian/rules slic3r-prusa-1.37.0+dfsg/debian/rules
--- slic3r-prusa-1.37.0+dfsg/debian/rules	2017-08-05 19:04:13.000000000 +0200
+++ slic3r-prusa-1.37.0+dfsg/debian/rules	2017-08-16 23:17:06.000000000 +0200
@@ -45,3 +45,6 @@
 	# Install zsh completion
 	mkdir -p $(CURDIR)/debian/slic3r-prusa/usr/share/zsh/vendor-completions
 	cp utils/zsh/functions/_slic3r $(CURDIR)/debian/slic3r-prusa/usr/share/zsh/vendor-completions/_slic3r-prusa
+
+override_dh_perl:
+	dh_perl /usr/lib/slic3r-prusa

Attachment: signature.asc
Description: Digital Signature

Reply via email to