[SCM] mapserver branch, master, updated. upstream/5.6.6-8-g83f46ba

Francesco P. Lovergine francesco at lovergine.com
Sat Mar 12 10:37:08 UTC 2011


The following commit has been merged in the master branch:
commit 9bde97983a32412d1cd981a2b4faef9ed2fd7ecb
Author: Francesco P. Lovergine <francesco at lovergine.com>
Date:   Sat Mar 12 10:46:14 2011 +0100

    Minor lintian fixes

diff --git a/debian/changelog b/debian/changelog
index 25ada9a..926a35e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ mapserver (5.6.6-1) unstable; urgency=low
   * Moved to debian source 3.0 and quilt support.
   * Policy bumped to 3.9.1 withous changes.
   * Fixed Vcs-* fields in debian/control.
+  * Fixed debian-rules-makemaker-prefix-is-deprecated in debian/rules.
+  * Fixed debhelper-but-no-misc-depends in libmapscript-ruby.
 
- -- Francesco Paolo Lovergine <frankie at debian.org>  Fri, 11 Mar 2011 22:50:39 +0100
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 12 Mar 2011 10:45:47 +0100
 
 mapserver (5.6.5-2) unstable; urgency=high
 
diff --git a/debian/control b/debian/control
index 3832da9..1109741 100644
--- a/debian/control
+++ b/debian/control
@@ -88,7 +88,7 @@ Description: documentation for MapServer
 Package: libmapscript-ruby
 Section: ruby
 Architecture: all
-Depends: libmapscript-ruby1.8
+Depends: libmapscript-ruby1.8, ${misc:Depends}
 Description: Ruby MapServer library
  Ruby MapScript provides MapServer functions for Ruby scripts.
  .
diff --git a/debian/rules b/debian/rules
index 450555d..60fa4d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -182,8 +182,7 @@ install-arch-stamp: build-arch
 
 	# Perl mapscript
 	cd $(CURDIR)/mapscript/perl && \
-        $(MAKE) install PREFIX=$(CURDIR)/debian/perl-mapscript/usr/ \
-	                SITEPREFIX=$(CURDIR)/debian/perl-mapscript/usr/
+        $(MAKE) install DESTDIR=$(CURDIR)/debian/perl-mapscript
 
 	# Python mapscript
 	cd $(CURDIR)/mapscript/python && set -e ; \

-- 
Mapserver



More information about the Pkg-grass-devel mailing list