From 865e13f68bf9cabd0fd3326aa2820b518692407b Mon Sep 17 00:00:00 2001 From: Yves-Alexis Perez Date: Tue, 22 Jun 2010 08:48:15 +0000 Subject: [PATCH] - fix crash in ITIP parser. closes: #584661 * Switch to 3.0 (quilt) format. git-svn-id: file:///svn/pkg-evolution/unstable/evolution@1667 ed03ce00-e4f4-0310-9448-ee38221cb277 --- debian/changelog | 4 +++- debian/patches/series | 2 ++ debian/rules | 1 - debian/source/format | 1 + 4 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 debian/patches/series create mode 100644 debian/source/format diff --git a/debian/changelog b/debian/changelog index 8a876cbf52..2b24d0ace3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ evolution (2.30.2-1) UNRELEASED; urgency=low * New upstream release. - fix message deleting in search folers. closes: #585794 - fix crash on i386 with largefile. closes: #585921 + - fix crash in ITIP parser. closes: #584661 * debian/rules: - install some information on bug reporting * debian/bug-presubj: warn user that she should report upstream issues @@ -14,8 +15,9 @@ evolution (2.30.2-1) UNRELEASED; urgency=low * debian/control: - update build-deps to 2.30.2. - update debhelper build-dep to 7.2.3 for dh_bugfiles. + * Switch to 3.0 (quilt) format. - -- Yves-Alexis Perez Mon, 21 Jun 2010 00:19:36 +0200 + -- Yves-Alexis Perez Tue, 22 Jun 2010 07:39:34 +0200 evolution (2.30.1.2-3) unstable; urgency=low diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000000..b622fdcd61 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1,2 @@ +01_dont-ship-evo-mail-notifier.png.patch +02_let-nss-search-for-nssckbi.patch diff --git a/debian/rules b/debian/rules index 425653458f..1d6945f500 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,6 @@ include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/class/gnome.mk include /usr/share/cdbs/1/rules/utils.mk -include /usr/share/cdbs/1/rules/simple-patchsys.mk UPSTREAM_VERSION := $(shell dpkg-parsechangelog | grep ^Version | sed -ne 's/^Version: //g' -e 's/-[^-]*$$//pg') diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000000..163aaf8d82 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt)