Post-split cleanup
This commit is contained in:
parent
944b1a4ec8
commit
39ae36bab9
@ -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
|
||||
)
|
||||
|
@ -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>
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user