Bas Couwenberg pushed to branch master at Debian GIS Project / libgeo-proj4-perl
Commits: 5d41cd4d by Bas Couwenberg at 2018-08-29T06:14:40Z Add patch to fix wrong-path-for-interpreter lintian issue. - - - - - 3 changed files: - debian/changelog - debian/patches/series - + debian/patches/wrong-path-for-interpreter.patch Changes: ===================================== debian/changelog ===================================== @@ -2,6 +2,7 @@ libgeo-proj4-perl (1.09-3) UNRELEASED; urgency=medium * Bump Standards-Version to 4.2.1, no changes. * Drop autopkgtests to test installability. + * Add patch to fix wrong-path-for-interpreter lintian issue. -- Bas Couwenberg <[email protected]> Sat, 04 Aug 2018 14:44:38 +0200 ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ 00-conf_ccflags.patch +wrong-path-for-interpreter.patch ===================================== debian/patches/wrong-path-for-interpreter.patch ===================================== @@ -0,0 +1,12 @@ +Description: Use Debian specific path to perl. +Author: Bas Couwenberg <[email protected]> +Forwarded: not-needed + +--- a/examples/test_list.pl ++++ b/examples/test_list.pl +@@ -1,4 +1,4 @@ +-#!/usr/bin/env perl ++#!/usr/bin/perl + # when run, it will show all definitions. + use warnings; + use strict; View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-proj4-perl/commit/5d41cd4d34b79e94e9a3450cf1f8780ec751195b -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeo-proj4-perl/commit/5d41cd4d34b79e94e9a3450cf1f8780ec751195b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
