summaryrefslogtreecommitdiff
path: root/debian/compat
Commit message (Collapse)AuthorAgeFilesLines
* debian: Update to debhelper-compat (= 12)Julian Andres Klode2019-02-071-1/+0
| | | | | Switch from debian/compat to the new Build-Depends syntax - that's way nicer.
* debian: Switch to debhelper 10Julian Andres Klode2016-08-191-1/+1
| | | | | | | | | | | 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.
* CMake: debian: Switch packaging over to CMake and dh 9Julian Andres Klode2016-08-061-1/+1
| | | | | | | | | | | 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.
* depend on debhelper 7 to raise compat levelDavid Kalnischkies2011-01-141-1/+1
|
* * set debhelper to compat level 5Michael Vogt2006-04-261-1/+1
|
* * Update to debhelper compatibility level 3Arch Librarian2004-09-201-1/+1
| | | | | | | | | 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
* * Use debian/compat rather than DH_COMPATArch Librarian2004-09-201-0/+1
Author: mdz Date: 2003-08-09 18:43:30 GMT * Use debian/compat rather than DH_COMPAT