The following commit has been merged in the master branch:
commit 8fe396e7f6517ee781f001a5cf128bbcde4e950b
Author: Francesco Paolo Lovergine <fran...@debian.org>
Date:   Fri Dec 23 14:03:21 2011 +0100

    Fixed perl mapscript support.

diff --git a/debian/changelog b/debian/changelog
index 08bf575..81af6d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mapserver (6.0.1-2) unstable; urgency=low
+
+  * Added missed stuff for libmapscript-perl.
+
+ -- Francesco Paolo Lovergine <fran...@debian.org>  Fri, 23 Dec 2011 14:02:06 
+0100
+
 mapserver (6.0.1-1) unstable; urgency=low
        
   [ Alan Boudreault ]
diff --git a/debian/perl-mapscript.examples b/debian/libmapscript-perl.examples
similarity index 100%
rename from debian/perl-mapscript.examples
rename to debian/libmapscript-perl.examples
diff --git a/debian/rules b/debian/rules
index c9e253e..a04fff0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -181,7 +181,7 @@ install-arch-stamp: build-arch
 
        # Perl mapscript
        cd $(CURDIR)/mapscript/perl && \
-        $(MAKE) install DESTDIR=$(CURDIR)/debian/perl-mapscript
+        $(MAKE) install DESTDIR=$(CURDIR)/debian/libmapscript-perl
 
        # Python mapscript
        cd $(CURDIR)/mapscript/python && set -e ; \
@@ -257,7 +257,7 @@ binary-arch: install-arch
        dh_makeshlibs -a
        dh_installdeb -a
        dh_shlibdeps -a
-       dh_perl -pperl-mapscript 
+       dh_perl -plibmapscript-perl
        dh_perl -pmapserver-bin
        dh_gencontrol -a
        dh_md5sums -a

-- 
Mapserver

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to