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
|