-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuerza a usar la version openjdk8 puesto que esta version de autofirm…
…a no funciona en la 11 (9 y 10 no están soportadas por debian) Fix #7
- Loading branch information
1 parent
959656e
commit 7f121fe
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 $* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|