Package: roundup
Version: 1.4.4-2
Severity: minor
File: /usr/share/pyshared/roundup/scripts/roundup_demo.py

The manpage for roundup-demo is misleading, because "roundup-demo
sqlite" creates an anydbm database.  This is because roundup-demo
looks at args[-2].  Thus, you instead need to run something like

    roundup-demo sqlite 'This is a pointless unused argument.'

Below is the detailed transcript:

    $ roundup-demo sqlite
    Enter directory path to create demo tracker [./demo]: 
    Trying to set up web server on port 8917 ... should be ok.
    Server running - connect to:
    [...]
    Keyboard Interrupt: exiting
    $ cat demo/db/backend_name
    anydbm
    $ rm -rf demo
    $ roundup-demo sqlite _
    Enter directory path to create demo tracker [./demo]: 
    Trying to set up web server on port 8917 ... should be ok.
    Server running - connect to:
    [...]
    Keyboard Interrupt: exiting
    $ cat demo/db/backend_name
    sqlite

-- System Information:
Debian Release: 5.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages roundup depends on:
ii  adduser                       3.110      add and remove users and groups
ii  python                        2.5.2-3    An interactive high-level object-o
ii  python-central                0.6.8      register and build utility for Pyt

roundup recommends no packages.

Versions of packages roundup suggests:
pn  libapache2-mod-python         <none>     (no description available)
pn  python-gdbm                   <none>     (no description available)
pn  python-mysqldb                <none>     (no description available)
ii  python-openssl                0.7-2      Python wrapper around the OpenSSL 
pn  python-psycopg2               <none>     (no description available)
pn  python-pyme                   <none>     (no description available)
ii  python-sqlite                 1.0.1-7    python interface to SQLite 2
pn  python-tz                     <none>     (no description available)
pn  python-xapian                 <none>     (no description available)
pn  runit                         <none>     (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to