Changeset 2801

Show
Ignore:
Timestamp:
09/20/07 11:22:24
Author:
djcb
Message:

* depend on / use NSS for debian builds for maemo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r2798 r2801  
     12007-09-20  Dirk-Jan C. BInnema <dirk-jan.binnema@nokia.com> 
     2 
     3        * depend on / use NSS for debian builds for maemo 
     4 
    152007-09-20  Philip Van Hoof  <pvanhoof@gnome.org> 
    26 
  • trunk/debian/control.maemo0

    r2197 r2801  
    33Priority: optional 
    44Maintainer: Oystein Gisnas <oystein@gisnas.net> 
    5 Build-Depends: debhelper (>=4), cdbs, dpkg-dev (>= 1.13.18), libglib2.0-dev (>= 2.6), libgtk2.0-dev, libosso-gnomevfs2-dev, libgconf2-dev, libosso-dev, libconic0-dev, gnome-common, gtk-doc-tools,libssl-dev 
     5Build-Depends: debhelper (>=4), cdbs, dpkg-dev (>= 1.13.18), libglib2.0-dev (>= 2.6), libgtk2.0-dev, libosso-gnomevfs2-dev, libgconf2-dev, libosso-dev, libconic0-dev, gnome-common, gtk-doc-tools,libnss3-dev,libnspr4-dev 
    66Standards-Version: 3.7.2 
    77 
  • trunk/debian/control.maemo1

    r2457 r2801  
    33Priority: optional 
    44Maintainer: Oystein Gisnas <oystein@gisnas.net> 
    5 Build-Depends: debhelper (>=4), cdbs, dpkg-dev (>= 1.13.18), libglib2.0-dev (>= 2.6), libgtk2.0-dev, libosso-gnomevfs2-dev, libgconf2-dev, libosso-dev, libconic0-dev, gnome-common, gtk-doc-tools, libssl-dev  
     5Build-Depends: debhelper (>=4), cdbs, dpkg-dev (>= 1.13.18), libglib2.0-dev (>= 2.6), libgtk2.0-dev, libosso-gnomevfs2-dev, libgconf2-dev, libosso-dev, libconic0-dev, gnome-common, gtk-doc-tools, microb-engine-dev  
    66Standards-Version: 3.7.2 
    77 
  • trunk/debian/rules.maemo

    r2458 r2801  
    2929 
    3030config.status: 
    31         if [ ! -x configure ]; then ./autogen.sh --with-platform=maemo --with-ssl=openssl; fi 
     31        if [ ! -x configure ]; then ./autogen.sh --with-platform=maemo --with-ssl=nss; fi 
    3232        dh_testdir 
    3333        # Add here commands to configure the package. 
    34         CFLAGS="$(CFLAGS) -fPIC" ./configure --with-platform=maemo --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --with-ssl=openssl --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
     34        CFLAGS="$(CFLAGS) -fPIC" ./configure --with-platform=maemo --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --with-ssl=nss --sysconfdir=/etc --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info 
    3535 
    3636