~ubuntu-branches/ubuntu/utopic/vflib3/utopic

« back to all changes in this revision

Viewing changes to debian/update-vflibcap

  • Committer: Bazaar Package Importer
  • Author(s): Matej Vela
  • Date: 2006-10-28 12:16:06 UTC
  • mfrom: (1.1.2 upstream) (3.1.3 edgy)
  • Revision ID: james.westby@ubuntu.com-20061028121606-xaf1cj9scas7fee7
Tags: 3.6.13.dfsg-1
* QA upload.
* Remove the non-free ccv/TBL/RFC/rfc1489.txt from the upstream tarball.
  Closes: #393418.
* debian/update-vflibcap: Fix redirection.  Thanks to Yoshinori Ariie for
  the patch.  Closes: #284919.
* debian/vflib3.defoma: Handle undefined hints.  Closes: #147861, #306442.
* debian/patches/05_mkt1enc_syntax_error.dpatch: Fix unterminated quote in
  t1lib/mkt1enc.sh.
* Remove awk from Build-Depends since it's depended on by base-files (i.e.
  effectively essential).
* debian/changelog: Remove obsolete Emacs local variables.
* debian/rules:
  - Remove config.{sub,guess} on clean to make for a leaner diff.
  - Remove calls to dh_undocumented.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Copyright 2002 Masayuki Hatta <mhatta@debian.org>
4
4
# Public Domain.
5
5
 
6
 
DEFOMAFILES=`if [ -d /var/lib/defoma/vflib3.d ]; then /bin/ls -1 /var/lib/defoma/vflib3.d/* > /dev/null| egrep -v '(id-cache|.dpkg-[a-z]*|~)$'; fi`
 
6
DEFOMAFILES=`if [ -d /var/lib/defoma/vflib3.d ]; then /bin/ls -1 /var/lib/defoma/vflib3.d/* 2> /dev/null| egrep -v '(id-cache|.dpkg-[a-z]*|~)$'; fi`
7
7
VFLIBDIR=/etc/vflib3
8
8
VFLIBCAPCOMMON=/etc/vflib3/vflibcaps-common/vflibcap.in
9
9
VFLIBCAPCOMMON2=/etc/vflib3/vflibcaps-common/vflibcap-tex.in