Your message dated Fri, 20 May 2016 19:44:57 +0200
with message-id <[email protected]>
and subject line 4.2r4-11.1 uploaded long ago, 4.2.10+ now in unstable
has caused the Debian Bug report #631782,
regarding libhdf4: diff for NMU version 4.2r4-11.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
631782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=631782
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libhdf4
Version: 4.2r4-11
Severity: normal
Tags: patch pending

Dear maintainer,

I've prepared an NMU for libhdf4 (versioned as 4.2r4-11.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Cheers

Luk
diff -u libhdf4-4.2r4/debian/control libhdf4-4.2r4/debian/control
--- libhdf4-4.2r4/debian/control
+++ libhdf4-4.2r4/debian/control
@@ -67,7 +67,7 @@
 Architecture: any
 Replaces: libhdf4g-dev (<< 4.2r4-1)
 Conflicts: libhdf4g-dev (<< 4.2r4-1)
-Depends: libhdf4-0 (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, ${misc:Depends}
+Depends: libhdf4-0 (= ${binary:Version}), zlib1g-dev, libjpeg-dev, ${misc:Depends}
 Description: The Hierarchical Data Format library -- development package
  HDF is a multi-object file format for storing and transferring
  graphical and numerical data mainly used in scientific computing. HDF
@@ -126,7 +126,7 @@
 Architecture: any
 Replaces: libhdf4-dev, libhdf4g-dev (<< 4.2r4-1)
 Conflicts: libhdf4-dev, libhdf4g-dev (<< 4.2r4-1)
-Depends: libhdf4-0-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, libnetcdf-dev, ${misc:Depends}
+Depends: libhdf4-0-alt (= ${binary:Version}), zlib1g-dev, libjpeg-dev, libnetcdf-dev, ${misc:Depends}
 Description: The Hierarchical Data Format library -- development package
  HDF is a multi-object file format for storing and transferring
  graphical and numerical data mainly used in scientific computing. HDF
diff -u libhdf4-4.2r4/debian/rules libhdf4-4.2r4/debian/rules
--- libhdf4-4.2r4/debian/rules
+++ libhdf4-4.2r4/debian/rules
@@ -153,7 +153,11 @@
 	for obj in $(DESTDIR)/usr/bin/* $(DESTDIR)/usr/lib/*.so.* $(DESTDIR)/usr/lib-alt/*.so.*; do \
 		chrpath -d $${obj} || true; \
 	done
-	
+
+	# Empty out the dependency field in our .la files
+	for file in $(DESTDIR)/usr/lib/*.la $(DESTDIR)/usr/lib-alt/*.la; do \
+		sed -i -e "/dependency_libs/ s/'.*'/''/" $$file ; \
+	done	
 	# rename programs also provided by netcdf-bin
 	mv $(DESTDIR)/usr/bin/ncdump $(DESTDIR)/usr/bin/ncdump-hdf
 	mv $(DESTDIR)/usr/bin/ncgen $(DESTDIR)/usr/bin/ncgen-hdf
diff -u libhdf4-4.2r4/debian/changelog libhdf4-4.2r4/debian/changelog
--- libhdf4-4.2r4/debian/changelog
+++ libhdf4-4.2r4/debian/changelog
@@ -1,3 +1,11 @@
+libhdf4 (4.2r4-11.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Empty dependency_libs (Closes: #620593, #605002).
+  * Depend on libjpeg-dev (Closes: #629968).
+
+ -- Luk Claes <[email protected]>  Mon, 27 Jun 2011 07:52:19 +0200
+
 libhdf4 (4.2r4-11) unstable; urgency=high
 
   * Fixes hdfi.h for SPARC. Thanks Aurelien Jarno.

--- End Message ---
--- Begin Message ---

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to