1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: Remove "from xxx" from the files so we can better de-duplicate them.
Author: Christoph Berg <myon@debian.org>
Forwarded: not-needed
--- a/sql/scripts/build-extension-update-files.pl
+++ b/sql/scripts/build-extension-update-files.pl
@@ -258,7 +258,7 @@ sub write_script {
|| die "ERROR: failed to create '$output_directory/pgrouting-pgrouting--$old_version--$new_version.sql' : $!\n";
my $header = "-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
--- pgRouting extension upgrade from $old_version to $new_version
+-- pgRouting extension upgrade to $new_version
-- generated by tools/build-extension-update-file
-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
";
|