File: control

package info (click to toggle)
routeplanner 0.17
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,836 kB
  • ctags: 264
  • sloc: python: 3,282; makefile: 58; sh: 40
file content (55 lines) | stat: -rw-r--r-- 2,316 bytes parent folder | download
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Source: routeplanner
Section: misc
Priority: optional
Maintainer: Chris Lawrence <lawrencc@debian.org>
Standards-Version: 3.6.1
Build-Depends-Indep: debhelper (>> 4), docbook-to-man

Package: routeplanner
Architecture: all
Depends: python (>> 2.3), python (<< 2.4), python-newt, python-pqueue
Suggests: routeplanner-gnome
Description: A highway trip planner
 This is a highway trip planning program, similar to programs like
 Rand McNally's "TripMaker."  It allows you to plan road trips between
 two or more locations, using various interchangeable map files (or
 databases).
 .
 Currently, the program includes two databases covering North America;
 one is fairly simplistic, and one is quite detailed.  You can also
 create new databases with the editor in the routeplanner-gnome package.
 .
 For retrocomputing nuts, this program traces its lineage back to a
 1980s program called "RoadRoute" written by Jim Butterfield for the
 Amiga.  AFAIK all of the code has been rewritten, but the Basic-USA
 database included here is Jim's original dataset.
 .
 The package includes two console-based interfaces; for the GNOME
 interface and the editor, you should install routeplanner-gnome as well.
 .
 Home Page: http://sourceforge.net/projects/routeplanner/

Package: routeplanner-gnome
Architecture: all
Depends: python, python-glade2, python-gnome2, routeplanner (= ${Source-Version})
Replaces: routeplanner (<< 0.8)
Section: gnome
Description: A highway trip planner (GNOME interface)
 This is a highway trip planning program, similar to programs like
 Rand McNally's "TripMaker."  It allows you to plan road trips between
 two or more locations, using various interchangeable map files (or
 databases).
 .
 Currently, the program includes two databases covering North America;
 one is fairly simplistic, and one is quite detailed.  You can also
 create new databases with the included editor.
 .
 For retrocomputing nuts, this program traces its lineage back to a
 1980s program called "RoadRoute" written by Jim Butterfield for the
 Amiga.  AFAIK all of the code has been rewritten, but the Basic-USA
 database included here is Jim's original dataset.
 .
 This package includes the GNOME interface and the database editor
 (which also requires GNOME).
 .
 Home Page: http://sourceforge.net/projects/routeplanner/