Skip to content

Commit 285bbc2

Browse files
committed
remove procedure of tool/update-docs.pl for apt v1
1 parent 1d395cd commit 285bbc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tool/update-docs.pl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ sub update_packaging_specs {
5353
$content =~ s/for i in.*?;\s*do/$for_in/ms;
5454
$content;
5555
};
56-
replace $_, $replace_sub for ("packaging/rpm/$PACKAGE_NAME*.spec", "packaging/deb*/debian/rules");
57-
58-
path('packaging/deb/debian/source/include-binaries')->spew(join("\n", map { "debian/$PLUGIN_PREFIX$_" } @plugins) . "\n");
56+
replace $_, $replace_sub for ("packaging/rpm/$PACKAGE_NAME*.spec", "packaging/deb-v2/debian/rules");
5957
}
6058

6159
sub load_packaging_confg {

0 commit comments

Comments
 (0)