Your message dated Sun, 5 Apr 2020 06:56:49 +0200
with message-id <[email protected]>
and subject line Re: Bug#955790: libproj-dev: please don't ship .la files
has caused the Debian Bug report #955790,
regarding libproj-dev: please don't ship .la files
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
955790: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955790
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libproj-dev
Version: 7.0.0-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: la-file-removal

Hi,

as per Policy §10.2, .la files should not be included in the Debian 
package.  Patch attached for this.

Thanks,
-- 
Pino
--- a/debian/libproj-dev.install
+++ b/debian/libproj-dev.install
@@ -1,5 +1,4 @@
 usr/lib/*/libproj.a
-usr/lib/*/libproj.la
 usr/lib/*/libproj.so
 usr/lib/*/pkgconfig
 usr/include
--- a/debian/rules
+++ b/debian/rules
@@ -47,8 +47,8 @@ endif
 override_dh_auto_install:
        dh_auto_install
        
-       # Empty dependency_libs in .la files
-       sed -i "/dependency_libs/ s/'.*'/''/" `find . -name '*.la'`
+       # Remove .la files
+       find debian/tmp -name '*.la' -delete
 
 override_dh_install:
        dh_install --list-missing

--- End Message ---
--- Begin Message ---
tags 955790 wontfix
thanks

On 4/4/20 11:54 PM, Pino Toscano wrote:
> as per Policy §10.2, .la files should not be included in the Debian 
> package.  Patch attached for this.

dependency_libs is already set to an empty string.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1

--- End Message ---

Reply via email to