Ticket #49 (closed defect: invalid)

Opened 4 years ago

Last modified 4 years ago

debian package doesn't remove several dirs when purged

Reported by: benoitm Owned by: bruno
Priority: minor Milestone: 0.9.8
Component: pb Version: 0.9.7
Keywords: Cc:

Description (last modified by bruno) (diff)

Hello,

When purging the project-builder package it doesn't remove

ls -l /usr/share/man/man3/ProjectBuild*
-rw-r--r-- 1 root root 3837 jui  5 20:47 /usr/share/man/man3/ProjectBuilder::Base.3pm.gz
-rw-r--r-- 1 root root 3069 jui  5 20:47 /usr/share/man/man3/ProjectBuilder::Conf.3pm.gz
-rw-r--r-- 1 root root 2232 jui  5 20:47 /usr/share/man/man3/ProjectBuilder::Display.3pm.gz
-rw-r--r-- 1 root root 3268 jui  5 20:47 /usr/share/man/man3/ProjectBuilder::Distribution.3pm.gz

ls -l /usr/share/perl/5.10/ProjectBuilder*
total 44
-rw-r--r-- 1 root root 10567 sep 10 18:42 Base.pm
-rw-r--r-- 1 root root  7513 déc  9  2008 Conf.pm
-rw-r--r-- 1 root root  2322 fév 19  2009 Display.pm
-rw-r--r-- 1 root root 17257 jui  5 12:27 Distribution.pm

Cheers

Change History

comment:1 Changed 4 years ago by bruno

  • Owner set to bruno
  • Status changed from new to assigned

So it show my poor knowledege of Debian packaging. I thought that as those files were included in the package, they would be purged automatically (I don't have that issue on RPM based systems).

Do you have an idea on how to fix that ?

comment:2 Changed 4 years ago by bruno

  • Description modified (diff)

comment:3 Changed 4 years ago by bruno

  • Status changed from assigned to closed
  • Resolution set to invalid

In fact it seems normal to me as those files are part of a second package, installed with deps , which is libproject-builer-perl.

Note: See TracTickets for help on using tickets.