Opened 16 years ago
Closed 16 years ago
#49 closed defect (invalid)
debian package doesn't remove several dirs when purged
Reported by: | Benoit Mortier | Owned by: | Bruno Cornec |
---|---|---|---|
Priority: | minor | Milestone: | 0.9.8 |
Component: | pb | Version: | 0.9.7 |
Keywords: | Cc: |
Description (last modified by )
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 (3)
comment:1 by , 16 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 16 years ago
Description: | modified (diff) |
---|
comment:3 by , 16 years ago
Resolution: | → invalid |
---|---|
Status: | assigned → closed |
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.
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 ?