- 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
This commit is contained in:
parent
41027952ff
commit
865e13f68b
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -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 <corsac@debian.org> Mon, 21 Jun 2010 00:19:36 +0200
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Tue, 22 Jun 2010 07:39:34 +0200
|
||||
|
||||
evolution (2.30.1.2-3) unstable; urgency=low
|
||||
|
||||
|
2
debian/patches/series
vendored
Normal file
2
debian/patches/series
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
01_dont-ship-evo-mail-notifier.png.patch
|
||||
02_let-nss-search-for-nssckbi.patch
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -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')
|
||||
|
||||
|
1
debian/source/format
vendored
Normal file
1
debian/source/format
vendored
Normal file
@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
Loading…
Reference in New Issue
Block a user