cobbler-web package still contain traces of Ubuntu branding

Bug #891977 reported by Dave Walker
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
cobbler (Ubuntu)
Fix Released
Low
Andres Rodriguez

Bug Description

debian/control
Depends: ttf-ubuntu-font-family

debian/cobbler-web.postinst:
...
        # create links to ubuntu fonts for branding.
        if [ -e /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf -a \
                ! -e /usr/share/cobbler/webroot/cobbler_webui_content/Ubuntu-R.ttf ]; then
                ln -s /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-R.ttf \
                    /usr/share/cobbler/webroot/cobbler_webui_content/Ubuntu-R.ttf
        fi
        if [ -e /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf -a \
                ! -e /usr/share/cobbler/webroot/cobbler_webui_content/Ubuntu-B.ttf ]; then
                ln -s /usr/share/fonts/truetype/ubuntu-font-family/Ubuntu-B.ttf \
                    /usr/share/cobbler/webroot/cobbler_webui_content/Ubuntu-B.ttf
...

debian/cobbler-web.install:
debian/logo-ubuntu.png usr/share/cobbler/webroot/cobbler_webui_content/

There may be others.

Thanks.

Related branches

Dave Walker (davewalker)
Changed in cobbler (Ubuntu):
milestone: none → precise-alpha-1
Dave Walker (davewalker)
description: updated
Dave Walker (davewalker)
Changed in cobbler (Ubuntu):
assignee: nobody → Dave Walker (davewalker)
Dave Walker (davewalker)
Changed in cobbler (Ubuntu):
milestone: precise-alpha-1 → precise-alpha-2
Dave Walker (davewalker)
Changed in cobbler (Ubuntu):
assignee: Dave Walker (davewalker) → Andres Rodriguez (andreserl)
Changed in cobbler (Ubuntu):
status: New → In Progress
importance: Undecided → Low
Revision history for this message
Launchpad Janitor (janitor) wrote :

This bug was fixed in the package cobbler - 2.2.2-0ubuntu19

---------------
cobbler (2.2.2-0ubuntu19) precise; urgency=low

  * Remove remaining Ubuntu branding (LP: #891977)
    - debian/logo-ubuntu.png: removed; cobbler-web.install: not install logo;
      debian/control: Remove Dep on ttf-ubuntu-font-family;
      cobbler-web.postinst: Do not create font symlinks.
  * debian/patches/65_ubuntu_disable_pxe_snippet.patch: Add disable PXE
    snippet. (LP: #914017)
  * 66_use_eth0_mac_for_poweron_etherwake.patch: Use MAC of eth0 if
    power_address has not being defined. (LP: #912476)
 -- Andres Rodriguez <email address hidden> Wed, 01 Feb 2012 12:58:43 -0500

Changed in cobbler (Ubuntu):
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.