diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2016-09-06 11:50:57 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2016-09-06 11:50:57 +0100 |
commit | 41383c91c3b352681dc97aa6c1ad48caaaf23ecb (patch) | |
tree | 0beec7ddb2bffa91b57eeee3f6960732b719bce2 /debian/control | |
parent | dd9a7f9a6f3f7de50efa2bf858686c9e6bf75312 (diff) |
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>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 2b59fedb..e77cece0 100644 --- a/debian/control +++ b/debian/control @@ -714,3 +714,4 @@ Description: Data Plane Development Kit (librte_pdump runtime library) DPDK is a set of libraries for fast packet processing. Applications run in user-space and communicate directly with dedicated network interfaces. This package contains the runtime libraries for librte_pdump + |