[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to take a public package private?



[Paul Elliott, 2012-05-01]
> I have a third question: what if my debian package had 2 or more private 
> python packages?

--install-lib=/usr/share/foo/ (or /usr/lib/foo/)
where foo is binary package name

i.e.
/usr/share/foo/bar.py
/usr/share/foo/baz.py
or
/usr/lib/foo/bar.py
/usr/lib/foo/baz.so
/usr/lib/foo/egg/__init__.py
/usr/lib/foo/egg/spam.py

(use /usr/lib/ if you have at least one .so file)
-- 
Piotr Ożarowski                         Debian GNU/Linux Developer
www.ozarowski.pl          www.griffith.cc           www.debian.org
GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645


Reply to: