Changeset 193


Ignore:
Timestamp:
Jul 19, 2018, 12:05:17 AM (6 years ago)
Author:
chronos
Message:
  • Added: DEB and RPM Linux binary installation packages.
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/deb/build.sh

    r155 r193  
    33# 64-bit
    44#ARCH=x86_64-linux
     5ARCH=i386-linux
    56
    67BUILD_ROOT=/tmp/build-root/AcronymDecoder
     
    910cp -r -f debian $BUILD_ROOT
    1011cd $BUILD_ROOT
    11 dpkg-buildpackage -b -rfakeroot -us -uc
     12dpkg-buildpackage -ai386 -b -rfakeroot -us -uc
  • trunk/Install/deb/debian/changelog

    r167 r193  
    1 acronym-decoder (1.5.0-0) precise; urgency=low
     1acronym-decoder (1.6.0-0) precise; urgency=low
    22
    3   * Original version 1.5.0 packaged with lazdebian
     3  * Original version 1.6.0 packaged with lazdebian
    44
    55 -- Chronos <robie@centrum.cz>  Sun, 1 Jan 2018 00:51:08 +0100
  • trunk/Install/deb/debian/control

    r167 r193  
    33Section: utils
    44Priority: optional
    5 Standards-Version: 1.5.0
     5Standards-Version: 1.6.0
    66Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
    77
  • trunk/Install/deb/debian/rules

    r178 r193  
    1111
    1212override_dh_auto_build:
    13         lazbuild --build-mode=Release AcronymDecoder.lpi
     13        lazbuild --build-mode=Release --cpu=$DEB_TARGET_ARCH_CPU --operating-system=$DEB_TARGET_ARCH_OS AcronymDecoder.lpi
    1414
    1515override_dh_auto_install:
  • trunk/Install/rpm/acronym-decoder.spec

    r182 r193  
    11Name:           acronym-decoder
    2 Version:        1.5.0
     2Version:        1.6.0
    33Release:        1%{?dist}
    44Summary:        A tool for quick finding of acronym meaning
Note: See TracChangeset for help on using the changeset viewer.