Upstream release 2018.2.6
This commit is contained in:
parent
aa183003cd
commit
aae9b289c0
19 changed files with 32 additions and 14 deletions
Binary file not shown.
Binary file not shown.
|
@ -1,13 +0,0 @@
|
|||
Source: intellij-idea-ultimate
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
||||
Build-Depends: debhelper (>= 7.0.50~)
|
||||
Standards-Version: 4.1.4
|
||||
|
||||
|
||||
Package: intellij-idea-ultimate
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, lib32ncurses5 | libncurses5, default-jdk | oracle-java7-installer | oracle-java8-installer, libc6-i386, lib32stdc++6, lib32gcc1, lib32ncurses5, lib32z1, lib32z1-dev, unzip
|
||||
Description: IntelliJ IDEA Ultimate Edition
|
||||
A intelligent Java IDE by JetBrains
|
BIN
intellij-idea-ultimate_2018.2.6-1_all.deb
Normal file
BIN
intellij-idea-ultimate_2018.2.6-1_all.deb
Normal file
Binary file not shown.
BIN
intellij-idea-ultimate_2018.2.6.orig.tar.gz
Normal file
BIN
intellij-idea-ultimate_2018.2.6.orig.tar.gz
Normal file
Binary file not shown.
|
@ -1,3 +1,9 @@
|
|||
intellij-idea-ultimate (2018.2.6-1) cosmic; urgency=medium
|
||||
|
||||
* Upstream version 2018.2.6
|
||||
|
||||
-- Marcel Kapfer <opensource@mmk2410.org> Tue, 20 Nov 2018 21:46:57 +0000
|
||||
|
||||
intellij-idea-ultimate (2018.2.5-1) bionic; urgency=medium
|
||||
|
||||
* Upstream version 2018.2.5
|
24
intellij-idea-ultimate_2018.2.6/debian/control
Normal file
24
intellij-idea-ultimate_2018.2.6/debian/control
Normal file
|
@ -0,0 +1,24 @@
|
|||
Source: intellij-idea-ultimate
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
||||
Build-Depends: debhelper (>= 7.0.50~)
|
||||
Standards-Version: 4.2.1
|
||||
|
||||
Package: intellij-idea-ultimate
|
||||
Architecture: all
|
||||
Pre-Depends: wget,
|
||||
unzip
|
||||
Depends: libxrender1,
|
||||
libxtst6,
|
||||
libxi6,
|
||||
libfreetype6,
|
||||
${misc:Depends},
|
||||
Recommends: default-jdk
|
||||
Suggests: git
|
||||
Description: IntelliJ IDEA Ultimate Edition
|
||||
Every aspect of IntelliJ IDEA is specifically designed to maximize developer
|
||||
productivity.
|
||||
.
|
||||
Together, the powerful static code analysis and ergonomic design make
|
||||
development not only productive but also an enjoyable experience.
|
|
@ -5,6 +5,6 @@ set -e
|
|||
cd /opt/
|
||||
|
||||
## Download IntelliJ IDEA Community from the jetbrain servers
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2018.2.5.tar.gz
|
||||
wget -c https://download-cf.jetbrains.com/idea/ideaIU-2018.2.6.tar.gz
|
||||
|
||||
##DEBHELPER##
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
|
@ -6,4 +6,5 @@ Icon=intellij-idea-ue
|
|||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;IDE;Java;
|
||||
Keywords=intellij;idea;ultimate;java;ide
|
||||
StartupWMClass=jetbrains-idea
|
Loading…
Reference in a new issue