diff --git a/README.md b/README.md index 12bc665..64aaf24 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # intellij-idea-community .deb Packages of IntelliJ IDEA Community Edition for Ubuntu -The latest upstream version is 2017.2.6 which is included in the package version 2017.2.6. +The latest upstream version is 2017.3 which is included in the package version 2017.3. ## 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 -To update the version follow these steps. Replace all instances of `[year].[major].[minor]` with the new version numbers (e.g., 2017.2.6++). +To update the version follow these steps. Replace all instances of `[year].[major].[minor]` with the new version numbers (e.g., 2017.3++). 1. Fork the repo 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 ``` - mv intellij-idea-community_2017.2.6 intellij-idea-community_[year].[major].[minor] - mv intellij-idea-community_2017.2.6.orig.tar.gz intellij-idea-community_[year].[major].[minor].orig.tar.gz + mv intellij-idea-community_2017.3 intellij-idea-community_[year].[major].[minor] + mv intellij-idea-community_2017.3.orig.tar.gz intellij-idea-community_[year].[major].[minor].orig.tar.gz ``` 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 ``` - rm intellij-idea-community_2017.2.6-1* + rm intellij-idea-community_2017.3-1* ``` 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 -Run `./update-new-version.sh 2017.2.6 [year].[major].[minor]` +Run `./update-new-version.sh 2017.3 [year].[major].[minor]` ### Setting up the build environment diff --git a/intellij-idea-community_2017.2.6-1_all.deb b/intellij-idea-community_2017.2.6-1_all.deb deleted file mode 100644 index a56a37a..0000000 Binary files a/intellij-idea-community_2017.2.6-1_all.deb and /dev/null differ diff --git a/intellij-idea-community_2017.3-1_all.deb b/intellij-idea-community_2017.3-1_all.deb new file mode 100644 index 0000000..6a82e1d Binary files /dev/null and b/intellij-idea-community_2017.3-1_all.deb differ diff --git a/intellij-idea-community_2017.2.6.orig.tar.gz b/intellij-idea-community_2017.3.orig.tar.gz similarity index 100% rename from intellij-idea-community_2017.2.6.orig.tar.gz rename to intellij-idea-community_2017.3.orig.tar.gz diff --git a/intellij-idea-community_2017.2.6/debian/changelog b/intellij-idea-community_2017.3/debian/changelog similarity index 97% rename from intellij-idea-community_2017.2.6/debian/changelog rename to intellij-idea-community_2017.3/debian/changelog index ec36250..095e4d8 100644 --- a/intellij-idea-community_2017.2.6/debian/changelog +++ b/intellij-idea-community_2017.3/debian/changelog @@ -1,3 +1,9 @@ +intellij-idea-community (2017.3-1) artful; urgency=low + + * Upstream Version 2017.3 + + -- Marcel Kapfer (mmk2410) Fri, 01 Dec 2017 07:17:15 +0000 + intellij-idea-community (2017.2.6-1) artful; urgency=low * Upstream Version 2017.2.6 diff --git a/intellij-idea-community_2017.2.6/debian/compat b/intellij-idea-community_2017.3/debian/compat similarity index 100% rename from intellij-idea-community_2017.2.6/debian/compat rename to intellij-idea-community_2017.3/debian/compat diff --git a/intellij-idea-community_2017.2.6/debian/control b/intellij-idea-community_2017.3/debian/control similarity index 100% rename from intellij-idea-community_2017.2.6/debian/control rename to intellij-idea-community_2017.3/debian/control diff --git a/intellij-idea-community_2017.2.6/debian/copyright b/intellij-idea-community_2017.3/debian/copyright similarity index 100% rename from intellij-idea-community_2017.2.6/debian/copyright rename to intellij-idea-community_2017.3/debian/copyright diff --git a/intellij-idea-community_2017.2.6/debian/install b/intellij-idea-community_2017.3/debian/install similarity index 100% rename from intellij-idea-community_2017.2.6/debian/install rename to intellij-idea-community_2017.3/debian/install diff --git a/intellij-idea-community_2017.2.6/debian/postinst b/intellij-idea-community_2017.3/debian/postinst similarity index 100% rename from intellij-idea-community_2017.2.6/debian/postinst rename to intellij-idea-community_2017.3/debian/postinst diff --git a/intellij-idea-community_2017.2.6/debian/postrm b/intellij-idea-community_2017.3/debian/postrm similarity index 100% rename from intellij-idea-community_2017.2.6/debian/postrm rename to intellij-idea-community_2017.3/debian/postrm diff --git a/intellij-idea-community_2017.2.6/debian/preinst b/intellij-idea-community_2017.3/debian/preinst similarity index 60% rename from intellij-idea-community_2017.2.6/debian/preinst rename to intellij-idea-community_2017.3/debian/preinst index e4d8b3e..f394dcd 100644 --- a/intellij-idea-community_2017.2.6/debian/preinst +++ b/intellij-idea-community_2017.3/debian/preinst @@ -5,6 +5,6 @@ set -e cd /opt/ ## Download IntelliJ IDEA Community from the JetBrain servers -wget -c https://download-cf.jetbrains.com/idea/ideaIC-2017.2.6.tar.gz +wget -c https://download-cf.jetbrains.com/idea/ideaIC-2017.3.tar.gz ##DEBHELPER## diff --git a/intellij-idea-community_2017.2.6/debian/rules b/intellij-idea-community_2017.3/debian/rules similarity index 100% rename from intellij-idea-community_2017.2.6/debian/rules rename to intellij-idea-community_2017.3/debian/rules diff --git a/intellij-idea-community_2017.2.6/debian/source/format b/intellij-idea-community_2017.3/debian/source/format similarity index 100% rename from intellij-idea-community_2017.2.6/debian/source/format rename to intellij-idea-community_2017.3/debian/source/format diff --git a/intellij-idea-community_2017.2.6/debian/source/include-binaries b/intellij-idea-community_2017.3/debian/source/include-binaries similarity index 100% rename from intellij-idea-community_2017.2.6/debian/source/include-binaries rename to intellij-idea-community_2017.3/debian/source/include-binaries diff --git a/intellij-idea-community_2017.2.6/debian/watch b/intellij-idea-community_2017.3/debian/watch similarity index 100% rename from intellij-idea-community_2017.2.6/debian/watch rename to intellij-idea-community_2017.3/debian/watch diff --git a/intellij-idea-community_2017.2.6/intellij-idea-ce.png b/intellij-idea-community_2017.3/intellij-idea-ce.png similarity index 100% rename from intellij-idea-community_2017.2.6/intellij-idea-ce.png rename to intellij-idea-community_2017.3/intellij-idea-ce.png diff --git a/intellij-idea-community_2017.2.6/intellij-idea-community b/intellij-idea-community_2017.3/intellij-idea-community similarity index 100% rename from intellij-idea-community_2017.2.6/intellij-idea-community rename to intellij-idea-community_2017.3/intellij-idea-community diff --git a/intellij-idea-community_2017.2.6/intellij-idea-community.desktop b/intellij-idea-community_2017.3/intellij-idea-community.desktop similarity index 100% rename from intellij-idea-community_2017.2.6/intellij-idea-community.desktop rename to intellij-idea-community_2017.3/intellij-idea-community.desktop