~cdemu/cdemu/master

« back to all changes in this revision

Viewing changes to gcdemu/debian/rules

  • Committer: Henrik Stokseth
  • Date: 2019-11-25 01:11:27 UTC
  • Revision ID: git-v1:8280f9f191a6e5a9045ff0abd6b3b8bbaafc498e
debian: Revert to using makefile build backend again.

We were using debhelper 12 features which were bleeding-edge. We need to
maintain compatibility with any version of Debian that is still supported,
which at the time of writing means debhelper 9.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
 
8
8
override_dh_auto_configure:
9
 
        dh_auto_configure -- -G Ninja -DPOST_INSTALL_HOOKS:BOOL=OFF
 
9
        dh_auto_configure -- -DPOST_INSTALL_HOOKS:BOOL=OFF
10
10
 
11
11
override_dh_auto_test:
12
12