~ubuntu-branches/ubuntu/dapper/enigmail/dapper-proposed

« back to all changes in this revision

Viewing changes to debian/patches/50_enigmail_no_upgrade.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-02-15 15:44:02 UTC
  • mfrom: (0.2.1 upstream) (4.1.1 breezy-security)
  • Revision ID: james.westby@ubuntu.com-20060215154402-pjv9vokz6s38xdg1
Tags: 2:0.94-0ubuntu1
* Fork package to allow mozilla 1.7 to be demoted to universe.  This
  package now only builds the enigmail extension for mozilla-thunderbird.
* Bump debhelper compat to 4, so single-package builds behave the same
  as multipackage biulds (thus minimising our diff against the original).
* Bump upstream version to 0.94, for working Thunderbird 1.5 support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
14
14
                                                                                
15
15
case "$1" in
16
 
       -patch) patch $patch_opts -p1 < $0;;
17
 
       -unpatch) patch $patch_opts -p1 -R < $0;;
 
16
       -patch) patch $patch_opts < $0;;
 
17
       -unpatch) patch $patch_opts -R < $0;;
18
18
        *)
19
19
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
20
20
                exit 1;;