Changeset 127 for trunk


Ignore:
Timestamp:
Nov 27, 2016, 12:58:21 AM (7 years ago)
Author:
chronos
Message:
  • Modified: Improved Ubuntu packaging files.
Location:
trunk/Install/deb/AcronymDecoder/debian
Files:
1 added
4 edited

Legend:

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

    r126 r127  
    1 acronym-decoder (1:0.48+devel+12609) precise; urgency=low
     1acronym-decoder (1.3.1-1) precise; urgency=low
    22
    3   * Bla bla bla
    4     dsafafa fa
    5     fdsdfsd
     3  * Original version 1.3.1 packaged with lazdebian
    64
    7  -- Chronos <robie@centrum.cz>  Sat, 28 Sep 2013 13:28:10 -0700
     5 -- Chronos <robie@centrum.cz>  Sun, 27 Nov 2016 00:51:08 +0100
  • trunk/Install/deb/AcronymDecoder/debian/control

    r126 r127  
    1 Source: inkscape-trunk
    2 Package: acronym-decoder
    3 Version: 1.3.1
     1Source: acronym-decoder
     2Maintainer: Chronos <robie@centrum.cz>
    43Section: custom
    54Priority: optional
    6 Architecture: amd64
    7 Essential: no
    8 Maintainer: Chronos <robie@centrum.cz>
     5Standards-Version: 1.3.1
     6Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8)
     7
     8Package: acronym-decoder
     9Architecture: any
     10Depends: ${shlibs:Depends}, ${misc:Depends},
    911Description: A tool for quick searching of acronym or abbreviaton meaning
    1012 Also allows to edit custom acronym or import acronyms from defined sources.
    1113HomePage: http://svn.zdechov.net/trac/AcronymDecoder
    12 Build-Depends:
    13  debhelper (>= 9),
    14  lazarus-ide
    15 
    16 Package: acronym-decoder
    17 Version: 1.3.1
    18 Section: custom
    19 Priority: optional
    20 Architecture: any
    21 Essential: no
    22 Maintainer: Chronos <robie@centrum.cz>
    23 Description: A tool for quick searching of acronym or abbreviaton meaning
    24  Also allows to edit custom acronym or import acronyms from defined sources.
    25 HomePage: http://svn.zdechov.net/trac/AcronymDecoder
    26 Build-Depends:
    27  debhelper (>= 9),
    28  lazarus-ide
  • trunk/Install/deb/AcronymDecoder/debian/copyright

    r126 r127  
    1 Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
    2 Upstream-Name: acronym-decoder
    3 Source: http://svn.zdechov.net/trac/AcronymDecoder
     1Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
    42
    5 Files: \*
    6 Copyright: Chronosoft 2016-2016
    7 License: GPL-2
    8 Comment: Note that some subfolders (e.g. external libraries) will have
    9  a different copyright status and free license.  For the moment, please refer
    10  to each folder.  This debian/copyright file will eventually be updated to
    11  cover each folder individually.
    12 
    13 License: GPL-2
     3Files: *
     4Copyright: 2016 Chronosoft
     5License: GPL-2+
    146 This program is free software; you can redistribute it and/or modify
    157 it under the terms of the GNU General Public License as published by
    168 the Free Software Foundation; either version 2 of the License, or
    17  (at your option) any later version.
     9 at your option) any later version.
    1810 .
    1911 This program is distributed in the hope that it will be useful,
    2012 but WITHOUT ANY WARRANTY; without even the implied warranty of
    21  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
     13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    2214 GNU General Public License for more details.
    2315 .
     
    2820 On Debian systems, the full text of the GNU General Public
    2921 License version 2 can be found in the file
    30  `/usr/share/common-licenses/GPL-2'.
     22 /usr/share/common-licenses/GPL-2
  • 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.