[pkg-java] r6753 - trunk/icedtea-gcjwebplugin/debian

twerner at alioth.debian.org twerner at alioth.debian.org
Sat Jul 26 16:06:25 UTC 2008


Author: twerner
Date: 2008-07-26 16:06:24 +0000 (Sat, 26 Jul 2008)
New Revision: 6753

Added:
   trunk/icedtea-gcjwebplugin/debian/lintian
Modified:
   trunk/icedtea-gcjwebplugin/debian/
   trunk/icedtea-gcjwebplugin/debian/changelog
   trunk/icedtea-gcjwebplugin/debian/control
   trunk/icedtea-gcjwebplugin/debian/control.in
   trunk/icedtea-gcjwebplugin/debian/rules
Log:
UNRELEASED
* Move package to main.
* Add myself to Uploaders.
* Add Build-Depends: autotools-dev and copy config.{guess,sub} during the
  build process instead of shipping them in the Debian diff.
* Add a lintian override for empty directories.


Property changes on: trunk/icedtea-gcjwebplugin/debian
___________________________________________________________________
Name: svnMergeWithUpstream
   + 1

Modified: trunk/icedtea-gcjwebplugin/debian/changelog
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/changelog	2008-07-25 20:22:20 UTC (rev 6752)
+++ trunk/icedtea-gcjwebplugin/debian/changelog	2008-07-26 16:06:24 UTC (rev 6753)
@@ -1,3 +1,14 @@
+icedtea-gcjwebplugin (1.0-3) unstable; urgency=low
+
+  UNRELEASED
+  * Move package to main.
+  * Add myself to Uploaders.
+  * Add Build-Depends: autotools-dev and copy config.{guess,sub} during the
+    build process instead of shipping them in the Debian diff.
+  * Add a lintian override for empty directories.
+
+ -- Torsten Werner <twerner at debian.org>  Sat, 26 Jul 2008 17:59:12 +0200
+
 icedtea-gcjwebplugin (1.0-2) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: trunk/icedtea-gcjwebplugin/debian/control
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/control	2008-07-25 20:22:20 UTC (rev 6752)
+++ trunk/icedtea-gcjwebplugin/debian/control	2008-07-26 16:06:24 UTC (rev 6753)
@@ -1,9 +1,11 @@
 Source: icedtea-gcjwebplugin
-Section: contrib/web
+Section: web
 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, openjdk-6-jdk, iceape-dev
+Uploaders: Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), lsb-release, pkg-config, libgtk2.0-dev,
+ openjdk-6-jdk, iceape-dev, autotools-dev
 Standards-Version: 3.7.3
 
 Package: icedtea-gcjwebplugin

Modified: trunk/icedtea-gcjwebplugin/debian/control.in
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/control.in	2008-07-25 20:22:20 UTC (rev 6752)
+++ trunk/icedtea-gcjwebplugin/debian/control.in	2008-07-26 16:06:24 UTC (rev 6753)
@@ -2,8 +2,10 @@
 Section: web
 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, openjdk-6-jdk, @xuldev@
+Uploaders: Matthias Klose <doko at ubuntu.com>, Michael Koch <konqueror at gmx.de>,
+ Torsten Werner <twerner at debian.org>
+Build-Depends: debhelper (>= 5), lsb-release, pkg-config, libgtk2.0-dev,
+ openjdk-6-jdk, @xuldev@, autotools-dev
 Standards-Version: 3.7.3
 
 Package: icedtea-gcjwebplugin

Added: trunk/icedtea-gcjwebplugin/debian/lintian
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/lintian	                        (rev 0)
+++ trunk/icedtea-gcjwebplugin/debian/lintian	2008-07-26 16:06:24 UTC (rev 6753)
@@ -0,0 +1,3 @@
+# Empty directories are needed for the symlinks that are created in
+# postinst.
+icedtea-gcjwebplugin binary: package-contains-empty-directory

Modified: trunk/icedtea-gcjwebplugin/debian/rules
===================================================================
--- trunk/icedtea-gcjwebplugin/debian/rules	2008-07-25 20:22:20 UTC (rev 6752)
+++ trunk/icedtea-gcjwebplugin/debian/rules	2008-07-26 16:06:24 UTC (rev 6753)
@@ -64,6 +64,7 @@
 
 config.status: configure
 	dh_testdir
+	cp /usr/share/misc/config.sub /usr/share/misc/config.guess .
 	./configure --prefix=/usr
 
 build: build-stamp
@@ -94,6 +95,8 @@
 		$(foreach d, $(browser_plugin_dirs), usr/lib/$(d)/plugins)
 	cp gcjwebplugin.so \
 		debian/icedtea-gcjwebplugin/usr/lib/jvm/java-6-openjdk/jre/lib/$(archdir)/
+	install -D -m644 debian/lintian \
+	  debian/icedtea-gcjwebplugin/usr/share/lintian/overrides/icedtea-gcjwebplugin
 
 relnum = $(shell dpkg-parsechangelog | sed -n '/^Version:/s/.*-\(.*\)$$/\1/p')
 




More information about the pkg-java-commits mailing list