Merge branch 'flevour/intellij-idea-community-version-2016-2.4'

This commit is contained in:
Marcel Kapfer (mmk2410) 2016-10-19 17:04:40 +02:00
commit fa5b53841d
45 changed files with 525 additions and 207 deletions

View File

@ -1,7 +1,7 @@
# intellij-idea-community
.deb Packages of IntelliJ IDEA Community Edition for Ubuntu
The latest upstream version is 15.0.2 which is included in the package version 15.0.2.
The latest upstream version is 2016.2.4 which is included in the package version 2016.2.4.
## Adding the ppa to Ubuntu
@ -16,72 +16,77 @@ sudo apt-get install intellij-idea-community
To update the version follow the following steps (the old version is here 15.0.1 and the new one 15.0.2):
1. Fork the repo
2. Create your own feature branch
2. Create your own feature branch
```
git checkout -b version_15.0.2
```
3. Rename the following
```
mv intellij-idea-community_15.0.1 intellij-idea-community_15.0.2
mv intellij-idea-community_15.0.1.orig.tar.gz intellij-idea-community_15.0.2.orig.tar.gz
mv intellij-idea-community_15.0.1.orig.tar.gz intellij-idea-community_15.0.2.orig.tar.gz
```
4. Edit the README.md and update the version numbers
5. Go into the build files directory
```
cd intellij-idea-community_15.0.2/debian
```
6. Edit the changelog file and prepend a new changelog entry. You can just copy an old one and update the values in it
7. Edit the preinst file and update the download url. Normally this is done by updating the version number
8. Go one directory back
```
cd ..
```
9. Run the following command to build the package for testing purposes
```
debuild -us -uc
```
10. Go another directory back
```
cd ..
```
11. Remove the old files
```
rm intellij-idea-community_15.0.1-1*
```
12. Install the package to test it
```
sudo dpkg -i intellij-idea-community_15.0.2-1_all.deb
sudo dpkg -i intellij-idea-community_15.0.2-1_all.deb
```
13. If everything works commit your changes
```
git add -A
git commit -m "Version 15.0.2"
```
14. Push to the branch
```
git push origin version_15.0.2
```
15. Create new pull request
## Setting up the build environment
Run `sudo apt install build-dep debhelper`.

View File

@ -1,40 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 3.0 (quilt)
Source: intellij-idea-community
Binary: intellij-idea-community
Architecture: all
Version: 2016.1.1-1
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7.0.50~)
Package-List:
intellij-idea-community deb devel optional arch=all
Checksums-Sha1:
b7143983d93119247d8f6b8b3732e8dfe6cdfb1e 5634 intellij-idea-community_2016.1.1.orig.tar.gz
d2a7fc267798da8883679f030a197d9c9cad0d51 5544 intellij-idea-community_2016.1.1-1.debian.tar.xz
Checksums-Sha256:
783812487dc41c6da1ef5a9ef3f8b12eedaa4e77ddcc6a60446e6cd1343b5815 5634 intellij-idea-community_2016.1.1.orig.tar.gz
6deb1649f207b4fe528752f9508bbc52e666bcd5cca4203a1ebaf60a176f150f 5544 intellij-idea-community_2016.1.1-1.debian.tar.xz
Files:
78fdbf05cfd274f26288299952610e6b 5634 intellij-idea-community_2016.1.1.orig.tar.gz
d9e09fb72f8a77cff362a21a0d800cd7 5544 intellij-idea-community_2016.1.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJXAWG8AAoJECuF2UqwCcGYI5MQAJBQL2Ddy1WGsqHQ7IByHXYN
2fo69iH1jkVJYooLITDlvD9SZMjE7QJJqtxmTlOVT9v/edwl6tZwf3igo5wfea0R
EZXiuuTO9Q2Kgne1nscJQlz+k71d839y81IylrgufGJlGUHqdVmJ7n8HZwnuhbuG
d2THqhYh3S33bCgpp4RERKZbcNR6JjOF38Qdnp3UP0Yv+dqtrJyS4SNA0pO0hgVP
BrgsAKH6/j2o26cidmDoo1cOtZEbubzBgCJUS/Hbcc9+T/bqgZwVgOAd3EIFHi5k
pt60b7YJ9b8+aP5UTNO+XjPPNCsKu2bgnUxYe+/eo3DyrZgq9XvfxaNdAW89oTBm
UbLqYfZGU22PVvoJ3PcX1O/LgroKI392rBGXWHgDuaI9BvmqWk+Nt3FCbkNb3F7+
VrHSutctEEQEIM9ys6bKHVT0BR2rruBQNav4yhxEEKXg3b8DNF13km/5ULrRk8Th
Q1/axfCkWT6FVJLptW0ROeVQuNUBcC7aoCl2T5/uBtmUxtgx6z6am0tJABIBvj8+
QdJ7YBIn8+vlw/mX1I2AJwhT+6syLL8DfoMnF2CKb19ye6lyugX3voNfV/L1Izcj
NnGYRWgB8xaVoW9xs1OUHpP3Cod/YMnAYBVGntZf83xF82OmGNbb+F+S2VIidVTX
yUMrL6yOwsWjlYm/4gWS
=C/b5
-----END PGP SIGNATURE-----

View File

@ -1,31 +0,0 @@
Format: 1.8
Date: Sun, 03 Apr 2016 20:31:50 +0200
Source: intellij-idea-community
Binary: intellij-idea-community
Architecture: source all
Version: 2016.1.1-1
Distribution: wily
Urgency: low
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
Changed-By: Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
Description:
intellij-idea-community - IntelliJ IDEA Community
Changes:
intellij-idea-community (2016.1.1-1) wily; urgency=low
.
* Upstream Version 2016.1.1
Checksums-Sha1:
c071eb862eaefd9e0fb1d1094b341dd06eda86e5 957 intellij-idea-community_2016.1.1-1.dsc
b7143983d93119247d8f6b8b3732e8dfe6cdfb1e 5634 intellij-idea-community_2016.1.1.orig.tar.gz
6ff330db22addd9a513c2bf2083357c2c47353db 5540 intellij-idea-community_2016.1.1-1.debian.tar.xz
4266e5153e6c54205c55a91d597349cf1af002d1 11636 intellij-idea-community_2016.1.1-1_all.deb
Checksums-Sha256:
0b4ae7fa8f78a8422e4a7230700510a28d6f4b147d772ecac7f636cbb9267f99 957 intellij-idea-community_2016.1.1-1.dsc
783812487dc41c6da1ef5a9ef3f8b12eedaa4e77ddcc6a60446e6cd1343b5815 5634 intellij-idea-community_2016.1.1.orig.tar.gz
5b7da0b92acb16441ff8da1b365d88ac1d8423432a3f1c3e54bcdde6a29fa75d 5540 intellij-idea-community_2016.1.1-1.debian.tar.xz
008988f78812851b1380b188b4627b120fbe4acce31488cfd094108aa925ad18 11636 intellij-idea-community_2016.1.1-1_all.deb
Files:
b077e637586f4f6c725631ecac794707 957 devel optional intellij-idea-community_2016.1.1-1.dsc
78fdbf05cfd274f26288299952610e6b 5634 devel optional intellij-idea-community_2016.1.1.orig.tar.gz
c7dab28fbf4eeb9c64db7303cbbe3589 5540 devel optional intellij-idea-community_2016.1.1-1.debian.tar.xz
5abbb1dab5efd0b171d36df9565e9ca1 11636 devel optional intellij-idea-community_2016.1.1-1_all.deb

View File

@ -1,27 +0,0 @@
dpkg-buildpackage -rfakeroot -d -us -uc -S
dpkg-buildpackage: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
dpkg-buildpackage: source package intellij-idea-community
dpkg-buildpackage: source version 2016.1.1-1
dpkg-buildpackage: source distribution wily
dpkg-buildpackage: source changed by Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
dpkg-source --before-build intellij-idea-community_2016.1.1
dpkg-source: warning: intellij-idea-community_2016.1.1/debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
fakeroot debian/rules clean
dh clean
dh_testdir
dh_auto_clean
dh_clean
dpkg-source -b intellij-idea-community_2016.1.1
dpkg-source: warning: intellij-idea-community_2016.1.1/debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building intellij-idea-community using existing ./intellij-idea-community_2016.1.1.orig.tar.gz
dpkg-source: warning: intellij-idea-community_2016.1.1/debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
dpkg-source: info: local changes detected, the modified files are:
intellij-idea-community_2016.1.1/intellij-idea-community.desktop
dpkg-source: error: aborting due to unexpected upstream changes, see /tmp/intellij-idea-community_2016.1.1-1.diff.knyc5K
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b intellij-idea-community_2016.1.1 gave error exit status 2

View File

@ -1,49 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 03 Apr 2016 20:31:50 +0200
Source: intellij-idea-community
Binary: intellij-idea-community
Architecture: source
Version: 2016.1.1-1
Distribution: wily
Urgency: low
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
Changed-By: Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
Description:
intellij-idea-community - IntelliJ IDEA Community
Changes:
intellij-idea-community (2016.1.1-1) wily; urgency=low
.
* Upstream Version 2016.1.1
Checksums-Sha1:
bc1fc9082a229b3cd7b814b7709b37858a23c2ae 1824 intellij-idea-community_2016.1.1-1.dsc
b7143983d93119247d8f6b8b3732e8dfe6cdfb1e 5634 intellij-idea-community_2016.1.1.orig.tar.gz
d2a7fc267798da8883679f030a197d9c9cad0d51 5544 intellij-idea-community_2016.1.1-1.debian.tar.xz
Checksums-Sha256:
6cdf867bc554b67c523cbb58afe3e1d338b40383611b7ea8bb3d0f0c756491b5 1824 intellij-idea-community_2016.1.1-1.dsc
783812487dc41c6da1ef5a9ef3f8b12eedaa4e77ddcc6a60446e6cd1343b5815 5634 intellij-idea-community_2016.1.1.orig.tar.gz
6deb1649f207b4fe528752f9508bbc52e666bcd5cca4203a1ebaf60a176f150f 5544 intellij-idea-community_2016.1.1-1.debian.tar.xz
Files:
debcd66bd2dfe761b9c6d31be0c5162e 1824 devel optional intellij-idea-community_2016.1.1-1.dsc
78fdbf05cfd274f26288299952610e6b 5634 devel optional intellij-idea-community_2016.1.1.orig.tar.gz
d9e09fb72f8a77cff362a21a0d800cd7 5544 devel optional intellij-idea-community_2016.1.1-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJXAWHHAAoJECuF2UqwCcGYVoUP/0OIKA/0JUf/rojn80CLojew
J8YA2BehHiGX308Zvg2bQpIycBRC4G4ZnkeEOtCcKtL+L1UNDmpGqy5GkMFrMeIG
PaPYuAQhuezImQe9JKzauwKVkTsqSsUFywh05lFe0GNJE8X72mN08aa+iyPEq0aL
A8C8LqG8iPqGhXcpqFTBLMnMBqYqHngrBpvHPUt7dMXkzQ10wMDDXnRn8qYLYWFu
Z7/X+YMvT77v8CEqsT4a07aMEWD/0qghOApi43mALMmEVRB0KRtW7SbK0J+LGrfI
K5qwoeY8Hh98U+bE/9t3wxy+EKTPOFa/imh0a5iClMI+Uv5uCMHABtQl4kCoXC8S
CetI9TDdKBSOAtjfOYh/vkfxUoVjuMsY8pZ15leIBU/plh6AbToUrDaQte3zykiR
QrHF+dDmUhkkSB92GopSgOcMvURarYkrEe0GvF0ROfxTWj7veEtNTKa0WwTYyMC4
a427F4hPi1PsF8SlZZe1zGP9B1/GbdZkPbPT18iN0qckocmFeTkk0m8vHUSJBWHt
RUCBvwOHTQ2272xLBmiMG+gY0rR004YROBqky2zhulpLqyJ2UytG+HKMNXIrhiGZ
Hwu9Cv7cSA7hMy/d3jUvoPqm/J4OEWHa1Ci+fK8QvKVIRgqP7Je7QAfkTFW6NCb+
pBgcjT7TCCKeJM0ReBC1
=qvea
-----END PGP SIGNATURE-----

View File

@ -1,4 +0,0 @@
Successfully uploaded intellij-idea-community_2016.1.1-1.dsc to ppa.launchpad.net for ppa.
Successfully uploaded intellij-idea-community_2016.1.1.orig.tar.gz to ppa.launchpad.net for ppa.
Successfully uploaded intellij-idea-community_2016.1.1-1.debian.tar.xz to ppa.launchpad.net for ppa.
Successfully uploaded intellij-idea-community_2016.1.1-1_source.changes to ppa.launchpad.net for ppa.

Binary file not shown.

View File

@ -0,0 +1,19 @@
Format: 3.0 (quilt)
Source: intellij-idea-community
Binary: intellij-idea-community
Architecture: all
Version: 2016.2.4-1
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7.0.50~)
Package-List:
intellij-idea-community deb devel optional arch=all
Checksums-Sha1:
24860fcf28517431be055b7b8f20b0dea8b08f84 5637 intellij-idea-community_2016.2.4.orig.tar.gz
2aa0ab52b5b6408a6fdf919055d9bdac0f1a4cf7 5672 intellij-idea-community_2016.2.4-1.debian.tar.xz
Checksums-Sha256:
41958f809fdb7ce6640143c04c88233d51ab86e66be5c0a9e30e846af332550b 5637 intellij-idea-community_2016.2.4.orig.tar.gz
1deec3a6da450b1d50d8105ca22ab01e0867cc3b66123ac686cc5a1d22d5c462 5672 intellij-idea-community_2016.2.4-1.debian.tar.xz
Files:
e105950dd78a2260639bd06b848e4f3d 5637 intellij-idea-community_2016.2.4.orig.tar.gz
1a367809594eb72b8672e83eb4171f73 5672 intellij-idea-community_2016.2.4-1.debian.tar.xz

Binary file not shown.

View File

@ -1,36 +1,43 @@
dpkg-buildpackage -rfakeroot -D -us -uc
dpkg-buildpackage: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dpkg-buildpackage: source package intellij-idea-community
dpkg-buildpackage: source version 2016.1.1-1
dpkg-buildpackage: source distribution wily
dpkg-buildpackage: source changed by Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
dpkg-source --before-build intellij-idea-community_2016.1.1
dpkg-buildpackage: source version 2016.2.4-1
dpkg-buildpackage: source distribution yakkety
dpkg-buildpackage: source changed by Francesco Levorato (flevour) <git@flevour.net>
dpkg-source --before-build intellij-idea-community_2016.2.4
dpkg-buildpackage: host architecture amd64
dpkg-source: warning: intellij-idea-community_2016.1.1/debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
dpkg-source: warning: intellij-idea-community_2016.2.4/debian/changelog(l5): badly formatted trailer line
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
fakeroot debian/rules clean
dh clean
dh: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dh_testdir
dh_auto_clean
dh_clean
dpkg-source -b intellij-idea-community_2016.1.1
dpkg-source: warning: intellij-idea-community_2016.1.1/debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
dpkg-source -b intellij-idea-community_2016.2.4
dpkg-source: warning: intellij-idea-community_2016.2.4/debian/changelog(l5): badly formatted trailer line
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dpkg-source: info: using source format '3.0 (quilt)'
dpkg-source: info: building intellij-idea-community using existing ./intellij-idea-community_2016.1.1.orig.tar.gz
dpkg-source: warning: intellij-idea-community_2016.1.1/debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
dpkg-source: info: building intellij-idea-community in intellij-idea-community_2016.1.1-1.debian.tar.xz
dpkg-source: info: building intellij-idea-community in intellij-idea-community_2016.1.1-1.dsc
dpkg-source: info: building intellij-idea-community using existing ./intellij-idea-community_2016.2.4.orig.tar.gz
dpkg-source: warning: intellij-idea-community_2016.2.4/debian/changelog(l5): badly formatted trailer line
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dpkg-source: info: building intellij-idea-community in intellij-idea-community_2016.2.4-1.debian.tar.xz
dpkg-source: info: building intellij-idea-community in intellij-idea-community_2016.2.4-1.dsc
debian/rules build
dh build
dh: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dh_testdir
dh_update_autotools_config
dh_auto_configure
dh_auto_build
dh_auto_test
fakeroot debian/rules binary
dh binary
dh: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dh_testroot
dh_prep
dh_auto_install
@ -38,45 +45,55 @@ dh binary
dh_installdocs
dh_installchangelogs
dpkg-parsechangelog: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dh_icons
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dpkg-gencontrol: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dh_md5sums
dh_builddeb
dpkg-deb: building package 'intellij-idea-community' in '../intellij-idea-community_2016.1.1-1_all.deb'.
dpkg-genchanges >../intellij-idea-community_2016.1.1-1_amd64.changes
dpkg-deb: building package 'intellij-idea-community' in '../intellij-idea-community_2016.2.4-1_all.deb'.
dpkg-genchanges >../intellij-idea-community_2016.2.4-1_amd64.changes
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dpkg-genchanges: warning: debian/changelog(l11): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Mon, 21 Mar 2016 17:44:50 +0200
LINE: -- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sat, 03 Sep 2016 23:45:30 +0200
dpkg-genchanges: including full source code in upload
dpkg-source --after-build intellij-idea-community_2016.1.1
dpkg-source: warning: intellij-idea-community_2016.1.1/debian/changelog(l5): badly formatted trailer line
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 03 Apr 2016 20:31:50 +0200
dpkg-source --after-build intellij-idea-community_2016.2.4
dpkg-source: warning: intellij-idea-community_2016.2.4/debian/changelog(l5): badly formatted trailer line
LINE: -- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
dpkg-buildpackage: full upload (original source is included)
Now running lintian...
E: intellij-idea-community changes: bad-distribution-in-changes-file yakkety
W: intellij-idea-community source: maintainer-script-lacks-debhelper-token debian/postinst
W: intellij-idea-community source: maintainer-script-lacks-debhelper-token debian/postrm
W: intellij-idea-community source: maintainer-script-lacks-debhelper-token debian/preinst
W: intellij-idea-community source: package-needs-versioned-debhelper-build-depends 9
W: intellij-idea-community source: syntax-error-in-dep5-copyright line 18: Continuation line outside a paragraph (maybe line 17 should be " .").
W: intellij-idea-community source: out-of-date-standards-version 3.9.6 (current is 3.9.7)
W: intellij-idea-community: syntax-error-in-debian-changelog line 5 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 11 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 17 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 23 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 29 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 36 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 42 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 48 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 35 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 41 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 47 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 53 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 59 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 65 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 71 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 78 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 84 "badly formatted trailer line"
W: intellij-idea-community: syntax-error-in-debian-changelog line 90 "badly formatted trailer line"
E: intellij-idea-community: copyright-file-contains-full-apache-2-license
E: intellij-idea-community: description-is-pkg-name IntelliJ IDEA Community
W: intellij-idea-community: script-with-language-extension usr/bin/intellij-idea-community.sh

View File

@ -0,0 +1,31 @@
Format: 1.8
Date: Thu, 06 Oct 2016 10:34:00 +0200
Source: intellij-idea-community
Binary: intellij-idea-community
Architecture: source all
Version: 2016.2.4-1
Distribution: yakkety
Urgency: low
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
Changed-By: Francesco Levorato (flevour) <git@flevour.net>
Description:
intellij-idea-community - IntelliJ IDEA Community
Changes:
intellij-idea-community (2016.2.4-1) yakkety; urgency=low
.
* Upstream Version 2016.2.4
Checksums-Sha1:
7f8ad7ae8e3b3b5526ae525f7fb2d342bbe59747 957 intellij-idea-community_2016.2.4-1.dsc
24860fcf28517431be055b7b8f20b0dea8b08f84 5637 intellij-idea-community_2016.2.4.orig.tar.gz
2aa0ab52b5b6408a6fdf919055d9bdac0f1a4cf7 5672 intellij-idea-community_2016.2.4-1.debian.tar.xz
c1ecce03cae531bb1abe684861cba7dc98cd2e94 11798 intellij-idea-community_2016.2.4-1_all.deb
Checksums-Sha256:
14e1d0fec5740f8960e77ef3a7b32b9d40a063c266f40043914a58d09684b4dd 957 intellij-idea-community_2016.2.4-1.dsc
41958f809fdb7ce6640143c04c88233d51ab86e66be5c0a9e30e846af332550b 5637 intellij-idea-community_2016.2.4.orig.tar.gz
1deec3a6da450b1d50d8105ca22ab01e0867cc3b66123ac686cc5a1d22d5c462 5672 intellij-idea-community_2016.2.4-1.debian.tar.xz
ab724c802f04d0c2913d5e6ccf032bca1098a71deb299187081721d18f60cf9f 11798 intellij-idea-community_2016.2.4-1_all.deb
Files:
842f0bb0351291a446ea625d3b4c5937 957 devel optional intellij-idea-community_2016.2.4-1.dsc
e105950dd78a2260639bd06b848e4f3d 5637 devel optional intellij-idea-community_2016.2.4.orig.tar.gz
1a367809594eb72b8672e83eb4171f73 5672 devel optional intellij-idea-community_2016.2.4-1.debian.tar.xz
3d6dc129e634c7044485016ea29807e9 11798 devel optional intellij-idea-community_2016.2.4-1_all.deb

View File

@ -1,3 +1,45 @@
intellij-idea-community (2016.2.4-1) yakkety; urgency=low
* Upstream Version 2016.2.4
-- Francesco Levorato (flevour) <git@flevour.net> Thu, 06 Oct 2016 10:34:00 +0200
intellij-idea-community (2016.2.3-1) yakkety; urgency=low
* Upstream Version 2016.2.3
-- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sat, 03 Sep 2016 23:45:30 +0200
intellij-idea-community (2016.2.2-1) yakkety; urgency=low
* Upstream Version 2016.2.2
-- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Fri, 19 Aug 2016 20:56:30 +0200
intellij-idea-community (2016.2.1-1) yakkety; urgency=low
* Upstream Version 2016.2.1
-- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Mon, 08 Aug 2016 21:21:30 +0200
intellij-idea-community (2016.2.0-1) yakkety; urgency=low
* Upstream Version 2016.2.0
-- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Wed, 13 Jul 2016 19:38:30 +0200
intellij-idea-community (2016.1.3-1) xenial; urgency=low
* Upstream Version 2016.1.3
-- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Tue, 07 Jun 2016 08:49:30 +0200
intellij-idea-community (2016.1.2-1) xenial; urgency=high
* Upstream Version 2016.1.2
-- Marcel Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Wed, 11 May 2016 17:12:30 +0200
intellij-idea-community (2016.1.1-1) wily; urgency=low
* Upstream Version 2016.1.1

View File

@ -0,0 +1,2 @@
intellij-idea-community
intellij-idea-community

View File

@ -0,0 +1 @@
intellij-idea-community_2016.2.4-1_all.deb devel optional

View File

@ -0,0 +1,20 @@
dh_update_autotools_config
dh_auto_configure
dh_auto_build
dh_auto_test
dh_prep
dh_auto_install
dh_install
dh_installdocs
dh_installchangelogs
dh_icons
dh_perl
dh_link
dh_strip_nondeterminism
dh_compress
dh_fixperms
dh_installdeb
dh_gencontrol
dh_md5sums
dh_builddeb
dh_builddeb

View File

@ -0,0 +1,5 @@
# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/intellij-idea-ce.png
fi
# End automatically added section

View File

@ -0,0 +1,5 @@
# Automatically added by dh_icons
if which update-icon-caches >/dev/null 2>&1 ; then
update-icon-caches /usr/share/icons/intellij-idea-ce.png
fi
# End automatically added section

View File

@ -0,0 +1,2 @@
misc:Depends=
misc:Pre-Depends=

View File

@ -0,0 +1,10 @@
Package: intellij-idea-community
Version: 2016.2.4-1
Architecture: all
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
Installed-Size: 34
Depends: lib32ncurses5, default-jdk | oracle-java7-installer | oracle-java8-installer, libc6-i386, lib32stdc++6, lib32gcc1, lib32z1, lib32z1-dev, unzip
Section: devel
Priority: optional
Description: IntelliJ IDEA Community
A intelligent Java IDE by JetBrains

View File

@ -0,0 +1,5 @@
c78f0f0311ecf3b09bb50023b7fc16fb usr/bin/intellij-idea-community.sh
671ea3497696d1493f29aac5e256aabd usr/share/applications/intellij-idea-community.desktop
be9d3fa3176e98316bd172b2f3378ab6 usr/share/doc/intellij-idea-community/changelog.Debian.gz
934ebf301264b63904e39fddc9b63ef6 usr/share/doc/intellij-idea-community/copyright
1710e9ac5bf00821c195a70246d07d06 usr/share/icons/intellij-idea-ce.png

View File

@ -2,4 +2,4 @@
cd /opt/
## Download IntelliJ IDEA Community from the jetbrain servers
wget http://download-cf.jetbrains.com/idea/ideaIC-2016.1.1.tar.gz
wget http://download-cf.jetbrains.com/idea/ideaIC-2016.2.4.tar.gz

View File

@ -0,0 +1,233 @@
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: intellij-idea-community
Source: https://github.com/mmk2410/intellij-idea-community
Files: *
Copyright: JetBrains s.r.o.
License: Apache 2
Files: debian/*
Copyright: 2015 Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
License: GPL-3+
License: Apache
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
License: GPL-2+
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
.
You should have received a copy of the GNU General Public License
along with this package; if not, write to the Free Software Foundation,
Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
.
On Debian systems, the full text of the GNU General Public
License version 2 can be found in the file
`/usr/share/common-licenses/GPL-3'.

View File

@ -0,0 +1,14 @@
#!/bin/bash
cd /opt/
## Extract the package
sudo tar xf /opt/ideaIC-*
## Rename the directory
sudo mv /opt/idea-IC-* /opt/intellij-idea-community
## Remove the tar.gz package
sudo rm /opt/ideaIC-*
## Make /usr/bin usable
sudo mv /usr/bin/intellij-idea-community.sh /usr/bin/intellij-idea-community

View File

@ -0,0 +1,4 @@
#!/bin/bash
## Remove the program folder
sudo rm -rf /opt/intellij-idea-community

View File

@ -0,0 +1,5 @@
#!/bin/bash
cd /opt/
## Download IntelliJ IDEA Community from the jetbrain servers
wget http://download-cf.jetbrains.com/idea/ideaIC-2016.2.4.tar.gz

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@ -0,0 +1,9 @@
[Desktop Entry]
Name=IntelliJ IDEA Community Edition
Comment=Intelligent Java IDE
Exec=intellij-idea-community %u
Icon=intellij-idea-ce
Terminal=false
Type=Application
Categories=Development;IDE;Java;
StartupWMClass=jetbrains-idea

View File

@ -0,0 +1,3 @@
#!/bin/sh
export IDEA_JDK=$JAVA_HOME
exec /opt/intellij-idea-community/bin/idea.sh "$@"

37
update-new-version.sh Executable file
View File

@ -0,0 +1,37 @@
#!/bin/bash
function main {
local old=$1
local new=$2
local now=`date -R`
local author=`git config --get user.name`
local email=`git config --get user.email`
local username=`git config --get remote.origin.url | sed 's,.*:\(.*\)/.*,\1,'`
local tempfile=`tempfile`
git checkout -b version-$new
mv intellij-idea-community_{$old,$new}
mv intellij-idea-community_{$old,$new}.orig.tar.gz
echo "intellij-idea-community ($new-1) yakkety; urgency=low
* Upstream Version $new
-- $author ($username) <$email> $now
" >> $tempfile
cat intellij-idea-community_$new/debian/changelog >> $tempfile
mv $tempfile intellij-idea-community_$new/debian/changelog
sed -i "s/$old/$new/g" intellij-idea-community_$new/debian/preinst
(cd intellij-idea-community_$new/ && debuild -us -uc )
rm intellij-idea-community_${old}*
sudo dpkg -i intellij-idea-community_$new-1_all.deb
}
main $1 $2