I attach a very simple patch that fixes this issue with minimal
modifications to the packaging.
-- 
Elena ``of Valhalla''
diff -Nru rest2web-0.5.2~alpha+svn-r248/debian/changelog 
rest2web-0.5.2~alpha+svn-r248/debian/changelog
--- rest2web-0.5.2~alpha+svn-r248/debian/changelog      2015-12-15 
00:22:24.000000000 +0100
+++ rest2web-0.5.2~alpha+svn-r248/debian/changelog      2016-02-28 
15:08:19.000000000 +0100
@@ -1,3 +1,10 @@
+rest2web (0.5.2~alpha+svn-r248-2.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Install libraries in the correct directory. Closes: #811314
+
+ -- Elena Grandi <valhall...@trueelena.org>  Sun, 28 Feb 2016 15:06:40 +0100
+
 rest2web (0.5.2~alpha+svn-r248-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru rest2web-0.5.2~alpha+svn-r248/debian/rules 
rest2web-0.5.2~alpha+svn-r248/debian/rules
--- rest2web-0.5.2~alpha+svn-r248/debian/rules  2015-12-15 00:14:58.000000000 
+0100
+++ rest2web-0.5.2~alpha+svn-r248/debian/rules  2016-02-28 15:06:33.000000000 
+0100
@@ -53,7 +53,7 @@
                debian/rest2web/usr/share/lintian/overrides/rest2web
 
        tar -cf- --exclude=.svn --exclude=\*.pyc -C dist rest2web \
-               | tar -xf- -C 
debian/rest2web/usr/lib/python2.7/dist-packages/rest2web
+               | tar -xf- -C debian/rest2web/usr/lib/python2.7/dist-packages/
        install -m755 dist/r2w.py debian/rest2web/usr/bin/r2w
 
        tar -cf- --exclude=.svn -C dist/docs . | tar -xf- -C 
debian/rest2web-doc/usr/share/doc/rest2web/html

Attachment: signature.asc
Description: PGP signature



Reply via email to