[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 29c7c0769d92d61e9b39310b71ccecfd98e0bee8
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Mon Mar 19 17:21:56 2012 +0100

Moved to split C/C++ libs.

diff --git a/debian/changelog b/debian/changelog
index 0ee5b3d..e5d7dbd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ liblas (1.7.0-1) unstable; urgency=low
   * Added new build-dep: libboost-dev.
   * Debhelper level set to 9.
   * debian/copyright now is in format 1.0.
+  * Now both a C and a C++ bindings are provided, so
+new binary packages have been introduced, with SONAME
+bumping.
 
  -- Francesco Paolo Lovergine fran...@debian.org  Tue, 13 Mar 2012 23:20:57 
+0100
 
diff --git a/debian/control b/debian/control
index 6115015..5491bf0 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Homepage: http://liblas.org/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-grass/packages/liblas/trunk
 Vcs-Svn: svn://svn.debian.org/svn/pkg-grass/packages/liblas/trunk
 
-Package: liblas1
+Package: liblas-c2
 Architecture: any
 Section: libs
 Suggests: libgeotiff-epsg
@@ -32,12 +32,30 @@ Description: ASPRS LiDAR data translation library
  target. The prevalent method to determine distance to an object or
  surface is to use laser pulses.
  .
- This package contains the shared library used by applications.
+ This package contains the C shared library used by applications.
+
+Package: liblas2
+Architecture: any
+Section: libs
+Suggests: libgeotiff-epsg
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: ASPRS LiDAR data translation library
+ libLAS is a C/C++ library for reading and writing ASPRS LAS versions
+ 1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
+ used to store data from sensors and as intermediate processing storage
+ by some LiDAR-related applications. LiDAR (Light Detection and Ranging)
+ is an optical remote sensing technology that measures properties of
+ scattered light to find range and/or other information of a distant
+ target. The prevalent method to determine distance to an object or
+ surface is to use laser pulses.
+ .
+ This package contains the C++ shared library used by applications.
 
 Package: liblas-dev
 Architecture: any
 Section: libdevel
-Depends: liblas1 (= ${binary:Version}), libtiff4-dev, libgeotiff-dev, 
libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
+Depends: liblas-c2 (= ${binary:Version}), libtiff5-dev, libgeotiff-dev, 
+ libgdal1-dev, ${shlibs:Depends}, ${misc:Depends}
 Description: ASPRS LiDAR data translation library - development 
  libLAS is a C/C++ library for reading and writing ASPRS LAS versions
  1.0, 1.1 and 1.2 data. The LAS format is a sequential binary format
@@ -52,7 +70,7 @@ Description: ASPRS LiDAR data translation library - 
development
 
 Package: liblas-bin
 Architecture: any
-Depends: liblas1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Suggests: libgeotiff-epsg
 Description: ASPRS LiDAR data translation toolset
  libLAS is a C/C++ library for reading and writing ASPRS LAS versions

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit b10046084dad138328482caebce08abf798859c7
Merge: 29c7c0769d92d61e9b39310b71ccecfd98e0bee8 
f6b31a105ee887ceaf8d23f2307fbcef311bcba9
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Nov 26 16:02:43 2013 +0100

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/liblas

Conflicts:
debian/control

diff --combined debian/changelog
index e5d7dbd,453c316..4265e21
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,7 -1,13 +1,13 @@@
- liblas (1.7.0-1) unstable; urgency=low
+ liblas (1.7.0-1) UNRELEASED; urgency=low
  
[ David Paleino ]
* Updated debian/watch to reflect new source location.
+   * Package moved to git, reflect the change in Vcs-* fields.
+   * Moved from CDBS to dh
+   * Added myself to Uploaders
+   * Dropped patches, no more needed
+   * Libraries split: liblas(2) and liblas-c(2), since both a C and a C++
+ version is provided. The same applies for the -dev packages.
  
[ Francesco Paolo Lovergine ]
* New upstream version with SONAME bumping.
@@@ -13,11 -19,8 +19,11 @@@
* Added new build-dep: libboost-dev.
* Debhelper level set to 9.
* debian/copyright now is in format 1.0.
 +  * Now both a C and a C++ bindings are provided, so
 +new binary packages have been introduced, with SONAME
 +bumping.
  
-  -- Francesco Paolo Lovergine fran...@debian.org  Tue, 13 Mar 2012 23:20:57 
+0100
+  -- David Paleino da...@debian.org  Mon, 23 Apr 2012 18:04:37 +0200
  
  liblas (1.2.1-1) unstable; urgency=low
  

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 8691cdeb746f5e989493a54e7669f03d2803c22a
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Fri Dec 20 15:21:18 2013 +0100

Minor changes

diff --git a/debian/changelog b/debian/changelog
index cc29713..a2f8320 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+liblas (1.7.0-2) UNRELEASED; urgency=medium
+
+  * Changed libgdal1-dev b-d in libgdal-dev.
+  * Policy bumped to 3.9.5. 
+  * Revised Vcs* fields in debian/control.
+
+ -- Francesco Paolo Lovergine fran...@debian.org  Wed, 11 Dec 2013 17:54:59 
+0100
+
 liblas (1.7.0-1) experimental; urgency=low
 
   [ David Paleino ]
diff --git a/debian/control b/debian/control
index ea15cbd..191f9b1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: liblas
 Section: science
-Priority: extra
+Priority: optional
 Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
 Uploaders: Francesco Paolo Lovergine fran...@debian.org
  , David Paleino da...@debian.org
@@ -8,15 +8,16 @@ Build-Depends:
  debhelper (= 9)
  , cmake
  , libgeotiff-dev
- , libgdal1-dev (= 1.7.0)
+ , libgdal-dev (= 1.10.0~)
  , libtiff5-dev | libtiff-dev
  , libboost-dev
  , libboost-program-options-dev
  , libboost-thread-dev
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://liblas.org/
-Vcs-Browser: http://git.debian.org/?p=pkg-grass/liblas.git
-Vcs-Git: git://git.debian.org/git/pkg-grass/liblas.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git
+Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git
+
 
 Package: liblas2
 Architecture: any

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit f353de5a5c439a66387cd2fd7bbb1ccf86f4d17f
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Nov 26 16:04:19 2013 +0100

Tagging for experimental.

diff --git a/debian/changelog b/debian/changelog
index 4265e21..cc29713 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-liblas (1.7.0-1) UNRELEASED; urgency=low
+liblas (1.7.0-1) experimental; urgency=low
 
   [ David Paleino ]
   * Updated debian/watch to reflect new source location.
@@ -23,7 +23,7 @@ liblas (1.7.0-1) UNRELEASED; urgency=low
 new binary packages have been introduced, with SONAME
 bumping.
 
- -- David Paleino da...@debian.org  Mon, 23 Apr 2012 18:04:37 +0200
+ -- Francesco Paolo Lovergine fran...@debian.org  Tue, 26 Nov 2013 16:03:56 
+0100
 
 liblas (1.2.1-1) unstable; urgency=low
 

-- 
ASPRS LiDAR data translation library

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


[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-34-g5c9cc35

2014-01-07 Thread Francesco Paolo Lovergine
The following commit has been merged in the master branch:
commit 5c9cc358b5f081db34a1f7b8bd542f9fdb553447
Merge: 8691cdeb746f5e989493a54e7669f03d2803c22a 
3f8b88ec3f7ab0234b6e5fb136a7007ec1b2fdce
Author: Francesco Paolo Lovergine fran...@debian.org
Date:   Tue Jan 7 11:44:18 2014 +0100

Merge branch 'master' of ssh://git.debian.org/git/pkg-grass/liblas

Conflicts:
debian/changelog
debian/control

diff --combined debian/changelog
index a2f8320,ecf6530..dfb44aa
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,10 -1,23 +1,31 @@@
 +liblas (1.7.0-2) UNRELEASED; urgency=medium
 +
 +  * Changed libgdal1-dev b-d in libgdal-dev.
 +  * Policy bumped to 3.9.5. 
 +  * Revised Vcs* fields in debian/control.
 +
 + -- Francesco Paolo Lovergine fran...@debian.org  Wed, 11 Dec 2013 17:54:59 
+0100
++===
+ liblas (1.7.0+dfsg-2) unstable; urgency=medium
+ 
+   * Fixed missing linking of system boost component.
+ (closes: #733282)
+ 
+  -- Francesco Paolo Lovergine fran...@debian.org  Sun, 05 Jan 2014 17:00:29 
+0100
+ 
+ liblas (1.7.0+dfsg-1) unstable; urgency=medium
+ 
+   * Merged change accepted upstream to substitute the non-free SHA1
+ implementation with a MIT/X11 implementation as provided by 
+ http://tamale.net/sha1
+ (closes: #730754)
+   * Revised debian/copyright to reflect changes and missing licenses.
+ (closes: #730755)
+   * Policy bumped to 3.9.5, no changes required.
+   * Moved to new libgdal-dev b-d.
+   * Moved to canonical Vcs-* fields.
+ 
+  -- Francesco Paolo Lovergine fran...@debian.org  Fri, 27 Dec 2013 18:31:02 
+0100
  
  liblas (1.7.0-1) experimental; urgency=low
  
diff --combined debian/control
index 191f9b1,ad93ad4..edf96c3
--- a/debian/control
+++ b/debian/control
@@@ -1,6 -1,6 +1,6 @@@
  Source: liblas
  Section: science
 -Priority: extra
 +Priority: optional
  Maintainer: Debian GIS Project pkg-grass-devel@lists.alioth.debian.org
  Uploaders: Francesco Paolo Lovergine fran...@debian.org
   , David Paleino da...@debian.org
@@@ -18,7 -18,6 +18,6 @@@ Homepage: http://liblas.org
  Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/liblas.git
  Vcs-Git: git://anonscm.debian.org/pkg-grass/liblas.git
  
- 
  Package: liblas2
  Architecture: any
  Section: libs

-- 
ASPRS LiDAR data translation library

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