Restore d/control via sed rather than control.orig 55/2655/1
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 6 Sep 2016 10:50:57 +0000 (11:50 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 6 Sep 2016 10:50:57 +0000 (11:50 +0100)
commit41383c91c3b352681dc97aa6c1ad48caaaf23ecb
tree0beec7ddb2bffa91b57eeee3f6960732b719bce2
parentdd9a7f9a6f3f7de50efa2bf858686c9e6bf75312
Restore d/control via sed rather than control.orig

When the binary kernel module build is enabled, a new package is
autogenerated. This requires adding it to the debian/control file,
and then cleaning it up.
Doing this via a backup debian/control.orig file that is gitignored
is error prone and can lead to changes being inadvertently and
silently overwritten.
Use a sed expression to remove the exact autogenerated snippet
instead to avoid this issue.

Change-Id: If04c25d2b267f654475567b78a36fd1de8318d76
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/.gitignore
debian/control
debian/control.modules.in
debian/rules