Skip to content

Commit

Permalink
Fuerza a usar la version openjdk8 puesto que esta version de autofirm…
Browse files Browse the repository at this point in the history
…a no funciona en la 11 (9 y 10 no están soportadas por debian)

Fix #7
  • Loading branch information
albfernandez committed Apr 1, 2019
1 parent 959656e commit 7f121fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debian/AutoFirma
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
AUTOFIRMA_AVOID_UPDATE_CHECK=true java -DdisableSslChecks=true -jar /usr/share/autofirma/AutoFirma.jar $*
AUTOFIRMA_AVOID_UPDATE_CHECK=true /usr/lib/jvm/java-8-openjdk-amd64/jre/bin/java -DdisableSslChecks=true -jar /usr/share/autofirma/AutoFirma.jar $*
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
autofirma (1.6.0-2) unstable; urgency=medium

* Fijamos la dependencia a openjdk8

-- Alberto Fernández Martínez <[email protected]> Mon, 01 Apr 2019 19:45:22 +0200

autofirma (1.6.0-1) unstable; urgency=medium

* Nueva version de autofirma
Expand Down
4 changes: 2 additions & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Source: autofirma
Section: utils
Priority: optional
Maintainer: Alberto Fernández <[email protected]>
Build-Depends: debhelper (>= 9), zip, maven, openjdk-8-jdk | oracle-java8-installer | openjdk-9-jdk | oracle-java9-installer
Build-Depends: debhelper (>= 9), zip, maven, openjdk-8-jdk | oracle-java8-installer
Standards-Version: 3.9.8
Homepage: https://github.com/ctt-gob-es/clienteafirma

Package: autofirma
Architecture: all
Depends: openjdk-8-jre | oracle-java8-installer | openjdk-9-jre | oracle-java9-installer, libnss3-tools, openssl, ca-certificates
Depends: openjdk-8-jre, libnss3-tools, openssl, ca-certificates
Description: Cliente Autofirma
Autofirma es una Herramienta de firma electrónica en entornos de escritorio
y dispositivos móviles.
Expand Down

0 comments on commit 7f121fe

Please sign in to comment.