This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository pktools.
commit 86a3d1f70b618401c4ba55e4297f3ac1f77a1c82 Author: Bas Couwenberg <[email protected]> Date: Wed May 18 00:18:53 2016 +0200 Add library package for libbase. --- debian/changelog | 1 + debian/control | 24 ++++++++++++++++++++++++ debian/libbase1.install | 1 + 3 files changed, 26 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3bbf2c7..4933f59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ pktools (2.6.7-1) UNRELEASED; urgency=medium * Enable all hardening buildflags. * Update manpages for upstream changes. * Add patch to fix SOVERSION. + * Add library package for libbase. -- Bas Couwenberg <[email protected]> Tue, 17 May 2016 20:46:48 +0200 diff --git a/debian/control b/debian/control index 61b7bb1..004d99c 100644 --- a/debian/control +++ b/debian/control @@ -45,6 +45,7 @@ Package: pktools-dev Architecture: any Section: libdevel Depends: libalgorithms1 (= ${binary:Version}), + libbase1 (= ${binary:Version}), libfileclasses1 (= ${binary:Version}), libimageclasses1 (= ${binary:Version}), liblasclasses1 (= ${binary:Version}), @@ -92,6 +93,29 @@ Description: GDAL add-on tools to perform useful raster processing - libalgorith . This package contains the libalgorithms shared library. +Package: libbase1 +Architecture: any +Section: libs +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, + ${misc:Depends} +Breaks: pktools (<< 2.5.4) +Replaces: pktools (<< 2.5.4) +Description: GDAL add-on tools to perform useful raster processing - libbase + Pktools is a collection of programs to perform operations, mostly on + raster geolocated images. It heavily relies on the Geospatial Data + Abstraction Library (GDAL) and OGR. The programs are similar to the + GDAL tools (gdalinfo, gdal_translate, gdal_merge, ...) and some of the + functionalities provided in pktools already exist in the GDAL tools. + . + All utilities in pktools use command line options and have a built + in help, and include more than thirty binaries to edit, change, crop, + classify, compare, dump, fill, enhance images and many other + common operations useful in the remote sensing field of image + analysis. + . + This package contains the libbase shared library. + Package: libfileclasses1 Architecture: any Section: libs diff --git a/debian/libbase1.install b/debian/libbase1.install new file mode 100644 index 0000000..0859144 --- /dev/null +++ b/debian/libbase1.install @@ -0,0 +1 @@ +usr/lib/libbase.so.* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

