Post-split cleanup

This commit is contained in:
Simon Quigley 2024-12-15 01:39:19 -06:00
parent 944b1a4ec8
commit 39ae36bab9
3 changed files with 2 additions and 3 deletions

View File

@ -48,6 +48,6 @@ install(TARGETS build-packages fetch-indexes update-maintainer
RUNTIME DESTINATION bin
)
install(FILES common.h update-maintainer.h utilities.h
install(FILES common.h update-maintainer-lib.h utilities.h
DESTINATION include/lubuntuci
)

View File

@ -14,7 +14,6 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "update-maintainer-lib.h"
#include "update-maintainer.h"
#include <filesystem>
#include <fstream>
#include <iostream>

View File

@ -16,4 +16,4 @@
#pragma once
#include <string>
void update_maintainer(const std::string &debian_directory, bool verbose=false);
void update_maintainer(const std::string &debian_directory, bool verbose);