Upstream release 2017.2.6
This commit is contained in:
parent
4f3da05469
commit
d13878c249
19 changed files with 14 additions and 8 deletions
12
README.md
12
README.md
|
@ -1,7 +1,7 @@
|
||||||
# intellij-idea-community
|
# intellij-idea-community
|
||||||
.deb Packages of IntelliJ IDEA Community Edition for Ubuntu
|
.deb Packages of IntelliJ IDEA Community Edition for Ubuntu
|
||||||
|
|
||||||
The latest upstream version is 2017.2.5 which is included in the package version 2017.2.5.
|
The latest upstream version is 2017.2.6 which is included in the package version 2017.2.6.
|
||||||
|
|
||||||
## Adding the ppa to Ubuntu
|
## Adding the ppa to Ubuntu
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ Please report any issues at [phab.mmk2410.org](https://phab.mmk2410.org/maniphes
|
||||||
|
|
||||||
## Updating the package
|
## Updating the package
|
||||||
|
|
||||||
To update the version follow these steps. Replace all instances of `[year].[major].[minor]` with the new version numbers (e.g., 2017.2.5++).
|
To update the version follow these steps. Replace all instances of `[year].[major].[minor]` with the new version numbers (e.g., 2017.2.6++).
|
||||||
|
|
||||||
1. Fork the repo
|
1. Fork the repo
|
||||||
2. Create your own feature branch
|
2. Create your own feature branch
|
||||||
|
@ -29,8 +29,8 @@ To update the version follow these steps. Replace all instances of `[year].[majo
|
||||||
3. Rename the following
|
3. Rename the following
|
||||||
|
|
||||||
```
|
```
|
||||||
mv intellij-idea-community_2017.2.5 intellij-idea-community_[year].[major].[minor]
|
mv intellij-idea-community_2017.2.6 intellij-idea-community_[year].[major].[minor]
|
||||||
mv intellij-idea-community_2017.2.5.orig.tar.gz intellij-idea-community_[year].[major].[minor].orig.tar.gz
|
mv intellij-idea-community_2017.2.6.orig.tar.gz intellij-idea-community_[year].[major].[minor].orig.tar.gz
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Edit the README.md and update the version numbers
|
4. Edit the README.md and update the version numbers
|
||||||
|
@ -66,7 +66,7 @@ To update the version follow these steps. Replace all instances of `[year].[majo
|
||||||
11. Remove the old files
|
11. Remove the old files
|
||||||
|
|
||||||
```
|
```
|
||||||
rm intellij-idea-community_2017.2.5-1*
|
rm intellij-idea-community_2017.2.6-1*
|
||||||
```
|
```
|
||||||
|
|
||||||
12. Install the package to test it
|
12. Install the package to test it
|
||||||
|
@ -94,7 +94,7 @@ To update the version follow these steps. Replace all instances of `[year].[majo
|
||||||
|
|
||||||
### Automatically do steps 2 to 12
|
### Automatically do steps 2 to 12
|
||||||
|
|
||||||
Run `./update-new-version.sh 2017.2.5 [year].[major].[minor]`
|
Run `./update-new-version.sh 2017.2.6 [year].[major].[minor]`
|
||||||
|
|
||||||
### Setting up the build environment
|
### Setting up the build environment
|
||||||
|
|
||||||
|
|
Binary file not shown.
BIN
intellij-idea-community_2017.2.6-1_all.deb
Normal file
BIN
intellij-idea-community_2017.2.6-1_all.deb
Normal file
Binary file not shown.
|
@ -1,3 +1,9 @@
|
||||||
|
intellij-idea-community (2017.2.6-1) artful; urgency=low
|
||||||
|
|
||||||
|
* Upstream Version 2017.2.6
|
||||||
|
|
||||||
|
-- Marcel Kapfer (mmk2410) <opensource@mmk2410.org> Fri, 17 Nov 2017 05:38:12 +0000
|
||||||
|
|
||||||
intellij-idea-community (2017.2.5-1) artful; urgency=low
|
intellij-idea-community (2017.2.5-1) artful; urgency=low
|
||||||
|
|
||||||
* Upstream Version 2017.2.5
|
* Upstream Version 2017.2.5
|
|
@ -3,7 +3,7 @@ Section: devel
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
|
||||||
Build-Depends: debhelper (>= 7.0.50~)
|
Build-Depends: debhelper (>= 7.0.50~)
|
||||||
Standards-Version: 4.1.0
|
Standards-Version: 4.1.1
|
||||||
|
|
||||||
|
|
||||||
Package: intellij-idea-community
|
Package: intellij-idea-community
|
|
@ -5,6 +5,6 @@ set -e
|
||||||
cd /opt/
|
cd /opt/
|
||||||
|
|
||||||
## Download IntelliJ IDEA Community from the JetBrain servers
|
## Download IntelliJ IDEA Community from the JetBrain servers
|
||||||
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2017.2.5.tar.gz
|
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2017.2.6.tar.gz
|
||||||
|
|
||||||
##DEBHELPER##
|
##DEBHELPER##
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 5 KiB |
Loading…
Reference in a new issue