Changeset 127
- Timestamp:
- Nov 27, 2016, 12:58:21 AM (8 years ago)
- 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=low1 acronym-decoder (1.3.1-1) precise; urgency=low 2 2 3 * Bla bla bla 4 dsafafa fa 5 fdsdfsd 3 * Original version 1.3.1 packaged with lazdebian 6 4 7 -- Chronos <robie@centrum.cz> S at, 28 Sep 2013 13:28:10 -07005 -- 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 1 Source: acronym-decoder 2 Maintainer: Chronos <robie@centrum.cz> 4 3 Section: custom 5 4 Priority: optional 6 Architecture: amd64 7 Essential: no 8 Maintainer: Chronos <robie@centrum.cz> 5 Standards-Version: 1.3.1 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 8 Package: acronym-decoder 9 Architecture: any 10 Depends: ${shlibs:Depends}, ${misc:Depends}, 9 11 Description: A tool for quick searching of acronym or abbreviaton meaning 10 12 Also allows to edit custom acronym or import acronyms from defined sources. 11 13 HomePage: http://svn.zdechov.net/trac/AcronymDecoder 12 Build-Depends:13 debhelper (>= 9),14 lazarus-ide15 16 Package: acronym-decoder17 Version: 1.3.118 Section: custom19 Priority: optional20 Architecture: any21 Essential: no22 Maintainer: Chronos <robie@centrum.cz>23 Description: A tool for quick searching of acronym or abbreviaton meaning24 Also allows to edit custom acronym or import acronyms from defined sources.25 HomePage: http://svn.zdechov.net/trac/AcronymDecoder26 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 1 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 4 2 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 3 Files: * 4 Copyright: 2016 Chronosoft 5 License: GPL-2+ 14 6 This program is free software; you can redistribute it and/or modify 15 7 it under the terms of the GNU General Public License as published by 16 8 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. 18 10 . 19 11 This program is distributed in the hope that it will be useful, 20 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 21 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 22 14 GNU General Public License for more details. 23 15 . … … 28 20 On Debian systems, the full text of the GNU General Public 29 21 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 1 1 #!/usr/bin/make -f 2 2 3 ROOT = $(CURDIR)/debian/acronym-decoder 4 5 override_dh_auto_clean: 6 $(RM) -r lib 7 $(RM) lib *.res AcronymDecoder 8 9 override_dh_auto_build: 10 lazbuild AcronymDecoder.lpi 11 12 override_dh_auto_install: 13 install -d -m 755 $(ROOT)/usr/bin 14 install -s -m 755 AcronymDecoder $(ROOT)/usr/bin 15 3 16 %: 4 dh $@ --with lazbuild 17 dh $@
Note:
See TracChangeset
for help on using the changeset viewer.