File: extension-no-version

package info (click to toggle)
pgrouting 3.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,520 kB
  • sloc: sql: 38,763; cpp: 21,049; ansic: 13,171; perl: 1,781; sh: 804; xml: 182; makefile: 48
file content (15 lines) | stat: -rw-r--r-- 752 bytes parent folder | download
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
 -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 ";