diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-25 11:05:52 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-25 11:05:52 +0100 |
commit | b818b5cdae5bfc46d7f65c7f398fe37485513dd1 (patch) | |
tree | c662b419ecea8804aa433cbbb8d841c89ce764a9 /.gitignore | |
parent | 6fe14cca59966ed3ecd482c0042b935bfb78c6cb (diff) | |
download | vyos-1x-b818b5cdae5bfc46d7f65c7f398fe37485513dd1.tar.gz vyos-1x-b818b5cdae5bfc46d7f65c7f398fe37485513dd1.zip |
Debian: fix package generation after adding vyos-1x-vmware
Commit 7e00ffa ("Debian: add vyos-1x-vmware package") added a new subpackage,
but by adding this package it was forgotton to create the appropriate
vyos-1x.install file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index e69e64a58..43f9ab108 100644 --- a/.gitignore +++ b/.gitignore @@ -112,8 +112,7 @@ tests/templates/* # Debian packaging debian/files -debian/vyos-1x -debian/vyos-1x.* +debian/tmp debian/debhelper-build-stamp debian/.debhelper/ |