~ubuntu-branches/ubuntu/feisty/fontforge/feisty

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Bazaar Package Importer
  • Author(s): Kęstutis BiliÅ«nas
  • Date: 2006-10-23 15:24:15 UTC
  • mfrom: (1.1.5 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061023152415-tde4mufot043kno2
Tags: 0.0.20061019-1
* New upstream release (Closes: #394675).
* debian/patches:
  - removed the patch 008_nohomedir.diff -- fixed upstream.
  - added patch 009_fix_SVG_output_quotes.diff for fixing missing quotes in
    SVG output (Closes: #392688). Thanks to Wojciech Muła <wm@mahajana.net>.
* debian/control: added the version number to Recommends for
  libuninameslist0 package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
# This has to be exported to make some magic below work.
8
8
export DH_OPTIONS
9
9
 
10
 
VERSION=20060703
 
10
VERSION=20061019
11
11
 
12
12
CFLAGS = -Wall -g
13
13