Upstream version 15.0.2
This commit is contained in:
parent
e95e7299bb
commit
cfce4fc69c
46 changed files with 269 additions and 444 deletions
82
README.md
82
README.md
|
@ -1,13 +1,87 @@
|
||||||
# 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 15.0.1 which is included in the package version 15.0.1
|
The latest upstream version is 15.0.2 which is included in the package version 15.0.2.
|
||||||
|
|
||||||
## Adding the ppa to Ubuntu
|
## Adding the ppa to Ubuntu
|
||||||
|
|
||||||
`sudo apt-add-repository ppa:mmk2410/intellij-idea-community`
|
```
|
||||||
|
sudo apt-add-repository ppa:mmk2410/intellij-idea-community
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install intellij-idea-community
|
||||||
|
```
|
||||||
|
|
||||||
`sudo apt-get update`
|
## Updating the package
|
||||||
|
|
||||||
`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
|
||||||
|
|
||||||
|
```
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|
||||||
|
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
|
||||||
|
|
Binary file not shown.
|
@ -1,19 +0,0 @@
|
||||||
Format: 3.0 (quilt)
|
|
||||||
Source: intellij-idea-community
|
|
||||||
Binary: intellij-idea-community
|
|
||||||
Architecture: all
|
|
||||||
Version: 15.0.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:
|
|
||||||
5df803503967ef5b7883c65ca67552f36a496627 8339 intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
9be48c045a34994aff17810b3bfa3715a6c99352 5456 intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
||||||
Checksums-Sha256:
|
|
||||||
980130c994acca8f4067a831ffaba143ce5262ec683b8db3a758581c3971f371 8339 intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
d5501a53b2511ac6caded462d1a8fefc933376e82cd1892a40c3cb9584859f94 5456 intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
||||||
Files:
|
|
||||||
d7360267094a10d169602c0c521e14ff 8339 intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
50d990f7d09e0a4eebea14fff3f876a2 5456 intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
Binary file not shown.
|
@ -1,31 +0,0 @@
|
||||||
Format: 1.8
|
|
||||||
Date: Tue, 08 Dec 2015 11:42:22 +0100
|
|
||||||
Source: intellij-idea-community
|
|
||||||
Binary: intellij-idea-community
|
|
||||||
Architecture: source all
|
|
||||||
Version: 15.0.1-1
|
|
||||||
Distribution: wily
|
|
||||||
Urgency: low
|
|
||||||
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
|
|
||||||
Changed-By: Bart de Koning <bratdaking@gmail.com>
|
|
||||||
Description:
|
|
||||||
intellij-idea-community - IntelliJ IDEA Community
|
|
||||||
Changes:
|
|
||||||
intellij-idea-community (15.0.1-1) wily; urgency=low
|
|
||||||
.
|
|
||||||
* Upstream Version 15.0.1
|
|
||||||
Checksums-Sha1:
|
|
||||||
f6b2e3705e7a073c4c11096d3022e0e6ae5cc43e 943 intellij-idea-community_15.0.1-1.dsc
|
|
||||||
5df803503967ef5b7883c65ca67552f36a496627 8339 intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
9be48c045a34994aff17810b3bfa3715a6c99352 5456 intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
||||||
54c43eda908bc86dbc25035326234627fe43b42a 14246 intellij-idea-community_15.0.1-1_all.deb
|
|
||||||
Checksums-Sha256:
|
|
||||||
dd108b12faba142c61fdfcd52a9daa0dc9e261b3dabb4746860108e25a041b75 943 intellij-idea-community_15.0.1-1.dsc
|
|
||||||
980130c994acca8f4067a831ffaba143ce5262ec683b8db3a758581c3971f371 8339 intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
d5501a53b2511ac6caded462d1a8fefc933376e82cd1892a40c3cb9584859f94 5456 intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
||||||
ef54855ed52b479d96275e65d0925a1392f70c3da44af51c90bb8038662c894a 14246 intellij-idea-community_15.0.1-1_all.deb
|
|
||||||
Files:
|
|
||||||
922121127a6b920dd4412bc7c6ffec52 943 devel optional intellij-idea-community_15.0.1-1.dsc
|
|
||||||
d7360267094a10d169602c0c521e14ff 8339 devel optional intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
50d990f7d09e0a4eebea14fff3f876a2 5456 devel optional intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
||||||
9b5d69a4ae5e435760a82e48b83a00c5 14246 devel optional intellij-idea-community_15.0.1-1_all.deb
|
|
|
@ -1,28 +0,0 @@
|
||||||
Format: 1.8
|
|
||||||
Date: Tue, 08 Dec 2015 11:42:22 +0100
|
|
||||||
Source: intellij-idea-community
|
|
||||||
Binary: intellij-idea-community
|
|
||||||
Architecture: source
|
|
||||||
Version: 15.0.1-1
|
|
||||||
Distribution: wily
|
|
||||||
Urgency: low
|
|
||||||
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
|
|
||||||
Changed-By: Bart de Koning <bratdaking@gmail.com>
|
|
||||||
Description:
|
|
||||||
intellij-idea-community - IntelliJ IDEA Community
|
|
||||||
Changes:
|
|
||||||
intellij-idea-community (15.0.1-1) wily; urgency=low
|
|
||||||
.
|
|
||||||
* Upstream Version 15.0.1
|
|
||||||
Checksums-Sha1:
|
|
||||||
f6b2e3705e7a073c4c11096d3022e0e6ae5cc43e 943 intellij-idea-community_15.0.1-1.dsc
|
|
||||||
5df803503967ef5b7883c65ca67552f36a496627 8339 intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
9be48c045a34994aff17810b3bfa3715a6c99352 5456 intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
||||||
Checksums-Sha256:
|
|
||||||
dd108b12faba142c61fdfcd52a9daa0dc9e261b3dabb4746860108e25a041b75 943 intellij-idea-community_15.0.1-1.dsc
|
|
||||||
980130c994acca8f4067a831ffaba143ce5262ec683b8db3a758581c3971f371 8339 intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
d5501a53b2511ac6caded462d1a8fefc933376e82cd1892a40c3cb9584859f94 5456 intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
||||||
Files:
|
|
||||||
922121127a6b920dd4412bc7c6ffec52 943 devel optional intellij-idea-community_15.0.1-1.dsc
|
|
||||||
d7360267094a10d169602c0c521e14ff 8339 devel optional intellij-idea-community_15.0.1.orig.tar.gz
|
|
||||||
50d990f7d09e0a4eebea14fff3f876a2 5456 devel optional intellij-idea-community_15.0.1-1.debian.tar.xz
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
intellij-idea-community_15.0.1-1_all.deb devel optional
|
|
|
@ -1,18 +0,0 @@
|
||||||
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_compress
|
|
||||||
dh_fixperms
|
|
||||||
dh_installdeb
|
|
||||||
dh_gencontrol
|
|
||||||
dh_md5sums
|
|
||||||
dh_builddeb
|
|
||||||
dh_builddeb
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Automatically added by dh_icons
|
|
||||||
if which update-icon-caches >/dev/null 2>&1 ; then
|
|
||||||
update-icon-caches /usr/share/icons/pixmaps
|
|
||||||
fi
|
|
||||||
# End automatically added section
|
|
|
@ -1,5 +0,0 @@
|
||||||
# Automatically added by dh_icons
|
|
||||||
if which update-icon-caches >/dev/null 2>&1 ; then
|
|
||||||
update-icon-caches /usr/share/icons/pixmaps
|
|
||||||
fi
|
|
||||||
# End automatically added section
|
|
|
@ -1,2 +0,0 @@
|
||||||
misc:Depends=
|
|
||||||
misc:Pre-Depends=
|
|
|
@ -1,10 +0,0 @@
|
||||||
Package: intellij-idea-community
|
|
||||||
Version: 15.0.1-1
|
|
||||||
Architecture: all
|
|
||||||
Maintainer: Marcel Michael Kapfer <marcelmichaelkapfer@yahoo.co.nz>
|
|
||||||
Installed-Size: 37
|
|
||||||
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
|
|
|
@ -1,5 +0,0 @@
|
||||||
c78f0f0311ecf3b09bb50023b7fc16fb usr/bin/intellij-idea-community.sh
|
|
||||||
16813a764b20d758d42c04a13d3733d6 usr/share/applications/intellij-idea-community.desktop
|
|
||||||
e9c7eb3e1bbf4894681a2870f7d38cb7 usr/share/doc/intellij-idea-community/changelog.Debian.gz
|
|
||||||
934ebf301264b63904e39fddc9b63ef6 usr/share/doc/intellij-idea-community/copyright
|
|
||||||
3c3a50b36ce16a00ca4b9e33c36d67bc usr/share/icons/pixmaps/intellij-idea-community.png
|
|
Binary file not shown.
|
@ -1,233 +0,0 @@
|
||||||
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'.
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB |
|
@ -1,14 +0,0 @@
|
||||||
#!/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
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
## Remove the program folder
|
|
||||||
sudo rm -rf /opt/intellij-idea-community
|
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
cd /opt/
|
|
||||||
|
|
||||||
## Download IntelliJ IDEA Community from the jetbrain servers
|
|
||||||
wget http://download-cf.jetbrains.com/idea/ideaIC-15.0.1.tar.gz
|
|
|
@ -1,9 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=IntelliJ IDEA 15 Community Edition
|
|
||||||
Comment=Intelligent Java IDE
|
|
||||||
Exec=intellij-idea-community %u
|
|
||||||
Icon=intellij-idea-community
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
Categories=Development;IDE;Java;
|
|
||||||
StartupWMClass=jetbrains-idea
|
|
Binary file not shown.
Before Width: | Height: | Size: 7.7 KiB |
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
export IDEA_JDK=$JAVA_HOME
|
|
||||||
exec /opt/intellij-idea-community/bin/idea.sh "$@"
|
|
BIN
intellij-idea-community_15.0.2-1.debian.tar.xz
Normal file
BIN
intellij-idea-community_15.0.2-1.debian.tar.xz
Normal file
Binary file not shown.
40
intellij-idea-community_15.0.2-1.dsc
Normal file
40
intellij-idea-community_15.0.2-1.dsc
Normal file
|
@ -0,0 +1,40 @@
|
||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
Hash: SHA1
|
||||||
|
|
||||||
|
Format: 3.0 (quilt)
|
||||||
|
Source: intellij-idea-community
|
||||||
|
Binary: intellij-idea-community
|
||||||
|
Architecture: all
|
||||||
|
Version: 15.0.2-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_15.0.2.orig.tar.gz
|
||||||
|
8aecac4b1e050fb8c72668d09660c5382da9c4cc 5480 intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
Checksums-Sha256:
|
||||||
|
783812487dc41c6da1ef5a9ef3f8b12eedaa4e77ddcc6a60446e6cd1343b5815 5634 intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
007ef97525a10c48750bd7616c4f5fac00a2d5717610b2714ac26198c4114569 5480 intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
Files:
|
||||||
|
78fdbf05cfd274f26288299952610e6b 5634 intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
c1cce785bc683319bfb4645ce0c9f467 5480 intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQIcBAEBAgAGBQJWbW5zAAoJECuF2UqwCcGYftUP/3mEubMb147sXGUreXOi1YIA
|
||||||
|
8kMH7KhTf+m9P4GLr3FNhG5PAotG/Cg8TKhioYKVrbU7DCxAjBkF81Vi1p92eZzI
|
||||||
|
pLf2zwr6mxCbznAlZ0P1Ri5OqYS08no79+2DvhWHXoqIaF+3Ig98ca/nzgDlcA0o
|
||||||
|
jGY4/PRn9tQyt+h25Zf+Olmg+/gcqsK9e/0wSra3netQmkjxAsZK4vjSOXNLfnyg
|
||||||
|
kCdTgIpdwigh+uP1odumbU3TTisyfy32E987h8Ub/+uL7V7KpMqz646WWbho3reu
|
||||||
|
+E1VxrcIrCCJm4ZTFIEYdG7anEfB/sjxzkwhrsoIhzfpLVJ8jkL0Vc17dstubB/5
|
||||||
|
KdRnee2VCU6HwSzmIxlLvnJldm0mnHyV4cyoAD3OJi7QV1bZnypZeY6d/mKSbsJx
|
||||||
|
0qJ2qD6MreGeS3EN+2DDfBBVCEdyEX6T0wyWRZ2r05S97JLAYHkiVyUVDleaZtUJ
|
||||||
|
XOGUXOtADBPhplDDIl1HG7xrc3j8c+fQql9wP67JtIcRN8W5ZO3sadecR16IpIlb
|
||||||
|
X4/CErX9QgZYyEEiUWSeI6GGL2NYP3wapmrJvBKNzzC3cEjYaSCkDbkUboq+mON2
|
||||||
|
G3SMyacop4cMtoiZ86JhGv/pf9zji+1kThtbi5yrbP7aOB6qwebdnUmHW4VNoiOr
|
||||||
|
glP7WiuXtgV9hApG5h7Q
|
||||||
|
=ksf9
|
||||||
|
-----END PGP SIGNATURE-----
|
BIN
intellij-idea-community_15.0.2-1_all.deb
Normal file
BIN
intellij-idea-community_15.0.2-1_all.deb
Normal file
Binary file not shown.
|
@ -1,28 +1,28 @@
|
||||||
dpkg-buildpackage -rfakeroot -D -us -uc
|
dpkg-buildpackage -rfakeroot -D -us -uc
|
||||||
dpkg-buildpackage: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-buildpackage: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-buildpackage: source package intellij-idea-community
|
dpkg-buildpackage: source package intellij-idea-community
|
||||||
dpkg-buildpackage: source version 15.0.1-1
|
dpkg-buildpackage: source version 15.0.2-1
|
||||||
dpkg-buildpackage: source distribution wily
|
dpkg-buildpackage: source distribution wily
|
||||||
dpkg-buildpackage: source changed by Bart de Koning <bratdaking@gmail.com>
|
dpkg-buildpackage: source changed by Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
|
||||||
dpkg-source --before-build intellij-idea-community_15.0.1
|
dpkg-source --before-build intellij-idea-community_15.0.2
|
||||||
dpkg-buildpackage: host architecture amd64
|
dpkg-buildpackage: host architecture amd64
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
fakeroot debian/rules clean
|
fakeroot debian/rules clean
|
||||||
dh clean
|
dh clean
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
dh_clean
|
dh_clean
|
||||||
dpkg-source -b intellij-idea-community_15.0.1
|
dpkg-source -b intellij-idea-community_15.0.2
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-source: info: using source format '3.0 (quilt)'
|
dpkg-source: info: using source format '3.0 (quilt)'
|
||||||
dpkg-source: info: building intellij-idea-community using existing ./intellij-idea-community_15.0.1.orig.tar.gz
|
dpkg-source: info: building intellij-idea-community using existing ./intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.1-1.debian.tar.xz
|
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.1-1.dsc
|
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.2-1.dsc
|
||||||
debian/rules build
|
debian/rules build
|
||||||
dh build
|
dh build
|
||||||
dh_testdir
|
dh_testdir
|
||||||
|
@ -38,7 +38,7 @@ dh binary
|
||||||
dh_installdocs
|
dh_installdocs
|
||||||
dh_installchangelogs
|
dh_installchangelogs
|
||||||
dpkg-parsechangelog: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-parsechangelog: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dh_icons
|
dh_icons
|
||||||
dh_perl
|
dh_perl
|
||||||
dh_link
|
dh_link
|
||||||
|
@ -47,26 +47,32 @@ LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
||||||
dh_installdeb
|
dh_installdeb
|
||||||
dh_gencontrol
|
dh_gencontrol
|
||||||
dpkg-gencontrol: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-gencontrol: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dh_md5sums
|
dh_md5sums
|
||||||
dh_builddeb
|
dh_builddeb
|
||||||
dpkg-deb: pakket 'intellij-idea-community' in '../intellij-idea-community_15.0.1-1_all.deb' aan het bouwen.
|
dpkg-deb: building package 'intellij-idea-community' in '../intellij-idea-community_15.0.2-1_all.deb'.
|
||||||
dpkg-genchanges >../intellij-idea-community_15.0.1-1_amd64.changes
|
dpkg-genchanges >../intellij-idea-community_15.0.2-1_amd64.changes
|
||||||
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
|
dpkg-genchanges: warning: debian/changelog(l12): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
||||||
dpkg-genchanges: warning: debian/changelog(l11): badly formatted trailer line
|
|
||||||
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Fri, 06 Nov 2015 14:35:50 +0100
|
|
||||||
dpkg-genchanges: including full source code in upload
|
dpkg-genchanges: including full source code in upload
|
||||||
dpkg-source --after-build intellij-idea-community_15.0.1
|
dpkg-source --after-build intellij-idea-community_15.0.2
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-buildpackage: full upload (original source is included)
|
dpkg-buildpackage: full upload (original source is included)
|
||||||
Now running lintian...
|
Now running lintian...
|
||||||
|
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: syntax-error-in-debian-changelog line 5 "badly formatted trailer line"
|
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 12 "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 18 "badly formatted trailer line"
|
||||||
|
W: intellij-idea-community: syntax-error-in-debian-changelog line 24 "badly formatted trailer line"
|
||||||
E: intellij-idea-community: copyright-file-contains-full-apache-2-license
|
E: intellij-idea-community: copyright-file-contains-full-apache-2-license
|
||||||
E: intellij-idea-community: description-is-pkg-name IntelliJ IDEA Community
|
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
|
W: intellij-idea-community: script-with-language-extension usr/bin/intellij-idea-community.sh
|
31
intellij-idea-community_15.0.2-1_amd64.changes
Normal file
31
intellij-idea-community_15.0.2-1_amd64.changes
Normal file
|
@ -0,0 +1,31 @@
|
||||||
|
Format: 1.8
|
||||||
|
Date: Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
|
Source: intellij-idea-community
|
||||||
|
Binary: intellij-idea-community
|
||||||
|
Architecture: source all
|
||||||
|
Version: 15.0.2-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 (15.0.2-1) wily; urgency=low
|
||||||
|
.
|
||||||
|
* Upstream Version 15.0.2
|
||||||
|
Checksums-Sha1:
|
||||||
|
12a5f8999dc580a1abf61978a9002603b301614b 943 intellij-idea-community_15.0.2-1.dsc
|
||||||
|
b7143983d93119247d8f6b8b3732e8dfe6cdfb1e 5634 intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
2c10091c776020d9cc00c370c6a9163beae59482 5480 intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
d206da8e587e279d8507ca978ac7171a019852e7 11564 intellij-idea-community_15.0.2-1_all.deb
|
||||||
|
Checksums-Sha256:
|
||||||
|
67571d1c1141acc3a60612f1f70ea4cac18c73fa6a6f550622cfb8c75aca7c97 943 intellij-idea-community_15.0.2-1.dsc
|
||||||
|
783812487dc41c6da1ef5a9ef3f8b12eedaa4e77ddcc6a60446e6cd1343b5815 5634 intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
cd9108bd053c17d58c57b1621a2bd5e2e5368a95ae9f41bd7aa1a7d0e2b2b70a 5480 intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
5f02679f5059a83e7084828627473652552ba9ed8e0734b8cdfcb15c64f5adab 11564 intellij-idea-community_15.0.2-1_all.deb
|
||||||
|
Files:
|
||||||
|
61b3269750983576b306b75b3b1920c6 943 devel optional intellij-idea-community_15.0.2-1.dsc
|
||||||
|
78fdbf05cfd274f26288299952610e6b 5634 devel optional intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
d892960f49912d6e339fc26710e97362 5480 devel optional intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
61a2bdca89dff2cb4a44657851cac0b8 11564 devel optional intellij-idea-community_15.0.2-1_all.deb
|
|
@ -1,38 +1,38 @@
|
||||||
dpkg-buildpackage -rfakeroot -d -us -uc -S
|
dpkg-buildpackage -rfakeroot -d -us -uc -S
|
||||||
dpkg-buildpackage: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-buildpackage: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-buildpackage: source package intellij-idea-community
|
dpkg-buildpackage: source package intellij-idea-community
|
||||||
dpkg-buildpackage: source version 15.0.1-1
|
dpkg-buildpackage: source version 15.0.2-1
|
||||||
dpkg-buildpackage: source distribution wily
|
dpkg-buildpackage: source distribution wily
|
||||||
dpkg-buildpackage: source changed by Bart de Koning <bratdaking@gmail.com>
|
dpkg-buildpackage: source changed by Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz>
|
||||||
dpkg-source --before-build intellij-idea-community_15.0.1
|
dpkg-source --before-build intellij-idea-community_15.0.2
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
fakeroot debian/rules clean
|
fakeroot debian/rules clean
|
||||||
dh clean
|
dh clean
|
||||||
dh_testdir
|
dh_testdir
|
||||||
dh_auto_clean
|
dh_auto_clean
|
||||||
dh_clean
|
dh_clean
|
||||||
dpkg-source -b intellij-idea-community_15.0.1
|
dpkg-source -b intellij-idea-community_15.0.2
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-source: info: using source format '3.0 (quilt)'
|
dpkg-source: info: using source format '3.0 (quilt)'
|
||||||
dpkg-source: info: building intellij-idea-community using existing ./intellij-idea-community_15.0.1.orig.tar.gz
|
dpkg-source: info: building intellij-idea-community using existing ./intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.1-1.debian.tar.xz
|
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.1-1.dsc
|
dpkg-source: info: building intellij-idea-community in intellij-idea-community_15.0.2-1.dsc
|
||||||
dpkg-genchanges -S >../intellij-idea-community_15.0.1-1_source.changes
|
dpkg-genchanges -S >../intellij-idea-community_15.0.2-1_source.changes
|
||||||
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
dpkg-genchanges: warning: debian/changelog(l5): badly formatted trailer line
|
||||||
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
|
dpkg-genchanges: warning: debian/changelog(l12): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
||||||
dpkg-genchanges: warning: debian/changelog(l11): badly formatted trailer line
|
|
||||||
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Fri, 06 Nov 2015 14:35:50 +0100
|
|
||||||
dpkg-genchanges: including full source code in upload
|
dpkg-genchanges: including full source code in upload
|
||||||
dpkg-source --after-build intellij-idea-community_15.0.1
|
dpkg-source --after-build intellij-idea-community_15.0.2
|
||||||
dpkg-source: warning: intellij-idea-community_15.0.1/debian/changelog(l5): badly formatted trailer line
|
dpkg-source: warning: intellij-idea-community_15.0.2/debian/changelog(l5): badly formatted trailer line
|
||||||
LINE: -- Bart de Koning <bratdaking@gmail.com> Tue, 08 Dec 2015 11:42:22 +0100
|
LINE: -- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
dpkg-buildpackage: full upload (original source is included)
|
dpkg-buildpackage: full upload (original source is included)
|
||||||
Now running lintian...
|
Now running lintian...
|
||||||
W: intellij-idea-community source: maintainer-script-lacks-debhelper-token debian/postinst
|
W: intellij-idea-community source: maintainer-script-lacks-debhelper-token debian/postinst
|
||||||
|
@ -41,3 +41,9 @@ W: intellij-idea-community source: maintainer-script-lacks-debhelper-token debia
|
||||||
W: intellij-idea-community source: package-needs-versioned-debhelper-build-depends 9
|
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: syntax-error-in-dep5-copyright line 18: Continuation line outside a paragraph (maybe line 17 should be " .").
|
||||||
Finished running lintian.
|
Finished running lintian.
|
||||||
|
Now signing changes and any dsc files...
|
||||||
|
signfile intellij-idea-community_15.0.2-1.dsc B009C198
|
||||||
|
|
||||||
|
signfile intellij-idea-community_15.0.2-1_source.changes B009C198
|
||||||
|
|
||||||
|
Successfully signed dsc and changes files
|
49
intellij-idea-community_15.0.2-1_source.changes
Normal file
49
intellij-idea-community_15.0.2-1_source.changes
Normal file
|
@ -0,0 +1,49 @@
|
||||||
|
-----BEGIN PGP SIGNED MESSAGE-----
|
||||||
|
Hash: SHA1
|
||||||
|
|
||||||
|
Format: 1.8
|
||||||
|
Date: Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
|
Source: intellij-idea-community
|
||||||
|
Binary: intellij-idea-community
|
||||||
|
Architecture: source
|
||||||
|
Version: 15.0.2-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 (15.0.2-1) wily; urgency=low
|
||||||
|
.
|
||||||
|
* Upstream Version 15.0.2
|
||||||
|
Checksums-Sha1:
|
||||||
|
37e14f857cd7ee03745e6ccb42d19415a488dacd 1810 intellij-idea-community_15.0.2-1.dsc
|
||||||
|
b7143983d93119247d8f6b8b3732e8dfe6cdfb1e 5634 intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
8aecac4b1e050fb8c72668d09660c5382da9c4cc 5480 intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
Checksums-Sha256:
|
||||||
|
fed9aac9365c620c2b49baae6da6ee85653cbfc6d95f9b3b1730c68029e6e94b 1810 intellij-idea-community_15.0.2-1.dsc
|
||||||
|
783812487dc41c6da1ef5a9ef3f8b12eedaa4e77ddcc6a60446e6cd1343b5815 5634 intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
007ef97525a10c48750bd7616c4f5fac00a2d5717610b2714ac26198c4114569 5480 intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
Files:
|
||||||
|
e4fb7491f24e7f771c1c43e861ce76d8 1810 devel optional intellij-idea-community_15.0.2-1.dsc
|
||||||
|
78fdbf05cfd274f26288299952610e6b 5634 devel optional intellij-idea-community_15.0.2.orig.tar.gz
|
||||||
|
c1cce785bc683319bfb4645ce0c9f467 5480 devel optional intellij-idea-community_15.0.2-1.debian.tar.xz
|
||||||
|
|
||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v1
|
||||||
|
|
||||||
|
iQIcBAEBAgAGBQJWbW54AAoJECuF2UqwCcGYySgQAIP2pZvuGyJOliCAlmyX0IFd
|
||||||
|
BBM6qqmH2foTi3sD17Zvklpzi/Gc76kPQLeptL51yu39gYGO7LSlNVZNu9iyua0v
|
||||||
|
y1oz55gzcOuCUKR9alVSOAkD008rlDE9mvIEbexzXyjhnH7BDltuA8b6P8YDRUqG
|
||||||
|
gfFzhGdnswaJa8AW4FO5HpaUbWCCwQAR7LuSmdepYQOSdF2vFwCgDdOmo27ja0fc
|
||||||
|
iJdHvXEHxP3S+19cqfMek336c6Cfe71kgmZPBb2A7giN6B/TUbEruKVy6MY1j40w
|
||||||
|
5iiHhLjC6uCNzhURfYYMCFcG6RcoGA2mMILXHWQOw1MLktTa3th0uk7Mg/DwUq2s
|
||||||
|
/9GFlEIEcnXAYSPh3Sh3VswHn+79oL5ocVDSI6955kKYEylXDoTQH48Jr3tOqpXK
|
||||||
|
o2zGzRBpzg02mGfqNufMlGmE6dHqdth8IN3KaZTQ9Zhwyzc4VDnCezQsMhyPtUmE
|
||||||
|
NIWMrfL2seGpwhAIqTfJ1z7YlCvCE16s6gwS2uLw/kVlD3aXNNM7kstowqpwlhy1
|
||||||
|
xT3VJu7+EB/1PMSOmPtVBDFuBEEYYojmna64JBW6kKamVcPpCnA5oys2tchomrYm
|
||||||
|
n7oXDKBdkurhUm1LFwhSPvc4XMf6QDEisr2v+yKmMI7Km8BOSL7SlbGdLlzRtpcH
|
||||||
|
s/LBgsgEWamRTplbYRcg
|
||||||
|
=RSc0
|
||||||
|
-----END PGP SIGNATURE-----
|
4
intellij-idea-community_15.0.2-1_source.ppa.upload
Normal file
4
intellij-idea-community_15.0.2-1_source.ppa.upload
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Successfully uploaded intellij-idea-community_15.0.2-1.dsc to ppa.launchpad.net for ppa.
|
||||||
|
Successfully uploaded intellij-idea-community_15.0.2.orig.tar.gz to ppa.launchpad.net for ppa.
|
||||||
|
Successfully uploaded intellij-idea-community_15.0.2-1.debian.tar.xz to ppa.launchpad.net for ppa.
|
||||||
|
Successfully uploaded intellij-idea-community_15.0.2-1_source.changes to ppa.launchpad.net for ppa.
|
BIN
intellij-idea-community_15.0.2.orig.tar.gz
Normal file
BIN
intellij-idea-community_15.0.2.orig.tar.gz
Normal file
Binary file not shown.
|
@ -1,3 +1,10 @@
|
||||||
|
intellij-idea-community (15.0.2-1) wily; urgency=low
|
||||||
|
|
||||||
|
* Upstream Version 15.0.2
|
||||||
|
|
||||||
|
-- Marcel Michael Kapfer (mmk2410) <marcelmichaelkapfer@yahoo.co.nz> Sun, 13 Dec 2015 13:28:50 +0100
|
||||||
|
|
||||||
|
|
||||||
intellij-idea-community (15.0.1-1) wily; urgency=low
|
intellij-idea-community (15.0.1-1) wily; urgency=low
|
||||||
|
|
||||||
* Upstream Version 15.0.1
|
* Upstream Version 15.0.1
|
0
intellij-idea-community_15.0.1/debian/intellij-idea-community/DEBIAN/postinst → intellij-idea-community_15.0.2/debian/postinst
Executable file → Normal file
0
intellij-idea-community_15.0.1/debian/intellij-idea-community/DEBIAN/postinst → intellij-idea-community_15.0.2/debian/postinst
Executable file → Normal file
0
intellij-idea-community_15.0.1/debian/intellij-idea-community/DEBIAN/postrm → intellij-idea-community_15.0.2/debian/postrm
Executable file → Normal file
0
intellij-idea-community_15.0.1/debian/intellij-idea-community/DEBIAN/postrm → intellij-idea-community_15.0.2/debian/postrm
Executable file → Normal file
2
intellij-idea-community_15.0.1/debian/intellij-idea-community/DEBIAN/preinst → intellij-idea-community_15.0.2/debian/preinst
Executable file → Normal file
2
intellij-idea-community_15.0.1/debian/intellij-idea-community/DEBIAN/preinst → intellij-idea-community_15.0.2/debian/preinst
Executable file → Normal file
|
@ -2,4 +2,4 @@
|
||||||
cd /opt/
|
cd /opt/
|
||||||
|
|
||||||
## Download IntelliJ IDEA Community from the jetbrain servers
|
## Download IntelliJ IDEA Community from the jetbrain servers
|
||||||
wget http://download-cf.jetbrains.com/idea/ideaIC-15.0.1.tar.gz
|
wget http://download-cf.jetbrains.com/idea/ideaIC-15.0.2.tar.gz
|
BIN
intellij-idea-community_15.0.2/intellij-idea-community.png
Normal file
BIN
intellij-idea-community_15.0.2/intellij-idea-community.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5 KiB |
Loading…
Reference in a new issue