aboutsummaryrefslogtreecommitdiffstats
path: root/debian/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2017-06-19Add debhelper-build-stamp to gitignoreLuca Boccassi1-0/+1
Change-Id: I14d404da0626f2350dcb8ca7c3a364028796d1e2 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2017-06-19Fix gitignore for new ABI versionLuca Boccassi1-44/+2
Change-Id: I7747a6f35a6fcf943a9cd645f09225d09c30bcd2 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-09-06Restore d/control via sed rather than control.origLuca Boccassi1-1/+0
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>
2016-08-15Add optional binary kernel modules packageLuca Boccassi1-0/+4
Add optional binary kernel modules package, disabled by default (build with DEB_BUILD_OPTIONS=kernel_modules to enable). If enabled will build kernel modules against the local, current kernel version (override by adding ksrc=<path/to/kernel/sources> to DEB_BUILD_OPTIONS) into a dpdk-modules-<kernel version> package. Useful for downstream projects that ship a complete ISO, where it is not desirable to include a whole building environment for DKMS packages. Change-Id: I7e0ab239eaf08da71f9d58d60e32abf7cd42bec4 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
2016-08-01Add debian/.gitignore for debuild output filesLuca Boccassi1-0/+58
Change-Id: I6c5292ef92023c61a7aa2c243a2f1e37aa4fd56b Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>