~ubuntu-branches/ubuntu/karmic/tgif/karmic

« back to all changes in this revision

Viewing changes to debian/pstoepsi

  • Committer: Bazaar Package Importer
  • Author(s): Frank Lichtenheld
  • Date: 2008-07-29 17:57:27 UTC
  • mto: This revision was merged to the branch mainline in revision 7.
  • Revision ID: james.westby@ubuntu.com-20080729175727-l8zb31tkfnbj3wkg
* QA upload.
  + Set maintainer to QA group.
* Replace xutils with xutils-dev in Build-Depends. Closes: #485219
* Remove old conflicts from 1995. Closes: #404339
* Add Homepage field and update homepage in copyright file.
* Add watch file.
* Fix broken basename call in pstoepsi. Closes: #447703
* Fix charset declarations in upstream fr.po and ja.po,
  fix broken line endings in fr.po and actually install
  fr.po.
* Remove unneccessary linking against libxmu.
* Debconf translations:
  - Czech. Closes: #480305
  - Basque. Closes: #492527

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    esac
78
78
done
79
79
 
80
 
BASE=`basename "$1"` .ps
 
80
BASE=`basename "$1" .ps`
81
81
 
82
82
if [ $# -ne 2 -o ! -f "$1" -o "$1" = "$BASE" ] ; then
83
83
    echo $USAGE 1>&2