Ignore:
Timestamp:
08/03/09 11:06:45 (3 years ago)
Author:
marc
Message:

Improved spec file, removed unused images from installation, fixed a bug with secure images not being shown in ntotifications, bumped changelog, and improved debian/rules build on converting images

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/release/0.2/debian/rules

    r306 r309  
    3232 
    3333        # Add here commands to clean up after the build process. 
    34         #-$(MAKE) clean 
     34        -$(MAKE) clean 
    3535 
    3636        -rm -f debian/files 
     
    4848 
    4949        # And other miscellaneous tasks 
    50         /usr/bin/convert share/images/itaka32x32.png debian/itaka/usr/share/pixmaps/itaka.xpm 
    51         /usr/bin/convert share/images/itaka16x16.png debian/itaka/usr/share/pixmaps/itaka16x16.xpm 
     50        /usr/bin/convert share/images/itaka.png -resize 32x32 debian/itaka/usr/share/pixmaps/itaka.xpm 
     51        /usr/bin/convert share/images/itaka.png -resize 16x16 debian/itaka/usr/share/pixmaps/itaka16x16.xpm 
    5252 
    5353# Build architecture-independent files here. 
Note: See TracChangeset for help on using the changeset viewer.