summaryrefslogtreecommitdiff
path: root/debian/rules
AgeCommit message (Collapse)AuthorFilesLines
2016-02-25 * Build a default-jdk-headless package.Matthias Klose1-3/+9
2016-02-10Build default-java-plugin for the architectures supporting icedtea-web onlydebian/0.56Emmanuel Bourg1-0/+5
2016-02-04Fixed the name of the plugin dependency (icedtea-<n>-plugin instead of ↵Emmanuel Bourg1-1/+1
icedtea-<n>-web)
2015-10-08Dropped support for non multiarch aware openjdk packagesEmmanuel Bourg1-2/+1
2015-10-08New default-java-plugin package depending on icedtea-<n>-plugin (Closes: ↵Emmanuel Bourg1-4/+13
#678381)
2015-10-08Use the openjdk-8 documentation on gcj architecturesEmmanuel Bourg1-1/+1
2015-10-08Renamed jrel -> releaseEmmanuel Bourg1-2/+2
2015-10-08Use unversioned dependencies on openjdkEmmanuel Bourg1-15/+1
2015-10-08Changed gcj-native-helper to depend on gcj-jdk on openjdk architecturesEmmanuel Bourg1-5/+0
2015-10-08Removed the dependency on default-jdk for gcj-native-helperEmmanuel Bourg1-2/+3
2015-10-08Factorized the default values for the openjdk architecturesEmmanuel Bourg1-37/+19
2015-10-08Removed the default values for Java 6Emmanuel Bourg1-11/+0
2015-10-08Use 'dpkg-architecture --query' instead of make filters in debian/rulesEmmanuel Bourg1-4/+2
2015-10-08Simplified debian/rules using the dh sequencerEmmanuel Bourg1-74/+23
2015-10-08Changed default-jdk-doc to arch any (Closes: #801257)Emmanuel Bourg1-6/+6
2015-10-08Install java_defaults.mk with dh_installEmmanuel Bourg1-2/+0
2015-10-08Removed the policy and the FAQ (now in the java-policy package)Emmanuel Bourg1-3/+0
2015-09-01Prepared the default values for Java 9Emmanuel Bourg1-1/+12
2014-04-02Prepared the default values for Java 8Emmanuel Bourg1-1/+12
2014-01-11 * Promote openjdk-7 as default-java on arm64, mips, mipsel, powerpcspe,Matthias Klose1-3/+3
ppc64el, x32. * Revert back to gcj on ia64. openjdk-7 fails to build, not porter feedback. * Revert back to gcj on s390. openjdk-7 fails to build, not a release architecture anymore. * Revert back to gcj on sparc and sparc64. Hotspot for sparc isn't maintained anymore upstream. No porter feedback about a Zero port. * Revert back to gcj on kfreebsd-{i386,amd64}. The port is not yet available upstream. No feedback from the kfreebsd porters, and no updates for new upstream versions. * Bump the epoch on the default-{jre-headless,jre,jdk} packages.
2013-08-01 * Provide a /usr/share/java/java_defaults.mk makefile fragment forMatthias Klose1-2/+6
supported java architectures and versions.
2013-06-30 * Don't blindly update to OpenJDK7 on architectures where it is notMatthias Klose1-3/+14
supported or not even built.
2012-06-18Make experimental upload with Java7 as defaultdebian/0.47Niels Thykier1-8/+8
2011-11-22Fixed FTBFS due to build depending on build-indepdebian/0.45Niels Thykier1-1/+2
2011-11-06Made better use of the build-arch targetNiels Thykier1-4/+5
2011-10-28Added build-arch target and bumped S-VNiels Thykier1-0/+2
2011-09-03Merge changes from unstable (uploads by doko)Damien Raude-Morvan1-3/+4
2011-06-20 [ Sylvestre Ledru ]Sylvestre Ledru1-1/+1
* Under mips, openjdk should be proposed instead of gcj (Closes: #631140)
2010-08-23* Add an epoch to the arch any packages because we downgrade them from 1.6-*Torsten Werner1-2/+2
to 1.5-* on mips. - This fixes the last upload on this architecture. - Set urgency to medium.
2010-08-22Make openjdk-6 default on powerpcspe (Closes: #593627).debian/0.40Niels Thykier1-1/+1
2010-08-09Change default-jdk/jre(-headless) back to gcj on the mips architectureTorsten Werner1-1/+1
because openjdk FTBFS there.
2010-06-27Redid rename of default-jdk-builddep to gcj-native-helper.Niels Thykier1-3/+1
2010-05-13Undo the d-jdk-builddep rename patch.Niels Thykier1-1/+1
2010-05-06Renamed default-jdk-builddep to gcj-native-helper.Niels Thykier1-1/+1
2010-04-12Removed need for dpsyco-devel and added sh4 to the openjdk-6 arch list.Niels Thykier1-4/+1
2010-04-05Removed Arnaud Vandyck from Uploaders and added dh_lintian.debian/0.35Niels Thykier1-0/+2
2010-04-05Fix the changelog parsing.Niels Thykier1-1/+1
2010-04-05Bumped debhelper compat to 7 and updated the faq update rules.Niels Thykier1-11/+11
Removed obsolete publish rule. Made the build fetch the version from the changelog rather than the build dir.
2009-11-01 * Build a default-jdk-doc package to make the documentation availableMatthias Klose1-1/+8
in a path (/usr/share/doc/default-jdk/api) independent of the depending package.
2009-07-30* Add myself to Uploaders.debian/0.33Torsten Werner1-20/+15
* Add a local copy of debian-java-faq to avoid network (CVS) access during build time. * Sync with Ubuntu: - Switch to OpenJDK as the default JDK/JRE. * Update Standards-Version: 3.8.2: - Add Vcs headers to debian/control. * default-jdk-builddep: Depend on gcj-jdk instead of java-gcj-compat-dev. * Build for hppa. * Default to openjdk-6 on armel. * On powerpc, default back to openjdk-6 instead of cacao-oj6. Still more testsuite failures in the OpenJDK testsuite with cacao compared to the zero port. * debian/rules - Fix jvmdir for powerpc, so that default-java symlink is correct. (LP: #256949) * On amd64, i386, ia64 and sparc, point default-* to openjdk-6, on powerpc, point to cacao-oj6.
2009-05-18java-common (0.32) unstable; urgency=lowdebian/0.32Matthias Klose1-1/+12
* Build the default-* packages on hppa. -- Matthias Klose <doko@debian.org> Sun, 17 May 2009 23:21:22 +0200 java-common (0.31) unstable; urgency=low * Build the default-* packages on alpha again. -- Matthias Klose <doko@debian.org> Sun, 01 Feb 2009 12:41:46 +0100
2009-02-01- Revert r6772Matthias Klose1-31/+2
2008-07-30* On alpha, point default-* to openjdk-6.Matthias Klose1-2/+31
2008-04-08* Do not build the default-* packages on alpha, arm, hppa.Matthias Klose1-5/+5
2008-04-02* Ignore lintian issues as they are false positives in our case.debian/0.28Michael Koch1-0/+2
2008-03-05- don't build java-common for binary-arch only buildsMatthias Klose1-6/+12
2008-03-05- install copyright fileMatthias Klose1-2/+8
2008-03-05 * Build packages default-jre, default-jre-headless, default-jdkMatthias Klose1-19/+57
and default-jdk-builddep. Provides an abstraction for the preferred jre/jdk for a specific architecture. Build-depending on default-jdk-builddep ensures a dependency on java-gcj-compat-dev even if the default jdk is another than java-gcj-compat-dev. Discussion thread starting at http://lists.debian.org/debian-java/2008/03/msg00007.html.
2007-11-12java-common (0.27) unstable; urgency=lowdebian/0.27Michael Koch1-2/+0
* Updated FAQ. Closes: #449282. * Updated debhelper level to 5. -- Michael Koch <konqueror@gmx.de> Mon, 12 Nov 2007 07:59:27 +0100
2006-05-20Added changes up to the 0.25 uploaddebian/0.25Michael Koch1-2/+1