Here is a trivial patch that fixes this:

--- dh_python3  2013-01-19 22:34:24 +0000
+++ dh_python3  2013-03-11 11:03:45 +0000
@@ -157,7 +157,7 @@
     else:
         # scan private directory *only*
         proot = join('debian', package, dname.strip('/'))
-        private_to_check = [dname[1:]]
+        private_to_check = [dname.rstrip('/')[1:]]
 
     for root, dirs, file_names in os.walk(proot):
         # ignore Python 2.X locations

--
Dmitry Shachnev

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to