~ubuntu-branches/ubuntu/precise/typespeed/precise

« back to all changes in this revision

Viewing changes to debian/README.source

  • Committer: Bazaar Package Importer
  • Author(s): gregor herrmann
  • Date: 2010-04-17 16:16:37 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100417161637-yzh9oxyujsabe5zd
Tags: 0.6.5-1.1
* Non-maintainer upload.
* Fix "package purge (after dependencies removal) fails": fix postrm to not
  fail in case where /var/games/typespeed doesn't exist; patch by Johann
  Felix Soden (closes: #574192).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Patches are applied using quilt. For information on quilt, see:
 
2
 
 
3
  /usr/share/doc/quilt/README.source
 
4
 
 
5
However, debian/patches is generated from the 'patches' git branch as follows:
 
6
 
 
7
  $ rm debian/patches/*
 
8
  $ git format-patch -o debian/patches ..patches
 
9
  $ ls debian/patches/*.patch > debian/patches/series