[pkg-java] r6526 - trunk/icedtea-gcjwebplugin/debian
doko at alioth.debian.org
doko at alioth.debian.org
Wed Jun 4 16:16:53 UTC 2008
Author: doko
Date: 2008-06-04 16:16:52 +0000 (Wed, 04 Jun 2008)
New Revision: 6526
Modified:
trunk/icedtea-gcjwebplugin/debian/changelog
trunk/icedtea-gcjwebplugin/debian/control
trunk/icedtea-gcjwebplugin/debian/control.in
trunk/icedtea-gcjwebplugin/debian/rules
Log:
* Build-depend on openjdk-6-jdk (not needed, but we don't need the package
on architectures without an openjdk).
* Build-depend on iceape-dev instead of libxul-dev.
Modified: trunk/icedtea-gcjwebplugin/debian/changelog
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/changelog 2008-06-04 05:34:56 UTC (rev 6525)
+++ trunk/icedtea-gcjwebplugin/debian/changelog 2008-06-04 16:16:52 UTC (rev 6526)
@@ -1,3 +1,11 @@
+icedtea-gcjwebplugin (1.0-2) UNRELEASED; urgency=low
+
+ * Build-depend on openjdk-6-jdk (not needed, but we don't need the package
+ on architectures without an openjdk).
+ * Build-depend on iceape-dev instead of libxul-dev.
+
+ -- Matthias Klose <doko at ubuntu.com> Wed, 04 Jun 2008 18:21:52 +0200
+
icedtea-gcjwebplugin (1.0-1) unstable; urgency=low
* Initial upload to Debian.
Modified: trunk/icedtea-gcjwebplugin/debian/control
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/control 2008-06-04 05:34:56 UTC (rev 6525)
+++ trunk/icedtea-gcjwebplugin/debian/control 2008-06-04 16:16:52 UTC (rev 6526)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), lsb-release, pkg-config, libgtk2.0-dev, libxul-dev
+Build-Depends: debhelper (>= 5), lsb-release, pkg-config, libgtk2.0-dev, openjdk-6-jdk, iceape-dev
Standards-Version: 3.7.3
Package: icedtea-gcjwebplugin
Modified: trunk/icedtea-gcjwebplugin/debian/control.in
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/control.in 2008-06-04 05:34:56 UTC (rev 6525)
+++ trunk/icedtea-gcjwebplugin/debian/control.in 2008-06-04 16:16:52 UTC (rev 6526)
@@ -3,7 +3,7 @@
Priority: extra
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>
-Build-Depends: debhelper (>= 5), lsb-release, pkg-config, libgtk2.0-dev, @xuldev@
+Build-Depends: debhelper (>= 5), lsb-release, pkg-config, libgtk2.0-dev, openjdk-6-jdk, @xuldev@
Standards-Version: 3.7.3
Package: icedtea-gcjwebplugin
Modified: trunk/icedtea-gcjwebplugin/debian/rules
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/rules 2008-06-04 05:34:56 UTC (rev 6525)
+++ trunk/icedtea-gcjwebplugin/debian/rules 2008-06-04 16:16:52 UTC (rev 6526)
@@ -15,7 +15,7 @@
distribution := $(shell lsb_release --id --short)
distrel := $(shell lsb_release --codename --short)
xuldev = \
- $(if $(filter $(distribution),Debian),libxul-dev,$(if $(filter $(distrel),hardy),xulrunner-1.9-dev,firefox-dev))
+ $(if $(filter $(distribution),Debian),iceape-dev,$(if $(filter $(distrel),hardy),xulrunner-1.9-dev,firefox-dev))
TOP = usr/lib/jvm
basedir = usr/lib/jvm/$(jdirname)
More information about the pkg-java-commits
mailing list