diff options
author | Marc Haber <zugschlus@debian.org> | 2006-09-21 08:20:08 +0000 |
---|---|---|
committer | Marc Haber <zugschlus@debian.org> | 2006-09-21 08:20:08 +0000 |
commit | e1e6fc4bec07fdfa4902b50384c72c0b58f680e6 (patch) | |
tree | fef3c24ee8cbf877a9116577abfd5957b9af9254 | |
parent | fa4fd0897fd63ea09269098d75e13753095ff434 (diff) | |
download | exim4-e1e6fc4bec07fdfa4902b50384c72c0b58f680e6.tar.gz |
* patch snapshot version number from 4.64 to 4.63.20060921
svn path=/exim/trunk/; revision=1587
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/patches/00list | 1 | ||||
-rwxr-xr-x | debian/patches/10_version_number.dpatch | 19 |
3 files changed, 22 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 3d9d97b..d63c4f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ exim4 (4.63.20060921-0) UNRELEASED; urgency=low * NOT RELEASED YET * testing upstream snapshot which now allows named ACL variables + * patch snapshot version number from 4.64 to 4.63.20060921 * Make update-exim4.conf man page also update-exim4.conf.conf man page. * Fix SPF error message when $sender_address_domain is undefined (i.e. sender is <>). (rm) @@ -49,7 +50,7 @@ exim4 (4.63.20060921-0) UNRELEASED; urgency=low by default) and always set tls_peerdn (we use TLS by default for outgoing connections). Make it easier to enable debug logging. - -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 21 Sep 2006 08:16:56 +0000 + -- Marc Haber <mh+debian-packages@zugschlus.de> Thu, 21 Sep 2006 08:19:41 +0000 exim4 (4.63-3) unstable; urgency=low diff --git a/debian/patches/00list b/debian/patches/00list index acbb30f..40efb38 100644 --- a/debian/patches/00list +++ b/debian/patches/00list @@ -1,3 +1,4 @@ +10_version_number 30_dontoverridecflags 31_eximmanpage 32_exim4 diff --git a/debian/patches/10_version_number.dpatch b/debian/patches/10_version_number.dpatch new file mode 100755 index 0000000..7ac97ed --- /dev/null +++ b/debian/patches/10_version_number.dpatch @@ -0,0 +1,19 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 10_version_number.dpatch by Marc Haber <mh+debian-packages@zugschlus.de> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: No description. + +@DPATCH@ +diff -urNad trunk~/src/version.c trunk/src/version.c +--- trunk~/src/version.c 2006-09-21 02:15:43.000000000 +0000 ++++ trunk/src/version.c 2006-09-21 08:19:07.000000000 +0000 +@@ -12,7 +12,7 @@ + #include "exim.h" + + +-#define THIS_VERSION "4.64" ++#define THIS_VERSION "4.63.20060921" + + + /* The header file cnumber.h contains a single line containing the |