File: control

package info (click to toggle)
routeplanner 0.19
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, squeeze, wheezy
  • size: 1,740 kB
  • ctags: 264
  • sloc: python: 3,282; makefile: 60; sh: 40
file content (59 lines) | stat: -rw-r--r-- 2,473 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
56
57
58
59
Source: routeplanner
Section: misc
Priority: optional
Maintainer: Chris Lawrence <lawrencc@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 5.0.37.2), python-dev, python-central (>= 0.5)
Build-Depends-Indep: docbook-to-man
XS-Python-Version: current

Package: routeplanner
Architecture: all
Depends: ${python:Depends}, python-newt, python-pqueue
Suggests: routeplanner-gnome
XB-Python-Version: ${python:Versions}
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:Depends}, python-glade2, python-gnome2, routeplanner (= ${Source-Version})
Replaces: routeplanner (<< 0.8)
Section: gnome
XB-Python-Version: ${python:Versions}
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/