[pktools] 02/03: Removed patches and introduced a new -dev package.

Francesco Lovergine frankie at moszumanska.debian.org
Thu Mar 27 15:30:51 UTC 2014


This is an automated email from the git hooks/post-receive script.

frankie pushed a commit to branch master
in repository pktools.

commit b7aef0792c0918e5188e3c7cf4a699baf25841bf
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date:   Thu Mar 27 16:29:11 2014 +0100

    Removed patches and introduced a new -dev package.
    
    Upstream fixed versioning and headers location as requested.
---
 debian/changelog           |  4 ++--
 debian/control             | 20 ++++++++++++++++++++
 debian/patches/config.h.in | 37 -------------------------------------
 debian/patches/fixdef      | 12 ------------
 debian/patches/series      |  1 -
 5 files changed, 22 insertions(+), 52 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cf4dcd7..af302b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-pktools (2.4.3-1) unstable; urgency=low
+pktools (2.5.2-1) unstable; urgency=low
 
   * Initial release (closes: #732531).
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 18 Dec 2013 14:43:00 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Thu, 27 Mar 2014 15:57:15 +0100
diff --git a/debian/control b/debian/control
index 05088c4..46f986d 100644
--- a/debian/control
+++ b/debian/control
@@ -33,3 +33,23 @@ Description: GDAL add-on tools to perform useful raster processing
  classify, compare, dump, fill, enhance images and many other 
  common operations useful in the remote sensing field of image 
  analysis.
+
+Package: pktools-dev
+Architecture: any
+Section: libdevel
+Depends: pktools (= ${binary:Version}), ${misc:Depends}, libgdal-dev
+Description: GDAL add-on tools to perform useful raster processing
+ A collection of programs to perform operations, mostly on raster 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 files needed to develop a software that
+ uses the pktools libraries.
diff --git a/debian/patches/config.h.in b/debian/patches/config.h.in
deleted file mode 100644
index 91bd6e1..0000000
--- a/debian/patches/config.h.in
+++ /dev/null
@@ -1,37 +0,0 @@
-Index: pktools/config.h.in
-===================================================================
---- pktools.orig/config.h.in	2013-12-20 14:36:34.000000000 +0100
-+++ pktools/config.h.in	2013-12-20 14:37:29.000000000 +0100
-@@ -50,25 +50,25 @@
- #undef LT_OBJDIR
- 
- /* Name of package */
--#undef PACKAGE
-+#undef PK_PACKAGE
- 
- /* Define to the address where bug reports for this package should be sent. */
--#undef PACKAGE_BUGREPORT
-+#undef PK_PACKAGE_BUGREPORT
- 
- /* Define to the full name of this package. */
--#undef PACKAGE_NAME
-+#undef PK_PACKAGE_NAME
- 
- /* Define to the full name and version of this package. */
--#undef PACKAGE_STRING
-+#undef PK_PACKAGE_STRING
- 
- /* Define to the one symbol short name of this package. */
--#undef PACKAGE_TARNAME
-+#undef PK_PACKAGE_TARNAME
- 
- /* Define to the home page for this package. */
--#undef PACKAGE_URL
-+#undef PK_PACKAGE_URL
- 
- /* Define to the version of this package. */
--#undef PACKAGE_VERSION
-+#undef PK_PACKAGE_VERSION
- 
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
diff --git a/debian/patches/fixdef b/debian/patches/fixdef
deleted file mode 100644
index ec3c95c..0000000
--- a/debian/patches/fixdef
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: pktools-2.4.3/config.h
-===================================================================
---- pktools-2.4.3.orig/config.h	2013-12-18 15:49:51.000000000 +0100
-+++ pktools-2.4.3/config.h	2013-12-18 18:02:52.000000000 +0100
-@@ -54,6 +54,7 @@
- #define PACKAGE "pktools"
- 
- /* Define to the address where bug reports for this package should be sent. */
-+#undef PACKAGE_BUGREPORT
- #define PACKAGE_BUGREPORT "kempenep at gmail.com"
- 
- /* Define to the full name of this package. */
diff --git a/debian/patches/series b/debian/patches/series
index 971612d..e69de29 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +0,0 @@
-fixdef

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/pktools.git



More information about the Pkg-grass-devel mailing list