Bug#701215: dh_python3: sensitive to trailing slash in private dir names

2013-03-11 Thread Dmitry Shachnev
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:]] +

Bug#701215: dh_python3: sensitive to trailing slash in private dir names

2013-02-22 Thread Jakub Wilk
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