Commit graph

183 commits

Author SHA1 Message Date
a7efa763ee
🐛 Set debhelper compat version to invalid value
Since everything else seems to cause problems with some Ubuntu release
or the other I finally decided to reset to the old, invalid
combination of relying on debhelper >= 9 with compat level 10.
2023-05-02 18:22:20 +02:00
186f7888fe
🐛 Fix debhelper-compat not available on older releases
Since the debhelper-compat meta-package evidently is not available on
Ubuntu 14.04 I decided to switch back using the deprecated compat file
and using the debhelper package as a build-dependency.
2023-05-02 17:55:57 +02:00
22ec769d6d
🐛 Set debhelper-compat to version supported for all builds
Since we're currently building packages from Ubuntu 14.04 up to 23.04
it is the easiest and most stable way to depend on a debhelper-compat
version that is availabel on all releases. This is ATM version 9.

While this yields a linter warning it is IMO preferred to adjusting
the Build-Depends line automatically during the builds for the older
Ubuntu releases. Relying on an up-to-date version would perhaps
motivate at some point to use features only available (or, worse, with
changed outcome) with newer debhelper versions. Using the same
versiona across all builds should preserve us from such problems.
2023-05-02 17:48:08 +02:00
8cd0781507
⬇ Fix bionic build by lowering debelper version depencency 2023-05-02 17:18:36 +02:00
e3eb679b83
Upstream version 2023.1.1 2023-05-02 17:00:13 +02:00
a791b806b9
🚨 Increase debhelper version to fix lintian warning 2023-04-14 16:20:00 +02:00
8bab974cba
Upstream version 2023.1 2023-03-31 06:55:32 +02:00
3bfc7a458e
⬆ Switch default Ubuntu build version to kinetic 2023-03-13 23:20:13 +01:00
2c093b7d4a
Upstream version 2022.3.3 2023-03-13 23:14:43 +01:00
3d83d1fae4
⬆ Switch default Ubuntu version to kinetic 2023-03-13 23:12:31 +01:00
58b6916db6
📝 Update README, especially regarding update process 2023-03-13 23:01:42 +01:00
a01b3750b4
Upstream version 2022.3.2 2023-02-06 19:00:20 +01:00
2471ba1655
Upstream version 2022.3.1 2022-12-23 21:26:52 +01:00
60ea2fd3b6
👷🐛 Fix CI build missing orig.tar.gz in upload 2022-12-06 19:23:47 +01:00
82c1ee7b47
Upstream version 2022.3 2022-12-06 18:22:23 +01:00
f8ca413fac
Own source package and upload for every supported Ubuntu version 2022-11-24 17:32:53 +01:00
4ffedc16b3
Upstream version 2022.2.4 2022-11-23 19:55:41 +01:00
d6ba23696b
Upstream version 2022.2.3 2022-10-06 19:38:33 +02:00
49cb964edc
Upstream version 2022.2.2 2022-09-16 14:39:21 +02:00
8c54c3ceb9
Upstream version 2022.2.1 2022-08-19 19:44:48 +02:00
4f424275c9
Switch build pipeline to Ubuntu jammy 2022-08-01 21:41:13 +02:00
c275f59070
Upstream version 2022.2 2022-08-01 21:36:41 +02:00
987b1278ff
Refactored update scripts; build for Jammy 2022-07-20 16:10:26 +02:00
7b337d8d0b
Upstream version 2022.1.4 2022-07-20 15:47:21 +02:00
7aa07d66a4
Upstream version 2022.1.3 2022-06-23 10:26:39 +02:00
02ff54a818
Upstream version 2022.1.2 2022-06-08 22:21:02 +02:00
b54c0cc42b
Upstream Version 2022.1.1 2022-05-21 16:22:26 +02:00
737c900ed4
Upstream version 2022.1 2022-04-15 11:06:07 +02:00
9e7b64bb35
Add deploy job to GitLab Pipeline 2022-04-05 18:09:24 +02:00
a09e8ceadc
Upstream Version 2021.3.3 2022-03-22 19:14:07 +00:00
b844077e60
Updated orig file with changed desktop file 2022-03-22 20:08:26 +01:00
e9fb4d2854
Add Danny Trunk to contributors file 2022-03-22 20:05:38 +01:00
96bde9141c Merge branch 'dtrunk90-main-patch-99110' into 'main'
Change StartupWMClass

Closes #9

See merge request mmk2410/intellij-idea-community!11
2022-03-22 18:57:54 +00:00
Danny Trunk
62e6e25d75 Change StartupWMClass
Fixes issue #9
2022-03-10 15:52:42 +00:00
58df293d94
Remove unnecessary dependencies 2022-02-28 14:47:46 +01:00
c622b740f3
Upstream Version 2021.3.2 2022-01-29 11:15:56 +00:00
5c1d2ea854
Merge branch 'main' of git.mmk2410.org:deb/intellij-idea-community 2021-12-29 15:51:13 +00:00
b99fa397da
Upstream Version 2021.3.1 2021-12-29 15:41:34 +00:00
eeeb48923d
Added GitLab CI Pipeline for ubuntu deb package 2021-12-02 21:41:07 +01:00
0cffdf7ac0
Upstream Version 2021.3 2021-12-02 17:39:47 +00:00
4a52f7a642
Upstream Version 2021.2.3 2021-10-15 18:12:44 +00:00
224195fbd7
Target impish 2021-10-15 18:03:31 +00:00
51d6995f33
Remove useless executions of commands with sudo
The installation process already runs with root privileges.

Fixes issue #4
2021-10-01 18:00:01 +00:00
00e8e0ca30
Only extract downloaded current tar archive
The current postinst has the bug that all tar archives store in /opt
that begin with ideaIC- are extracted. While this issue will not appear
to most users it may still be a problem to aborted installations which
are only continued after an update.

Fixes issue #5
2021-10-01 17:31:14 +00:00
846b3f45f0
Upstream Version 2021.2.2 2021-09-22 19:59:28 +00:00
1ec2ff4fe9
Upstream Version 2021.2 2021-07-28 06:00:25 +00:00
c495129945
Upstream Version 2021.1.3 2021-06-30 08:26:36 +00:00
969b04c5ed
Upstream Version 2021.1.2 2021-06-11 13:56:53 +00:00
ce46b94592
Bump Ubuntu version to 21.04 (hirsute) 2021-05-04 17:57:02 +00:00
a59a4734ee
Upstream Version 2021.1.1 2021-05-04 17:53:03 +00:00