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

« back to all changes in this revision

Viewing changes to debian/patches/50_enigmail_ui_skin_contents_rdf.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2005-03-29 21:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20050329210000-tlogkivm28p5nez2
Tags: 2:0.90.2-1
 * new upstream release enigmail 0.90.2 - plain
   bugfixes and support for thunderbird 1.0.2
 * builds for mozilla-mailnews 1.7.6 (Closes: 301975,302084)
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
## debian/patches/10_debian-branding.dpatch by  <alex@personalfree.com>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: No description.
 
6
                                                                                
 
7
if [ $# -ne 1 ]; then
 
8
    echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
9
    exit 1
 
10
fi
 
11
                                                                                
 
12
[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
 
13
patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
 
14
                                                                                
 
15
case "$1" in
 
16
       -patch) patch $patch_opts -p1 < $0;;
 
17
       -unpatch) patch $patch_opts -p1 -R < $0;;
 
18
        *)
 
19
                echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
 
20
                exit 1;;
 
21
esac
 
22
                                                                                
 
23
exit 0
 
24
                                                                                
 
25
@DPATCH@
 
26
--- mozilla/extensions/enigmail/ui/skin/classic/contents.rdf.orig       2004-06-22 21:45:30.000000000 +0000
 
27
+++ mozilla/extensions/enigmail/ui/skin/classic/contents.rdf    2004-06-22 21:48:15.000000000 +0000
 
28
@@ -15,5 +15,6 @@
 
29
       </RDF:Seq>
 
30
     </chrome:packages>
 
31
   </RDF:Description>
 
32
-
 
33
+  <RDF:Description about="urn:mozilla:skin:classic/1.0:enigmail"
 
34
+          chrome:skinVersion="1.5"/> 
 
35
 </RDF:RDF>