Upstream release 4.7.1
This commit is contained in:
parent
71b243618d
commit
18ca8cd5de
15 changed files with 17 additions and 10 deletions
|
@ -1,10 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
set -e
|
|
||||||
|
|
||||||
cd /opt/
|
|
||||||
|
|
||||||
## Download Eclipse from the eclipse servers
|
|
||||||
wget http://artfiles.org/eclipse.org//technology/epp/downloads/release/oxygen/R/eclipse-java-oxygen-R-linux-gtk-x86_64.tar.gz
|
|
||||||
|
|
||||||
##DEBHELPER##
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
eclipse-ide-java (4.7.1-1) artful; urgency=low
|
||||||
|
|
||||||
|
* New upstream version
|
||||||
|
* Fixed many lintian warnings
|
||||||
|
|
||||||
|
-- Marcel Kapfer (mmk2410) <opensource@mmk2410.org> Thu, 28 Sep 2017 12:04:34 +0100
|
||||||
|
|
||||||
eclipse-ide-java (4.7.0-1) zesty; urgency=low
|
eclipse-ide-java (4.7.0-1) zesty; urgency=low
|
||||||
|
|
||||||
* New upstream version
|
* New upstream version
|
10
eclipse-ide-java_4.7.1/debian/preinst
Normal file
10
eclipse-ide-java_4.7.1/debian/preinst
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
cd /opt/
|
||||||
|
|
||||||
|
## Download Eclipse from the eclipse servers
|
||||||
|
wget -c https://ftp.fau.de/eclipse/technology/epp/downloads/release/oxygen/1/eclipse-java-oxygen-1-linux-gtk-x86_64.tar.gz
|
||||||
|
|
||||||
|
##DEBHELPER##
|
Reference in a new issue