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
|
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
|
DESTINATION include/lubuntuci
|
||||||
)
|
)
|
||||||
|
@ -14,7 +14,6 @@
|
|||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "update-maintainer-lib.h"
|
#include "update-maintainer-lib.h"
|
||||||
#include "update-maintainer.h"
|
|
||||||
#include <filesystem>
|
#include <filesystem>
|
||||||
#include <fstream>
|
#include <fstream>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
@ -16,4 +16,4 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include <string>
|
#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