diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2018-11-27 13:45:38 +0000 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2018-11-27 13:45:43 +0000 |
commit | 496f073673199cd1a8f3c69e8f19734aa1caebe3 (patch) | |
tree | fe87d47a0488a321dc1dc7f5b160dd18d127f4e8 | |
parent | cbe60f11fb384e6eb680fa2989e1bb390e4815e4 (diff) |
Add back empty line at the bottom of d/control
Needed when building binary kmod packages, otherwise the process is not
idempotent when appending/removing debian/control.modules to d/control
Change-Id: I73f7adf3abdcc9180d722dc753eca2d1c7b016ce
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index e789b707..dcd34697 100644 --- a/debian/control +++ b/debian/control @@ -1851,3 +1851,4 @@ Description: Data Plane Development Kit (librte-pmd-virtio-crypto runtime librar in user-space and communicate directly with dedicated network interfaces. . This package contains the runtime libraries for librte-pmd-virtio-crypto. + |