[pkg-java] r8112 - trunk/png-sixlegs/debian

dominik-guest at alioth.debian.org dominik-guest at alioth.debian.org
Tue Mar 24 17:40:48 UTC 2009


Author: dominik-guest
Date: 2009-03-24 17:40:48 +0000 (Tue, 24 Mar 2009)
New Revision: 8112

Modified:
   trunk/png-sixlegs/debian/changelog
   trunk/png-sixlegs/debian/control
   trunk/png-sixlegs/debian/rules
Log:
various fixes

Modified: trunk/png-sixlegs/debian/changelog
===================================================================
--- trunk/png-sixlegs/debian/changelog	2009-03-24 16:37:49 UTC (rev 8111)
+++ trunk/png-sixlegs/debian/changelog	2009-03-24 17:40:48 UTC (rev 8112)
@@ -8,7 +8,7 @@
   * lintian info resolved: build-depends-without-arch-dep
   * lintian info resolved: extended-description-is-probably-too-short (libpng-sixlegs-java)
   * debian/copyright updated to conform Copyright Format proposal rev.443
-  * Build-Depends-Indep: kaffe replaced by openjdk6-jdk | default-jdk
+  * Build-Depends-Indep: kaffe replaced by default-jdk
 
  -- Dominik Smatana <dominik.smatana at gmail.com>  Wed, 18 Mar 2009 08:32:18 +0100 
 

Modified: trunk/png-sixlegs/debian/control
===================================================================
--- trunk/png-sixlegs/debian/control	2009-03-24 16:37:49 UTC (rev 8111)
+++ trunk/png-sixlegs/debian/control	2009-03-24 17:40:48 UTC (rev 8112)
@@ -3,7 +3,7 @@
 Section: java
 Priority: optional
 Build-Depends: debhelper (>> 5.0.0)
-Build-Depends-Indep: openjdk6-jdk | default-jdk
+Build-Depends-Indep: default-jdk
 Standards-Version: 3.8.0
 Homepage: http://www.sixlegs.com/software/png/
 
@@ -11,19 +11,17 @@
 Architecture: all
 Section: java
 Priority: optional
-Depends: openjdk6-jre | java2-runtime | java1-runtime
 Suggests: libpng-sixlegs-java-doc
 Description: Sixlegs Java PNG Decoder
  Sixlegs Java PNG Decoder is Java library for decoding PNG image files.
- Supports all valid bit depths (grayscale/color), interlacing, paletted
- images, alpha channel/transparency, gamma correction, access to most
- standard chunks, private chunk handling, and progressive display.
-
+ Supports all valid bit depths (grayscale/color), interlacing, paletted images,
+ alpha channel/transparency, gamma correction, access to most standard chunks,
+ private chunk handling, and progressive display.
+
 Package: libpng-sixlegs-java-doc
 Architecture: all
 Section: doc
 Priority: optional
-Recommends: firefox | abrowser | www-browser
 Suggests: libpng-sixlegs-java
 Description: Documentation for Sixlegs Java PNG Decoder
  This package contains documentation and examples

Modified: trunk/png-sixlegs/debian/rules
===================================================================
--- trunk/png-sixlegs/debian/rules	2009-03-24 16:37:49 UTC (rev 8111)
+++ trunk/png-sixlegs/debian/rules	2009-03-24 17:40:48 UTC (rev 8112)
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-# Sample debian/rules that uses debhelper.
-# GNU copyright 1997 to 1999 by Joey Hess.
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
@@ -46,29 +44,14 @@
 binary-indep: build install
 	dh_testdir
 	dh_testroot
-#	dh_movefiles
 
-#	dh_installdebconf	
 	dh_installdocs
 	dh_installexamples src/examples/*
-#	dh_installmenu
-#	dh_installlogrotate
-#	dh_installemacsen
-#	dh_installpam
-#	dh_installmime
-#	dh_installinit
-#	dh_installcron
-#	dh_installman
-#	dh_installinfo
-#	dh_undocumented
 	dh_installchangelogs 
-#	dh_link
-#	dh_strip
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs
 	dh_installdeb
-#	dh_perl
 	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums




More information about the pkg-java-commits mailing list