~ubuntu-branches/ubuntu/lucid/spamassassin/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/patches/08_security_version.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-02-16 21:00:21 UTC
  • Revision ID: james.westby@ubuntu.com-20070216210021-bbxi1xbyfpzaq798
Tags: 3.1.7-2ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control:
    + libmail-spf-query-perl from Recommends to Depends for spamassassin
      binary
* debian/control: Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 08_security_version.patch.dpatch by Duncan Findlay <duncf@debian.org>
 
3
##
 
4
## All lines beginning with `## DP:' are a description of the patch.
 
5
## DP: Mark this version of spamassassin with "deb" so people know
 
6
## DP: it's modified (i.e. to show it's got security fixes)
 
7
 
 
8
@DPATCH@
 
9
diff -urNad spamassassin~/lib/Mail/SpamAssassin.pm spamassassin/lib/Mail/SpamAssassin.pm
 
10
--- spamassassin~/lib/Mail/SpamAssassin.pm      2006-10-09 13:35:00.000000000 -0400
 
11
+++ spamassassin/lib/Mail/SpamAssassin.pm       2007-02-15 00:26:26.000000000 -0500
 
12
@@ -105,7 +105,7 @@
 
13
 
 
14
 # If you hacked up your SA, you should add a version_tag to your .cf files.
 
15
 # This variable should not be modified directly.
 
16
-@EXTRA_VERSION = qw();
 
17
+@EXTRA_VERSION = qw(deb);
 
18
 if (defined $IS_DEVEL_BUILD && $IS_DEVEL_BUILD) {
 
19
   push(@EXTRA_VERSION,
 
20
        ('r' . qw{$LastChangedRevision: 453304 $ updated by SVN}[1]));