[DebianGIS-dev] r2010 - packages/libhdf4/trunk/debian
frankie at alioth.debian.org
frankie at alioth.debian.org
Fri Mar 13 09:30:20 UTC 2009
Author: frankie
Date: 2009-03-13 09:30:19 +0000 (Fri, 13 Mar 2009)
New Revision: 2010
Modified:
packages/libhdf4/trunk/debian/control
packages/libhdf4/trunk/debian/copyright
packages/libhdf4/trunk/debian/rules
Log:
Fixed rpath stripping and changed libnetcdf-dev dependency
Modified: packages/libhdf4/trunk/debian/control
===================================================================
--- packages/libhdf4/trunk/debian/control 2009-03-12 20:23:07 UTC (rev 2009)
+++ packages/libhdf4/trunk/debian/control 2009-03-13 09:30:19 UTC (rev 2010)
@@ -106,7 +106,8 @@
Architecture: any
Replaces: libhdf4-dev
Conflicts: libhdf4-dev
-Depends: libhdf4-0-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, libnetcdf-dev, ${misc:Depends}
+Depends: libhdf4-0-alt (= ${binary:Version}), zlib1g-dev, libjpeg62-dev, ${misc:Depends}
+Suggests: libnetcdf-dev
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
Modified: packages/libhdf4/trunk/debian/copyright
===================================================================
--- packages/libhdf4/trunk/debian/copyright 2009-03-12 20:23:07 UTC (rev 2009)
+++ packages/libhdf4/trunk/debian/copyright 2009-03-13 09:30:19 UTC (rev 2010)
@@ -190,6 +190,7 @@
The original packaging is Copyright 1997, 1998, 1999, 2000, 2001 Philippe Troin
<phil at fifi.org> and is licensed under the GNU General Public License (GPL).
On Debian systems, the GPL can be found in /usr/share/common-licenses/GPL.
+
Packaging has been extensively changed in release 4.2r3 by
Francesco Paolo Lovergine <frankie at debian.org> and released under the
same terms.
Modified: packages/libhdf4/trunk/debian/rules
===================================================================
--- packages/libhdf4/trunk/debian/rules 2009-03-12 20:23:07 UTC (rev 2009)
+++ packages/libhdf4/trunk/debian/rules 2009-03-13 09:30:19 UTC (rev 2010)
@@ -140,10 +140,10 @@
mv $(DESTDIR_ALT)/usr/include $(DESTDIR)/usr/include-alt
# strip rpath into binaries and libraries
- for obj in $(DESTDIR)/usr/bin/* $(DESTDIR)/usr/lib/* $(DESTDIR)/usr/lib-alt/*; do \
+ for obj in $(DESTDIR)/usr/bin/* $(DESTDIR)/usr/lib/*.so.* $(DESTDIR)/usr/lib-alt/*.so.*; do \
chrpath -d $${obj}; \
done
-
+
touch $@
binary-arch: install
More information about the Pkg-grass-devel
mailing list