[DebianGIS-dev] r2128 - packages/dans-gdal-scripts/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Thu Apr 2 19:10:15 UTC 2009


Author: frankie
Date: 2009-04-02 19:10:15 +0000 (Thu, 02 Apr 2009)
New Revision: 2128

Modified:
   packages/dans-gdal-scripts/trunk/debian/changelog
   packages/dans-gdal-scripts/trunk/debian/control
   packages/dans-gdal-scripts/trunk/debian/copyright
   packages/dans-gdal-scripts/trunk/debian/rules
Log:


Modified: packages/dans-gdal-scripts/trunk/debian/changelog
===================================================================
--- packages/dans-gdal-scripts/trunk/debian/changelog	2009-04-01 15:13:12 UTC (rev 2127)
+++ packages/dans-gdal-scripts/trunk/debian/changelog	2009-04-02 19:10:15 UTC (rev 2128)
@@ -1,6 +1,6 @@
 dans-gdal-scripts (0.14-1) unstable; urgency=low
 
   * Initial release.
-    (closes: )
+    (closes: #521182)
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 25 Mar 2009 10:55:18 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 28 Mar 2009 23:27:21 +0100

Modified: packages/dans-gdal-scripts/trunk/debian/control
===================================================================
--- packages/dans-gdal-scripts/trunk/debian/control	2009-04-01 15:13:12 UTC (rev 2127)
+++ packages/dans-gdal-scripts/trunk/debian/control	2009-04-02 19:10:15 UTC (rev 2128)
@@ -1,8 +1,9 @@
 Source: dans-gdal-scripts
 Section: science
 Priority: extra
-Maintainer: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 7), autotools-dev, libgdal1-dev, proj
+Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
+Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
+Build-Depends: debhelper (>= 7), autotools-dev, libgdal1-dev, libproj-dev
 Standards-Version: 3.8.1
 Homepage: http://www.gina.alaska.edu/projects/gina-tools
 
@@ -12,7 +13,7 @@
 Provides: gdal-contrib
 Recommends: gdal-bin
 Description: GDAL contributed tools by Geographic Information Network of Alaska
- Dan Stahlke's GDAL contributed tools are a collection of useful tools to
+ Dan Stahlke's GDAL contributed tools are a collection of useful programs to
  perform common raster operations. The included tools are:
  gdal_contrast_stretch, gdal_dem2rgb, gdal_get_projected_bounds,
  gdal_landsat_pansharpi, gdal_list_corners, gdal_merge_simple, gdal_merge_vrt 	

Modified: packages/dans-gdal-scripts/trunk/debian/copyright
===================================================================
--- packages/dans-gdal-scripts/trunk/debian/copyright	2009-04-01 15:13:12 UTC (rev 2127)
+++ packages/dans-gdal-scripts/trunk/debian/copyright	2009-04-02 19:10:15 UTC (rev 2128)
@@ -9,7 +9,7 @@
 
 Copyright:
 
-Copyright (c) 2009, Regents of the University of Alaska
+    Copyright (c) 2009, Regents of the University of Alaska
 
 License:
 

Modified: packages/dans-gdal-scripts/trunk/debian/rules
===================================================================
--- packages/dans-gdal-scripts/trunk/debian/rules	2009-04-01 15:13:12 UTC (rev 2127)
+++ packages/dans-gdal-scripts/trunk/debian/rules	2009-04-02 19:10:15 UTC (rev 2128)
@@ -25,29 +25,24 @@
 ifneq "$(wildcard /usr/share/misc/config.guess)" ""
 	cp -f /usr/share/misc/config.guess config.guess
 endif
-	./configure $(CROSS) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info CFLAGS="$(CFLAGS)" LDFLAGS="-Wl,-z,defs"
+	dh_auto_configure
 
-
 build: build-stamp
 
 build-stamp:  config.status 
 	dh_testdir
-
+	
 	# Add here commands to compile the package.
-	$(MAKE)
-	#docbook-to-man debian/dans-gdal-scripts.sgml > dans-gdal-scripts.1
-
+	dh_auto_build
 	touch $@
 
 clean: 
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
-
+	
 	# Add here commands to clean up after the build process.
-	[ ! -f Makefile ] || $(MAKE) distclean
+	dh_auto_clean	
 	rm -f config.sub config.guess
-
 	dh_clean 
 
 install: build
@@ -55,10 +50,10 @@
 	dh_testroot
 	dh_prep  
 	dh_installdirs
-
+	
 	# Add here commands to install the package into debian/dans-gdal-scripts.
-	$(MAKE) DESTDIR=$(CURDIR)/debian/dans-gdal-scripts install
-
+	dh_auto_install
+	
 # Build architecture-independent files here.
 binary-indep: install
 # We have nothing to do by default.




More information about the Pkg-grass-devel mailing list