From e825742bbbbe99b99d525a3b34832b25a7396c84 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 6 Aug 2016 21:40:01 +0200 Subject: 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. --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) (limited to '.gitignore') 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 -- cgit v1.2.3-18-g5258