Ignore:
Timestamp:
Nov 27, 2016, 12:58:21 AM (8 years ago)
Author:
chronos
Message:
  • Modified: Improved Ubuntu packaging files.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/AcronymDecoder/debian/rules

    r126 r127  
    11#!/usr/bin/make -f
    22
     3ROOT = $(CURDIR)/debian/acronym-decoder
     4
     5override_dh_auto_clean:
     6        $(RM) -r lib
     7        $(RM) lib *.res AcronymDecoder
     8
     9override_dh_auto_build:
     10        lazbuild AcronymDecoder.lpi
     11
     12override_dh_auto_install:
     13        install -d -m 755 $(ROOT)/usr/bin
     14        install -s -m 755 AcronymDecoder $(ROOT)/usr/bin
     15
    316%:
    4     dh $@ --with lazbuild
     17        dh $@
Note: See TracChangeset for help on using the changeset viewer.