Bug 752640 - Remove dependencies Makefile::Parser
Summary: Remove dependencies Makefile::Parser
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: future
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 3.0
Assignee: Jeff Fearn 🐞
QA Contact: Ruediger Landmann
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-10 02:10 UTC by Misty Stanley-Jones
Modified: 2014-06-18 07:04 UTC (History)
2 users (show)

Fixed In Version: 3.0.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-10-31 03:11:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Misty Stanley-Jones 2011-11-10 02:10:03 UTC
ImageMagick and Makefile::Parser are both included for legacy reasons and they make packaging for a new platform non-trivial.

Comment 1 Jeff Fearn 🐞 2011-11-10 02:51:22 UTC
Removed old2new action and associated Makefile deps.

Applied changes to branches/publican-2x and trunk.

Committed revision 1938.

Comment 2 Martin Prpič 2012-04-24 17:15:39 UTC
Verified on Fedora 16!

Previously:

~]$ rpm -q publican
publican-2.8-1.fc15.noarch 
~]$ rpm -qR publican | grep Makefile
perl(Makefile::Parser)  


Now:

~]$ rpm -q publican
publican-3.0-0.fc16.t166.noarch
~]$ rpm -qR publican | grep Makefile
~]$


Note You need to log in before you can comment on or make changes to this bug.