Here is a trivial patch that fixes this:
--- dh_python3 2013-01-19 22:34:24 +
+++ dh_python3 2013-03-11 11:03:45 +
@@ -157,7 +157,7 @@
else:
# scan private directory *only*
proot = join('debian', package, dname.strip('/'))
-private_to_check = [dname[1:]]
+
Package: python3
Version: 3.2.3-6
Severity: important
If you pass private directory name that ends with a slash to dh_python3,
it'll be ignored. Example:
$ apt-get source -qq xdot
dpkg-source: info: extracting xdot in xdot-0.4
dpkg-source: info: unpacking xdot_0.4.orig.tar.gz
dpkg-source: info
2 matches
Mail list logo