diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-06 21:40:01 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:36:02 +0200 |
commit | e825742bbbbe99b99d525a3b34832b25a7396c84 (patch) | |
tree | 48b5dca87e3b9260d219197350739569e744a542 /.gitignore | |
parent | dfd863ea50c0fcf9b9ac4dfb5ae0e64c529bd767 (diff) |
CMake: debian: Switch packaging over to CMake and dh 9
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.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index c96c33b29..14e8c596c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,9 +7,6 @@ /buildlib/config.sub /configure -# copy of COPYING -/debian/copyright - # generated files in the process to build all # apt man pages and other documentation /doc/*/ @@ -36,10 +33,6 @@ /cmdline/apt-key /doc/apt-vendor.ent /doc/examples/sources.list -/debian/apt.install -/debian/libapt-pkg*.install -/debian/libapt-inst*.install -/debian/libapt-pkg-dev.install /vendor/current /vendor/*/sources.list /vendor/*/makefile.auto |