launchpad-users team mailing list archive
-
launchpad-users team
-
Mailing list archive
-
Message #06678
Re: Versioning a subpackage
Hello Gianfranco,
Am 15.10.2014 08:15, schrieb Gianfranco Costamagna:
I suggest you to find a way to have a different branch with it in the
root directory.
Good idea. I'm thinking to make a new branch with a debian directory in
it. So i can make a recipe like the other one, and can keep the source
code on one place.
BTW look at e.g. python-pyqtgraph source code (debian). It teachs you
the real way to build a python package.
Aah really easy.
If i'm using it as decribed i have to cd to docmanager directory. So
works it so?
#!/usr/bin/make -f
%:
cd docmanager
dh $@ --with python2
cd ..
--
Yours sincerly
Sascha Manns
Follow ups
References