From 41383c91c3b352681dc97aa6c1ad48caaaf23ecb Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 6 Sep 2016 11:50:57 +0100 Subject: 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 --- debian/.gitignore | 1 - 1 file changed, 1 deletion(-) (limited to 'debian/.gitignore') diff --git a/debian/.gitignore b/debian/.gitignore index 4c32c181..269a9fb4 100644 --- a/debian/.gitignore +++ b/debian/.gitignore @@ -6,7 +6,6 @@ *.dkms.debhelper build/ control.modules -control.orig dpdk-dev/ dpdk-doc/ dpdk-igb-uio-dkms/ -- cgit 1.2.3-korg