r36203 - in /packages/jhdf/trunk/debian: changelog control hdfview.install patches/installIcons.diff

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Thu Feb 18 23:44:40 UTC 2010


Author: sylvestre
Date: Thu Feb 18 23:44:39 2010
New Revision: 36203

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36203
Log:
  * Install icons. Thanks Achim Gädke for doing all the work (Closes: #569231)
  * Standards-Version updated to version 3.8.4
  * Build dep libjpeg62-dev => libjpeg-dev

Added:
    packages/jhdf/trunk/debian/patches/installIcons.diff
Modified:
    packages/jhdf/trunk/debian/changelog
    packages/jhdf/trunk/debian/control
    packages/jhdf/trunk/debian/hdfview.install

Modified: packages/jhdf/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/changelog?rev=36203&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/changelog (original)
+++ packages/jhdf/trunk/debian/changelog Thu Feb 18 23:44:39 2010
@@ -1,9 +1,10 @@
-jhdf (2.6-2) UNRELEASE; urgency=low
+jhdf (2.6-2) unstable; urgency=low
 
+  * Install icons. Thanks Achim Gädke for doing all the work (Closes: #569231)
   * Standards-Version updated to version 3.8.4
   * Build dep libjpeg62-dev => libjpeg-dev
 
- -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 14 Feb 2010 11:57:59 +0100
+ -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 19 Feb 2010 00:02:45 +0100
 
 jhdf (2.6-1) unstable; urgency=low
 

Modified: packages/jhdf/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/control?rev=36203&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/control (original)
+++ packages/jhdf/trunk/debian/control Thu Feb 18 23:44:39 2010
@@ -5,7 +5,7 @@
 Uploaders: Sylvestre Ledru <sylvestre at debian.org>
 Build-Depends: debhelper (>= 7), autotools-dev, cdbs, default-jdk, 
  libjpeg-dev, zlib1g-dev, libhdf4-dev, libhdf5-serial-dev (>= 1.8.4), 
- automake, autoconf
+ automake, autoconf, imagemagick
 Standards-Version: 3.8.4
 Homepage: http://www.hdfgroup.org/hdf-java-html/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/jhdf/

Modified: packages/jhdf/trunk/debian/hdfview.install
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/hdfview.install?rev=36203&op=diff
==============================================================================
--- packages/jhdf/trunk/debian/hdfview.install (original)
+++ packages/jhdf/trunk/debian/hdfview.install Thu Feb 18 23:44:39 2010
@@ -1,2 +1,4 @@
 debian/tmp/usr/share/java/jhdfview.jar
-debian/bin/ /usr/
+debian/bin/ /usr/
+debian/tmp/usr/share/icons/hicolor
+debian/hdfview.desktop /usr/share/applications

Added: packages/jhdf/trunk/debian/patches/installIcons.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/jhdf/trunk/debian/patches/installIcons.diff?rev=36203&op=file
==============================================================================
--- packages/jhdf/trunk/debian/patches/installIcons.diff (added)
+++ packages/jhdf/trunk/debian/patches/installIcons.diff Thu Feb 18 23:44:39 2010
@@ -1,0 +1,17 @@
+--- jhdf-2.5/Makefile.in	2010-02-19 00:02:21.000000000 +1300
++++ jhdf-2.5_achim/Makefile.in	2010-02-19 00:00:42.000000000 +1300
+@@ -332,6 +332,14 @@
+ 	-mkdir -p $(BINDIR);
+ 	cp bin/hdfview.sh $(BINDIR)
+ 	chmod a+x $(BINDIR)/hdfview.sh
++	for size in 16 22 24 32 48 64 96; do \
++		icondir="$(JH45INSTALLDIR)/usr/share/icons/hicolor/$${size}x$${size}" ; \
++		mkdir -p $${icondir}/apps ; \
++		/usr/bin/convert ncsa/hdf/view/icons/hdf_large.gif $$icondir/apps/hdfview.png ; \
++		mkdir -p $$icondir/mimetypes ; \
++		cp $$icondir/apps/hdfview.png $$icondir/mimetypes/application-x-hdf.png ; \
++	done ;
++	/usr/bin/dh_icons -phdfview
+ 	@echo "Install HDFVIEW complete"
+ 
+ install-h5srb: ncsa.hdf.srb




More information about the debian-science-commits mailing list