User: shalasz-guest
  Date: 05/12/29 01:29:37

  Modified:    debian   changelog control rules
  Added:       debian   libgdal1.3.1-1-dev.files
                        libgdal1.3.1-1-dev.substvar libgdal1.3.1-1.docs
                        libgdal1.3.1-1.files
                        libgdal1.3.1-1.postinst.debhelper
                        libgdal1.3.1-1.postrm.debhelper
                        libgdal1.3.1-1.substvar libgdal1.3.1-1.substvars
  Removed:     debian   libgdal1-dev.files libgdal1-dev.substvar
                        libgdal1.docs libgdal1.files libgdal1c2a.docs
                        libgdal1c2a.files libgdal1c2a.postinst.debhelper
                        libgdal1c2a.postrm.debhelper libgdal1c2a.substvars
  Log:
  * rename to libgdal1.3.1-1 / libgdal1.3.1-1-dev
  
  Revision  Changes    Path
  1.2       +5 -0      gdal/debian/changelog
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/changelog?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/changelog?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/changelog.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: changelog
  ===================================================================
  RCS file: /cvsroot/pkg-grass/gdal/debian/changelog,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changelog 15 Dec 2005 02:23:49 -0000      1.1
  +++ changelog 29 Dec 2005 01:29:37 -0000      1.2
  @@ -5,6 +5,11 @@
     * Switch to team maintenance by the Debian GIS Project
     * Build-dep on libpq-dev | postgresql-dev for postgresql transition
     * Remove build-dep on postgresql-client
  +  * Make libgdal-dev depend on a number of -dev packages so that
  +    packages depending on libgdal-dev don't have to depend on them
  +  * Change library package names to libgdal1.3.1-1 / libgdal1.3.1-1-dev
  +    to reflect C++ ABI change that will be expected with every new
  +    version
   
    -- Steve Halasz <[EMAIL PROTECTED]>  Wed, 14 Dec 2005 09:54:11 -0500
   
  
  
  
  1.3       +8 -7      gdal/debian/control
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/control?annotate=1.3&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/control?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/control.diff?r1=1.3&r2=1.2&cvsroot=
  
  -----------------------------------
  
  Index: control
  ===================================================================
  RCS file: /cvsroot/pkg-grass/gdal/debian/control,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- control   19 Dec 2005 02:22:31 -0000      1.2
  +++ control   29 Dec 2005 01:29:37 -0000      1.3
  @@ -6,13 +6,13 @@
   Build-Depends: debhelper (>> 4.1.25), zlib1g-dev, libcfitsio-dev, 
netcdfg-dev, libtiff4-dev, libjasper-1.701-dev, libpng12-dev, libjpeg62-dev, 
libungif4-dev, libhdf4g-dev, libpq-dev | postgresql-dev, libxerces26-dev, 
unixodbc-dev, libsqlite0-dev, python-dev, python-numeric, doxygen, d-shlibs, 
libgeos-dev
   Standards-Version: 3.6.1
   
  -Package: libgdal1c2a
  +Package: libgdal1.3.1-1
   Section: libs
   Architecture: any
   Depends: ${shlibs:Depends}
   Recommends: proj
  -Conflicts: libgdal1, libgdal1c2
  -Replaces: libgdal1, libgdal1c2
  +Conflicts: libgdal1, libgdal1c2, libgdal1c2a
  +Replaces: libgdal1, libgdal1c2, libgdal1c2a
   Description: Geospatial Data Abstraction Library
    GDAL is a translator library for raster geospatial data formats.
    As a library, it presents a single abstract data model to the
  @@ -32,13 +32,14 @@
    .
    This package contains shared library.
   
  -Package: libgdal1-dev
  +Package: libgdal1.3.1-1-dev
   Section: libdevel
   Architecture: any
  -Depends: libgdal1c2a (=${Source-Version}), libc6-dev, unixodbc-dev
  +Depends: libgdal1.3.1-1 (=${Source-Version}), libc6-dev, libcfitsio-dev, 
netcdfg-dev, libtiff4-dev, libjasper-1.701-dev, libpng12-dev, libjpeg62-dev, 
libungif4-dev, libhdf4g-dev, libpq-dev | postgresql-dev, libxerces26-dev, 
unixodbc-dev, libsqlite0-dev
   Suggests: libgdal-doc
   Provides: libgdal-dev
  -Conflicts: libgdal-dev
  +Replaces: libgdal1-dev
  +Conflicts: libgdal-dev, libgdal1-dev
   Description: Geospatial Data Abstraction Library - Development files
    GDAL is a translator library for raster geospatial data formats.
    As a library, it presents a single abstract data model to the
  @@ -62,7 +63,7 @@
   Package: libgdal-doc
   Section: doc
   Architecture: all
  -Suggests: libgdal1c2a (=${Source-Version})
  +Suggests: libgdal1.3.1-1 (=${Source-Version})
   Description: Documentation for the Geospatial Data Abstraction Library
    GDAL is a translator library for raster geospatial data formats.
    As a library, it presents a single abstract data model to the
  
  
  
  1.2       +2 -2      gdal/debian/rules
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/rules?annotate=1.2&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/rules?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=
  
  CVSWeb: Diff to previous version:   
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/rules.diff?r1=1.2&r2=1.1&cvsroot=
  
  -----------------------------------
  
  Index: rules
  ===================================================================
  RCS file: /cvsroot/pkg-grass/gdal/debian/rules,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- rules     15 Dec 2005 02:23:49 -0000      1.1
  +++ rules     29 Dec 2005 01:29:37 -0000      1.2
  @@ -99,9 +99,9 @@
        dh_strip
        dh_compress
        dh_fixperms
  -     dh_makeshlibs -V'libgdal1c2a (>= 1.2.6)'
  +     dh_makeshlibs
        dh_installdeb
  -     dh_shlibdeps -L libgdal1c2a -l.
  +     dh_shlibdeps -L libgdal1.3.1-1 -l.
        dh_python
        dh_gencontrol
        dh_md5sums
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1-dev.files
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1-dev.files?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1-dev.files?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1-dev.files
  ===================================================================
  usr/bin/gdal-config
  usr/include
  usr/lib/libgdal.a
  usr/lib/libgdal.la
  usr/lib/libgdal.so
  usr/share/man/man1/gdal-config.1
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1-dev.substvar
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1-dev.substvar?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1-dev.substvar?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1-dev.substvar
  ===================================================================
  devlibs:Depends=
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1.docs
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.docs?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.docs?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1.docs
  ===================================================================
  NEWS
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1.files
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.files?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.files?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1.files
  ===================================================================
  usr/lib/libgdal.so.*
  usr/share/gdal
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1.postinst.debhelper
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.postinst.debhelper?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.postinst.debhelper?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1.postinst.debhelper
  ===================================================================
  # Automatically added by dh_makeshlibs
  if [ "$1" = "configure" ]; then
        ldconfig
  fi
  # End automatically added section
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1.postrm.debhelper
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.postrm.debhelper?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.postrm.debhelper?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1.postrm.debhelper
  ===================================================================
  # Automatically added by dh_makeshlibs
  if [ "$1" = "remove" ]; then
        ldconfig
  fi
  # End automatically added section
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1.substvar
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.substvar?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.substvar?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1.substvar
  ===================================================================
  shlibs:Depends=libc6 (>= 2.3.5-1), libcfitsio2, libgcc1 (>= 1:4.0.2), 
libgeos2c2, libhdf4g (>=4.1r4), libjasper-1.701-1 (>= 1.701.0), libjpeg62, 
libpng12-0 (>= 1.2.8rel), libpq4, libstdc++6 (>= 4.0.2-4), libtiff4, libungif4g 
(>= 4.1.3), libxerces26c2, netcdfg3 (>= 3.5.0-1), unixodbc (>= 2.2.11-1), 
zlib1g (>= 1:1.2.1)
  
  
  
  1.1                  gdal/debian/libgdal1.3.1-1.substvars
  
  CVSWEB Options: -------------------
  
  CVSWeb: Annotate this file:            
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.substvars?annotate=1.1&cvsroot=
  
  CVSWeb: View this file:             
http://cvs.alioth.debian.org/cgi-bin/cvsweb.cgi/pkg-grass/gdal/debian/libgdal1.3.1-1.substvars?rev=1.1&content-type=text/x-cvsweb-markup&cvsroot=
  
  -----------------------------------
  
  Index: libgdal1.3.1-1.substvars
  ===================================================================
  shlibs:Depends=libc6 (>= 2.3.5-1), libcfitsio2, libgcc1 (>= 1:4.0.2), 
libgeos2c2, libhdf4g (>=4.1r4), libjasper-1.701-1 (>= 1.701.0), libjpeg62, 
libpng12-0 (>= 1.2.8rel), libpq4, libstdc++6 (>= 4.0.2-4), libtiff4, libungif4g 
(>= 4.1.3), libxerces26c2, netcdfg3 (>= 3.5.0-1), unixodbc (>= 2.2.11-1), 
zlib1g (>= 1:1.2.1)
  
  
  

_______________________________________________
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