~ubuntu-branches/ubuntu/hardy/lasso/hardy

« back to all changes in this revision

Viewing changes to win32/nsis/lasso-deps.nsi

  • Committer: Bazaar Package Importer
  • Author(s): Michael Bienia
  • Date: 2007-07-31 21:35:26 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070731213526-oc6jw5mprcd5tjyy
Tags: 2.0.0-1ubuntu1
* Merge from debian unstable. Remaining changes:
  + debian/control:
    - Modify Maintainer value to match DebianMaintainerField spec.
* debian/rules:
  + Add CC=gcc-4.2 to the configure call else configure won't find jni.h
    from libgcj8-dev.
* configure{,.ac}:
  + Add missing quotes around the value for PHP[45]_LIBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
; HM NIS Edit Wizard helper defines
4
4
!define PRODUCT_NAME "LASSO dependencies"
5
 
!define PRODUCT_VERSION "0.6.5"
 
5
!define PRODUCT_VERSION "2.0.0"
6
6
!define PRODUCT_PUBLISHER "Entr'ouvert"
7
7
!define PRODUCT_WEB_SITE "http://lasso.entrouvert.org"
8
8
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
48
48
; MUI end ------
49
49
 
50
50
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
51
 
OutFile "Install-deps-0_6_5.exe"
 
51
OutFile "Install-deps-2_0_0.exe"
52
52
InstallDir "$SYSDIR"
53
53
ShowInstDetails show
54
54
ShowUnInstDetails show