Author: frankie
Date: 2007-12-19 12:25:41 +0000 (Wed, 19 Dec 2007)
New Revision: 1302

Modified:
   packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
   packages/geotiff/libgeotiff-dfsg/trunk/debian/control
   packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
Log:
Releasing 1.2.4-3


Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog     2007-12-19 
08:54:35 UTC (rev 1301)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/changelog     2007-12-19 
12:25:41 UTC (rev 1302)
@@ -1,8 +1,15 @@
-libgeotiff-dfsg (1.2.4-3) UNRELEASED; urgency=low
+libgeotiff-dfsg (1.2.4-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * [Lintian] debian-rules-ignores-make-clean-error cleaned in debian/rules.
+  * [Lintian] extended-description-line-too-long cleaned in debian/control.
+  * [Lintian] substvar-source-version-is-deprecated cleaned in debian/control.
+  * Introduced homepage field in debian/control.
+  * Added installation path for libraries searching at dh_shlibdeps call.
+  * Added LD_SHARED ovverride at building time in debian/rules to link against 
libc 
+    runtime also.
+  * Policy bumped to 3.7.3.
 
- -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 14 Nov 2007 18:05:20 
+0100
+ -- Francesco Paolo Lovergine <[EMAIL PROTECTED]>  Wed, 19 Dec 2007 13:21:20 
+0100
 
 libgeotiff-dfsg (1.2.4-2) unstable; urgency=high
 

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/control
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/control       2007-12-19 
08:54:35 UTC (rev 1301)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/control       2007-12-19 
12:25:41 UTC (rev 1302)
@@ -3,21 +3,20 @@
 Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <[EMAIL PROTECTED]>
 Build-Depends: debhelper (>= 5), autotools-dev, proj, zlib1g-dev, 
libjpeg62-dev, libtiff4-dev, dpatch
-Standards-Version: 3.7.2
+Standards-Version: 3.7.3
 Section: science
+Homepage: http://geotiff.maptools.org/
 
 Package: libgeotiff-dev
 Section: libdevel
 Architecture: any
-Depends: libgeotiff1.2 (= ${Source-Version})
+Depends: libgeotiff1.2 (= ${binary:Version})
 Suggests: libgeotiff-epsg
 Description: the GeoTIFF library -- development files
  This C library supports TIFF 6.0 based interchange format for georeferenced 
- raster imagery. The GeoTIFF standard has been developed for reading, and 
writing
- geographic meta-information tags on top of TIFF raster.
+ raster imagery. The GeoTIFF standard has been developed for reading, and 
+ writing geographic meta-information tags on top of TIFF raster.
  .
-  Home page: http://geotiff.maptools.org/
- .
  This package contains stuff to be used to develop programs based 
  on the GeoTIFF library.
 
@@ -28,11 +27,9 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: the GeoTIFF library -- run-time files
  This C library supports TIFF 6.0 based interchange format for georeferenced 
- raster imagery. The GeoTIFF standard has been developed for reading, and 
writing
- geographic meta-information tags on top of TIFF raster.
+ raster imagery. The GeoTIFF standard has been developed for reading, and 
+ writing geographic meta-information tags on top of TIFF raster.
  .
-  Home page: http://geotiff.maptools.org/
- .
  This package contains the shared library only.
 
 Package: geotiff-bin
@@ -42,12 +39,10 @@
 Suggests: gdal-bin, libgeotiff-epsg
 Description: the GeoTIFF library -- tools
  This C library supports TIFF 6.0 based interchange format for georeferenced 
- raster imagery. The GeoTIFF standard has been developed for reading, and 
writing
- geographic meta-information tags on top of TIFF raster.
+ raster imagery. The GeoTIFF standard has been developed for reading, and 
+ writing geographic meta-information tags on top of TIFF raster.
  .
  The GeoTIFF library comes with two utility programs here included:
  .
   listgeo - dumps the metadata of a GeoTIFF file.
   geotifcp - applies metadata to a TIFF file, making it a GeoTIFF file.
- .
-  Home page: http://geotiff.maptools.org/

Modified: packages/geotiff/libgeotiff-dfsg/trunk/debian/rules
===================================================================
--- packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 08:54:35 UTC 
(rev 1301)
+++ packages/geotiff/libgeotiff-dfsg/trunk/debian/rules 2007-12-19 12:25:41 UTC 
(rev 1302)
@@ -36,7 +36,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
-       $(MAKE)
+       $(MAKE) LD_SHARED="gcc -shared"
 
        touch $@
 
@@ -47,7 +47,8 @@
        rm -f build-stamp 
 
        # Add here commands to clean up after the build process.
-       -$(MAKE) dist-clean
+       [ ! -f $(CURDIR)/Makefile ] || $(MAKE) dist-clean
+
 ifneq "$(wildcard /usr/share/misc/config.sub)" ""
        cp -f /usr/share/misc/config.sub config.sub
 endif
@@ -87,7 +88,7 @@
        dh_fixperms
        dh_makeshlibs
        dh_installdeb
-       dh_shlibdeps
+       dh_shlibdeps -l$(CURDIR)/debian/tmp/usr/lib
        dh_gencontrol
        dh_md5sums
        dh_builddeb


_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel

Reply via email to