Changeset 5871 for pkg/kev/main/balsa/trunk/debian
- Timestamp:
- 10/23/09 04:50:42 (4 years ago)
- Location:
- pkg/kev/main/balsa/trunk/debian
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
pkg/kev/main/balsa/trunk/debian/changelog
r5688 r5871 1 balsa (2.4.0-parsix1) unstable; urgency=low 2 3 * New upstream stable release 4 - bump glib build-dep to 2.16.0 5 - bump gtk+ build-dep to 2.14.0 6 - bump gmime build-dep to 2.4 7 - bump standards version to 3.8.2, no extra change is needed 8 - dropped 01_desktop_categories.patch, merged upstream 9 10 -- Alan Baghumian <alan@technotux.org> Sat, 01 Aug 2009 10:21:52 -0700 11 12 balsa (2.3.28-parsix2) unstable; urgency=low 13 14 * Rebuild using new libs 15 16 -- Alan Baghumian <alan@technotux.org> Tue, 09 Jun 2009 18:40:39 -0700 17 18 balsa (2.3.28-parsix1) unstable; urgency=low 19 20 * New upstream stable release 1 balsa (2.4.1-parsix1) unstable; urgency=low 2 3 * New upstream stable releases (Closes: #539507). 4 - Continuing cleanup work: removing obsolete library calls. 5 - Partial workaround for the deadlock in xcb library code. 6 - Experimental use of libcanberra for sound. 7 - Many small bugfixes. 8 * debian/control*: 9 - update homepage address (Closes: #537058). 10 - bump libglib2.0-dev build-dep to 2.16.0 11 - bump libgtk2.0-dev build-dep to 2.14.0 12 - bump Gmime build-dep to libgmime-2.4 (Closes: #549053). 13 - bump standards version to 3.8.3, no extra change is needed 14 - drop libgnomevfs2-dev build-dep, not needed anymore 15 - replace scrollkeeper build-dep with gnome-doc-utils 16 * Dropped 01_desktop_categories.patch, merged upstream 17 18 -- Alan Baghumian <alan@technotux.org> Thu, 22 Oct 2009 19:50:03 -0700 19 20 balsa (2.3.28-1) unstable; urgency=low 21 22 * New upstream stable releases (Closes: #527005). 21 23 - Fix the IMAP message threading regression. 22 24 - Use GIO library when available. … … 24 26 - Fixed GNOME bugs 509434, 567323, 566426, 566420, 566415 25 27 * debian/control/* 26 - bump standards version to 3.8.0.1, no extra change is needed 27 - added intltool to build-deps 28 29 -- Alan Baghumian <alan@technotux.org> Wed, 21 Jan 2009 19:43:25 -0800 30 31 balsa (2.3.26-parsix1) unstable; urgency=low 32 33 * New upstream stable release 34 - formats flowed messages better 35 36 -- Alan Baghumian <alan@technotux.org> Sat, 27 Sep 2008 10:10:17 -0700 37 38 balsa (2.3.25-parsix1) unstable; urgency=low 39 40 * New upstream stable release 41 42 -- Alan Baghumian <alan@technotux.org> Sun, 15 Jun 2008 18:40:46 +0200 43 44 balsa (2.3.24-parsix1) unstable; urgency=low 45 46 * Sync'd with Debian 2.3.24-1 47 48 -- Alan Baghumian <alan@technotux.org> Sun, 01 Jun 2008 11:33:16 +0200 49 50 balsa (2.3.24-1) unstable; urgency=low 51 28 - bump standards version to 3.8.1, no extra change is needed 29 - added intltool to build-deps 30 - replace libltdl3-dev build-dep with libltdl-dev 31 32 -- Alan Baghumian <alan@technotux.org> Wed, 20 May 2009 18:32:23 -0700 33 34 balsa (2.3.25-1) unstable; urgency=low 35 36 [ Alan Baghumian ] 52 37 * New upstream stable releases (Closes: #483546). 53 38 - GtkSourceView2 support … … 62 47 - use libgtksourceview2.0-dev, its now officially supported 63 48 64 -- Alan Baghumian <alan@technotux.org> Sun, 01 Jun 2008 10:53:28 +0200 49 [ Josselin Mouette ] 50 * New upstream release. 51 52 -- Josselin Mouette <joss@debian.org> Sun, 15 Jun 2008 13:13:29 +0200 65 53 66 54 balsa (2.3.21-1) unstable; urgency=low -
pkg/kev/main/balsa/trunk/debian/control
r5688 r5871 8 8 dh-buildinfo, 9 9 gnome-pkg-tools, 10 gnome-doc-utils, 10 11 libesmtp-dev, 11 12 libgmime-2.4-dev, … … 16 17 libkrb5-dev, 17 18 libldap2-dev, 18 libltdl 3-dev,19 libltdl-dev, 19 20 libpcre3-dev, 20 21 libpspell-dev (>= 0.50), … … 22 23 libssl-dev (>= 0.9.8), 23 24 libxml-parser-perl, 24 scrollkeeper,25 25 libgtksourceview2.0-dev, 26 26 libgnome2-dev, 27 27 libgnomeui-dev, 28 libgnomevfs2-dev,29 28 libbonobo2-dev, 30 29 libglib2.0-dev (>= 2.16.0), … … 35 34 intltool 36 35 Uploaders: Alan Baghumian <alan@technotux.org>, Andrew Lau <netsnipe@users.sourceforge.net>, Guilherme de S. Pastore <gpastore@debian.org>, Loic Minier <lool@dooz.org>, Oystein Gisnas <oystein@gisnas.net> 37 Standards-Version: 3.8. 236 Standards-Version: 3.8.3 38 37 39 38 Package: balsa … … 66 65 . 67 66 Support for Kerberos and SSL has been enabled in this package. 68 Homepage: http:// balsa.gnome.org/67 Homepage: http://pawsa.fedorapeople.org/balsa/ 69 68 70 69 Package: balsa-dbg -
pkg/kev/main/balsa/trunk/debian/control.in
r5688 r5871 8 8 dh-buildinfo, 9 9 gnome-pkg-tools, 10 gnome-doc-utils, 10 11 libesmtp-dev, 11 libgmime-2.4-dev ,12 libgmime-2.4-dev (>= 2.2.21), 12 13 libcompfaceg1-dev, 13 14 libgpgme11-dev, … … 16 17 libkrb5-dev, 17 18 libldap2-dev, 18 libltdl 3-dev,19 libltdl-dev, 19 20 libpcre3-dev, 20 21 libpspell-dev (>= 0.50), … … 22 23 libssl-dev (>= 0.9.8), 23 24 libxml-parser-perl, 24 scrollkeeper,25 25 libgtksourceview2.0-dev, 26 26 libgnome2-dev, 27 27 libgnomeui-dev, 28 libgnomevfs2-dev,29 28 libbonobo2-dev, 30 29 libglib2.0-dev (>= 2.16.0), … … 35 34 intltool 36 35 Uploaders: Alan Baghumian <alan@technotux.org>, @GNOME_TEAM@ 37 Standards-Version: 3.8. 236 Standards-Version: 3.8.3 38 37 39 38 Package: balsa … … 66 65 . 67 66 Support for Kerberos and SSL has been enabled in this package. 68 Homepage: http:// balsa.gnome.org/67 Homepage: http://pawsa.fedorapeople.org/balsa/ 69 68 70 69 Package: balsa-dbg -
pkg/kev/main/balsa/trunk/debian/watch
r5688 r5871 1 version=3 2 http://pawsa.fedorapeople.org/balsa/balsa-(.*).tar.bz2 1 version=2 2 http://balsa.gnome.org/download.html \ 3 http://balsa.gnome.org/balsa-(.*).tar.bz2 \ 4 debian uupdate
Note: See TracChangeset
for help on using the changeset viewer.


