chiark / gitweb /
debian/compat: Bump to 12 (stretch-backports) and fix
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Dec 2021 16:36:51 +0000 (16:36 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 25 Dec 2021 17:45:08 +0000 (17:45 +0000)
commit0ebe9b1fa47c74f4654e0d729dc72afcb201263c
tree118f51328ba2579c6cd423d20ad84f0259bba08c
parent8ee130dd9644c4f63dc67ee93170c766e3855147
debian/compat: Bump to 12 (stretch-backports) and fix

Necessary changes:

 * Delete obsolete "install" target from rules, which stopped the
   actual dh install from working.  This was broken dead code but
   seems to have actually become a proble with to the changes in v9
   for usual target dependencies.

Precautionary changes:

 * Pass INSTALL="install --strip-program=true" to make install.  This
   is as dh v11 does.  It seems like a good plan to do it here.  I
   have not examined the actual binaries etc. to check for debugging
   info.

 * Pass --no-parallel to dh.  I don't trust vtwm's 90s-era Makefile to
   necessarily be parallel-safe and vtwm builds very quickly anyway.

Closes: #965873
debian/compat
debian/rules