removed unnecessary files

This commit is contained in:
Marcel Kapfer 2017-09-18 18:22:36 +02:00
parent 01fb979f10
commit 818971f809
21 changed files with 0 additions and 258 deletions

View file

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

View file

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

View file

@ -1,20 +0,0 @@
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

@ -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/intellij-idea-ce.png
fi
# End automatically added section

View file

@ -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/intellij-idea-ce.png
fi
# End automatically added section

View file

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

View file

@ -1,10 +0,0 @@
Package: intellij-idea-community
Version: 2017.2.4-1
Architecture: all
Maintainer: Marcel Kapfer <opensource@mmk2410.org>
Installed-Size: 23
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 Edition
A intelligent Java IDE by JetBrains

View file

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

View file

@ -1,26 +0,0 @@
#!/bin/bash
set -e
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-*
## Install the .desktop file, if necessary
if [ -x "/usr/bin/desktop-file-install" ]; then
sudo desktop-file-install /usr/share/applications/intellij-idea-community.desktop
fi
## 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

@ -1,13 +0,0 @@
#!/bin/bash
set -e
## Remove the program folder
sudo rm -rf /opt/intellij-idea-community
## 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

@ -1,10 +0,0 @@
#!/bin/bash
set -e
cd /opt/
## Download IntelliJ IDEA Community from the JetBrain servers
wget -c https://download-cf.jetbrains.com/idea/ideaIC-2017.2.4.tar.gz
##

View file

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

View file

@ -1,9 +0,0 @@
[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

@ -1,44 +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-2
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
.
https://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.
.
On Debian systems, the complete text of the Apache version 2.0 license
can be found in "/usr/share/common-licenses/Apache-2.0".
License: GPL-3+
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 3 of the License, or
(at your option) any later version.
.
This package 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 program. If not, see <https://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".