[SCM] liblas branch, master, updated. debian/1.2.1-1-7-g8aba9b9

Francesco Paolo Lovergine frankie at debian.org
Mon Mar 12 22:53:00 UTC 2012


The following commit has been merged in the master branch:
commit 8aba9b9ae53ba8a14c1949ecd72976785a92341f
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Mon Mar 12 23:52:18 2012 +0100

    Pushed 1.7 version.

diff --git a/debian/changelog b/debian/changelog
index 6b21103..5269d0e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,18 @@
-liblas (1.6.0-1) UNRELEASED; urgency=low
+liblas (1.7.0-1) unstable; urgency=low
 
-  * New upstream version
-  * Updated debian/watch to reflect new source location
+  [ David Paleino ]
+  * Updated debian/watch to reflect new source location.
 
- -- David Paleino <dapal at debian.org>  Sat, 12 Feb 2011 18:22:20 +0100
+  [ Francesco Paolo Lovergine ]
+  * New upstream version with SONAME bumping.
+  * Moved to source format 3.0.
+  * Policy bumped to 3.9.3, no changes required.
+  * Strictly depends on GDAL 1.7+.
+  * Now use the new TIFF library.
+  * Debhelper moved to level 8.
+  * Added new build-dep: libboost-dev.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sun, 11 Mar 2012 14:34:42 +0100
 
 liblas (1.2.1-1) unstable; urgency=low
 
diff --git a/debian/compat b/debian/compat
index 7f8f011..45a4fb7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+8
diff --git a/debian/control b/debian/control
index 2f91644..69fd63a 100644
--- a/debian/control
+++ b/debian/control
@@ -3,9 +3,12 @@ Section: science
 Priority: extra
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: cdbs (>= 0.4.49), debhelper (>= 7), autotools-dev, 
- libgeotiff-dev, libgdal1-dev, quilt, libtiff4-dev
-Standards-Version: 3.8.3
+Build-Depends: cdbs (>= 0.4.49), debhelper (>= 8), cmake,
+ libgeotiff-dev, libgdal1-dev (>= 1.7.0), libtiff5-dev,
+ libboost-dev,
+ libboost-program-options-dev,
+ libboost-thread-dev
+Standards-Version: 3.9.3
 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
diff --git a/debian/patches/series b/debian/patches/series
index 5c3cb70..9efa695 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
 # no patches
-missing.diff
+#missing.diff
diff --git a/debian/rules b/debian/rules
index abd1373..e3b25fa 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,12 @@
 #!/usr/bin/make -f
 
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/autotools.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+include /usr/share/cdbs/1/class/cmake.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
 
-DEB_CONFIGURE_EXTRA_FLAGS = --with-gdal=/usr/bin/gdal-config --with-geotiff=/usr
-DEB_MAKE_CHECK_TARGET = check
+DEB_CONFIGURE_EXTRA_FLAGS = \
+					-DWITH-GDAL=TRUE \
+					-DWITH-GEOTIFF=TRUE
+
+#DEB_MAKE_CHECK_TARGET = test
 
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)

-- 
ASPRS LiDAR data translation library



More information about the Pkg-grass-devel mailing list