Changeset 6893 for pkg/vinnie


Ignore:
Timestamp:
08/21/10 22:51:39 (3 years ago)
Author:
alanbach-guest
Message:
  • Sync'd with Debian 2.30.3-1
Location:
pkg/vinnie/main/evolution-data-server/trunk/debian
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • pkg/vinnie/main/evolution-data-server/trunk/debian/changelog

    r6676 r6893  
    1 evolution-data-server (2.30.2.1-parsix1) unstable; urgency=low 
    2  
    3   * Sync'd with Debian 2.30.2-1 
    4   * New upstream bugfix release 
    5  
    6  -- Alan Baghumian <alan@technotux.org>  Wed, 07 Jul 2010 19:45:11 -0700 
     1evolution-data-server (2.30.3-parsix1) unstable; urgency=low 
     2 
     3  * Sync'd with Debian 2.30.3-1 
     4 
     5 -- Alan Baghumian <alan@technotux.org>  Sat, 21 Aug 2010 13:50:40 -0700 
     6 
     7evolution-data-server (2.30.3-1) unstable; urgency=low 
     8 
     9  * New upstream bugfix release. 
     10  * debian/patches: 
     11    - 01_make-nss-db-init-more-robust dropped, included upstream 
     12    - 02_remove-courier-imap-workaround-breaking-rename as well.  
     13  * debian/control: 
     14    - update standards version to 3.9.1. 
     15  * debian/*.shlibs: 
     16    - bump shlibs to 2.30.3. 
     17 
     18 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 14 Aug 2010 13:47:40 +0200 
     19 
     20evolution-data-server (2.30.2.1-1) unstable; urgency=low 
     21 
     22  * New upstream bugfix release. 
     23  * debian/patches: 
     24    - 01_make-nss-db-init-more-robust added.                    closes: #587849 
     25    - 02_remove-courier-imap-workaround-breaking-rename added, fix renaming on 
     26      courier-imap servers. 
     27  * debian/rules: 
     28    - rename --enable-nss to -enable-ssl in configure call. 
     29    - DEB_FIXPERMS_EXCLUDE switched to _evolution-data-server. 
     30    - disable largefile support for now, it'll be re-enabled for squeeze+1 
     31      cycle.                                                    closes: #588316 
     32  * debian/control: 
     33    - update standards version to 3.9.0. 
     34 
     35 -- Yves-Alexis Perez <corsac@debian.org>  Sat, 10 Jul 2010 14:30:12 +0200 
    736 
    837evolution-data-server (2.30.2-1) unstable; urgency=low 
  • pkg/vinnie/main/evolution-data-server/trunk/debian/control

    r6676 r6893  
    1313           Josselin Mouette <joss@debian.org>, 
    1414           David Weinehall <tao@debian.org> 
    15 Standards-Version: 3.8.4 
     15Standards-Version: 3.9.1 
    1616Dm-Upload-Allowed: yes 
    1717Homepage: http://www.gnome.org/projects/evolution/ 
  • pkg/vinnie/main/evolution-data-server/trunk/debian/evolution-data-server.install

    r6678 r6893  
    11debian/tmp/usr/lib/evolution 
    22debian/tmp/usr/lib/evolution-data-server-1.2/extensions/*.so 
    3 debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers/*.urls 
    4 debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers/*.so 
     3debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.urls 
     4debian/tmp/usr/lib/evolution-data-server-1.2/camel-providers-*/*.so 
    55debian/lintian/evolution-data-server usr/share/lintian/overrides/ 
  • pkg/vinnie/main/evolution-data-server/trunk/debian/libcamel1.2-14.shlibs

    r6676 r6893  
    1 libcamel-1.2 14 libcamel1.2-14 (>= 2.30.2), libcamel1.2-14 (<< 2.31) 
    2 libcamel-provider-1.2 14 libcamel1.2-14 (>= 2.30.2), libcamel1.2-14 (<< 2.31) 
     1libcamel-1.2 14 libcamel1.2-14 (>= 2.30.3), libcamel1.2-14 (<< 2.31) 
     2libcamel-provider-1.2 14 libcamel1.2-14 (>= 2.30.3), libcamel1.2-14 (<< 2.31) 
  • pkg/vinnie/main/evolution-data-server/trunk/debian/rules

    r6676 r6893  
    1919        --libexecdir=\$${prefix}/lib/evolution \ 
    2020        --enable-ipv6 \ 
    21         --enable-nss \ 
     21        --enable-ssl \ 
    2222        --enable-nntp \ 
    2323        --enable-smime \ 
     
    2626        --with-libdb=/usr \ 
    2727        --enable-gtk-doc \ 
    28         --enable-gnome-keyring=yes \ 
    29         --enable-largefile 
     28        --enable-gnome-keyring=yes 
    3029 
    31 DEB_FIXPERMS_EXCLUDE += usr/lib/evolution/camel-lock-helper* 
     30DEB_FIXPERMS_EXCLUDE_evolution-data-server += usr/lib/evolution/camel-lock-helper* 
    3231 
    3332binary-install/evolution-data-server:: 
Note: See TracChangeset for help on using the changeset viewer.