This repository has been archived on 2022-02-10. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Michele Bologna d48181d6ac Improve README
- Add instructions to build package
- Add instructions to contribute
2016-07-06 11:44:56 +02:00
eclipse-ide-java_4.5.2 fix: exec script not removed on uninstall 2016-03-08 16:50:18 +01:00
.gitignore Ignore build and output files from git 2016-01-20 17:56:43 +01:00
LICENSE Added License 2015-03-09 00:36:28 +01:00
README.md Improve README 2016-07-06 11:44:56 +02:00
eclipse-ide-java_4.5.2-1.debian.tar.xz New upstream release 4.5.2 2016-03-01 20:10:05 +01:00
eclipse-ide-java_4.5.2-1.dsc New upstream release 4.5.2 2016-03-01 20:10:05 +01:00
eclipse-ide-java_4.5.2-1_source.ppa.upload New upstream release 4.5.2 2016-03-01 20:10:05 +01:00
eclipse-ide-java_4.5.2.orig.tar.gz New upstream release 4.5.2 2016-03-01 20:10:05 +01:00

README.md

eclipse-ide-java

Unofficial .deb Packages of the Eclipse IDE for Java Developers for Ubuntu

Adding the ppa to Ubuntu

sudo apt-add-repository ppa:mmk2410/eclipse-ide-java

sudo apt-get update

sudo apt-get install eclipse-ide-java

Contributing

Install Debian developer tools

$ sudo apt-get install devscripts build-essential lintian

Rename package directory

mv eclipse-ide-java-* <new eclipse version>
cd <new eclipse version>

All the magic happens in this directory.

Rename orig package

mv eclipse-ide-java_*orig.tar.gz eclipse-ide-java_<new version>.orig.tar.gz

Modify changelog

Modify debian/changelog file, inserting your name and modification on top of the file.

Modify preinst

Modify debian/preinst with the correct URL to download Eclipse for.

Build your package

$ debuild -us -uc

Test your package

$ sudo dpkg -i ../eclipse-ide-java_<new eclipse version>-1_amd64.deb

Push your changes

Open a branch, send us your modifications and wait for merging.