Changeset 1041

Show
Ignore:
Timestamp:
11/08/08 17:02:38 (2 months ago)
Author:
mariodebian
Message:

tcos-usplash (0.90.1)

  • Makefile:
    • Change 0.4.1 => 0.5
Location:
trunk/tcos-usplash
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/tcos-usplash/Makefile

    r1031 r1041  
    1717 
    1818install: 
    19         @if [ "$(USPLASH_VERSION)" != "0.4.1" ]; then\ 
     19        @if [ "$(USPLASH_VERSION)" != "0.5" ]; then\ 
    2020                echo "    => Installing usplash theme $(USPLASH_VERSION)";\ 
    2121                ( cd $(USPLASH_VERSION) && make install DESTDIR=$(DESTDIR) ); \ 
    2222        fi 
    2323 
    24         @if [ "$(USPLASH_VERSION)" = "0.4.1" ]; then\ 
    25                 echo "    => Installing usplash theme 0.4.1";\ 
     24        @if [ "$(USPLASH_VERSION)" = "0.5" ]; then\ 
     25                echo "    => Installing usplash theme 0.5";\ 
    2626                ( cd $(USPLASH_VERSION) && make install DESTDIR=$(DESTDIR)/usr/lib/usplash/ );\ 
    2727        fi 
  • trunk/tcos-usplash/debian/changelog

    r1040 r1041  
    66  * common.mk: 
    77    - Set new theme (0.5) to all using 0.4.1 
     8  * Makefile: 
     9    - Change 0.4.1 => 0.5 
    810 
    9  -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 08 Nov 2008 16:37:42 +0100 
     11 -- Mario Izquierdo (mariodebian) <mariodebian@gmail.com>  Sat, 08 Nov 2008 17:02:11 +0100 
    1012 
    1113tcos-usplash (0.89.14) unstable; urgency=low