~ubuntu-branches/ubuntu/intrepid/nethack/intrepid

« back to all changes in this revision

Viewing changes to debian/nethack-common.config

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-11-26 14:25:49 UTC
  • Revision ID: james.westby@ubuntu.com-20051126142549-1fd577bqv3q448oi
Tags: 3.4.3-8ubuntu1
* resync with debian
* only change: bdftopc path and dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
# lt-nl means empty is always greater than any other version, 
12
12
# so the first part of this test will not return true on a new install.
13
13
if dpkg --compare-versions "$2" lt-nl 3.4.0 || \
14
 
  [ -d $OLDLOGDIR -a -n "`ls $OLDLOGDIR/save 2>/dev/null || true`" ]; then
 
14
  [ -d $OLDLOGDIR ] && [ -n "`ls $OLDLOGDIR/save 2>/dev/null || true`" ]; then
15
15
 
16
16
  # Save games are not to be treated lightly!
17
17
  db_input high nethack-common/backup-incompatible || true