Re: dh_python2 removing empty directories

2019-07-19 Thread Scott Talbert

On Fri, 19 Jul 2019, Andrey Rahmatullin wrote:


I'm running dh_python2 in a package on a non-standard directory path so it
will handle byte compilation, etc.  However, it seems to be removing empty
directories from the directory tree.  Is there any way to avoid this
behavior?

From Python package dirs or outside them?


Well, outside of the standard python package dirs, but inside the
non-standard path that I'm passing to dh_python2.

If it's a place where modules are stored, why do you need empty dirs
there?


It's a bit disorganized, unfortunately.  There is also data stored there.

Scott



Re: dh_python2 removing empty directories

2019-07-19 Thread Andrey Rahmatullin
On Fri, Jul 19, 2019 at 01:57:11PM -0400, Scott Talbert wrote:
> > > I'm running dh_python2 in a package on a non-standard directory path so it
> > > will handle byte compilation, etc.  However, it seems to be removing empty
> > > directories from the directory tree.  Is there any way to avoid this
> > > behavior?
> > From Python package dirs or outside them?
> 
> Well, outside of the standard python package dirs, but inside the
> non-standard path that I'm passing to dh_python2.
If it's a place where modules are stored, why do you need empty dirs
there?

-- 
WBR, wRAR


signature.asc
Description: PGP signature


Re: dh_python2 removing empty directories

2019-07-19 Thread Scott Talbert

On Fri, 19 Jul 2019, Andrey Rahmatullin wrote:


I'm running dh_python2 in a package on a non-standard directory path so it
will handle byte compilation, etc.  However, it seems to be removing empty
directories from the directory tree.  Is there any way to avoid this
behavior?

From Python package dirs or outside them?


Well, outside of the standard python package dirs, but inside the 
non-standard path that I'm passing to dh_python2.


Scott



Re: dh_python2 removing empty directories

2019-07-19 Thread Andrey Rahmatullin
On Fri, Jul 19, 2019 at 01:32:47PM -0400, Scott Talbert wrote:
> I'm running dh_python2 in a package on a non-standard directory path so it
> will handle byte compilation, etc.  However, it seems to be removing empty
> directories from the directory tree.  Is there any way to avoid this
> behavior?
From Python package dirs or outside them?

-- 
WBR, wRAR


signature.asc
Description: PGP signature


dh_python2 removing empty directories

2019-07-19 Thread Scott Talbert
I'm running dh_python2 in a package on a non-standard directory path so it 
will handle byte compilation, etc.  However, it seems to be removing empty 
directories from the directory tree.  Is there any way to avoid this 
behavior?


Thanks,
Scott