Age | Commit message (Collapse) | Author |
|
debhelper 10 is much nicer with the installation part from
a dirty tree, so you can just fix some stuff breaking the
install step and then continue building with debuild -b -nc
until you have fixed all your stuff.
It also has some other advantages, of course, like some
bug fixes in shell escaping for maintscript, or systemd
helper changes.
|
|
This new packaging is much easier to read, although the duplication
in the install files is a bit annoying. We should probably also get
rid of the movefiles for solvers, planners, and https method; but
then we have to keep track of which methods exist in the apt package.
Another disadvantage is that building only the documentation packages
also requires building the code, as there's no way to turn off code
building in the project.
|
|
|
|
|
|
Author: mdz
Date: 2003-08-09 19:15:22 GMT
* Update to debhelper compatibility level 3
- remove ldconfig calls from debian/{postinst,postrm} as dh_makeshlibs
will add them
- echo 3 > debian/compat
|
|
Author: mdz
Date: 2003-08-09 18:43:30 GMT
* Use debian/compat rather than DH_COMPAT
|