File: configuring-to-run-in-debian-dir-tree

package info (click to toggle)
gpsman 6.4.4.2-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 5,596 kB
  • sloc: tcl: 57,628; sh: 810; makefile: 43
file content (34 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Description: Configuration of source placement for debian
 Sources for the program reside in /isr/lib/gpsman
 .
 gpsman (6.4.4.2-1) unstable; urgency=low
 .
   * New upstream release
   * Now deppends on the current Tcl/Tk version not on a fixed on (Closes: 532901).
Author: Rogerio Reis <rvr@debian.org>
Bug-Debian: http://bugs.debian.org/532901

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- gpsman-6.4.4.2.orig/gpsman.tcl
+++ gpsman-6.4.4.2/gpsman.tcl
@@ -247,7 +247,7 @@ switch $tcl_platform(platform) {
 }
 
  # path to directory containing program files
-set SRCDIR gmsrc
+set SRCDIR /usr/lib/gpsman
 
 # all other default configuration is now done in file $SRCDIR/config.tcl