[cygport - the Cygwin packaging tool] branch master, updated. 0.37.0-1-g787e6101

Jon Turney via Cygwin-apps-cvs <[email protected]> Mon, 24 Mar 2025 14:13:59 +0000 (GMT)
Newsgroups gmane.os.cygwin.cvs.apps
Message-ID <[email protected]>



Diff:
---
 cygport.spec                 | 2 +-
 tools/debug-filelist-extract | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cygport.spec b/cygport.spec
index 79b53a2c..bcdc1250 100644
--- a/cygport.spec
+++ b/cygport.spec
@@ -2,7 +2,7 @@
 
 Name:           cygport
 Version:        0.37.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Cygwin package building tool
 
 License:        GPLv3+
diff --git a/tools/debug-filelist-extract b/tools/debug-filelist-extract
index bda04225..58711a23 100755
--- a/tools/debug-filelist-extract
+++ b/tools/debug-filelist-extract
@@ -1,4 +1,4 @@
-#!perl -w
+#!/usr/bin/perl -w
 #
 # Run 'objdump -Wl' to dump out the raw DWARF .debug_line section.
 #