Changeset 103 for trunk/Install/deb/build-deb-amd64.sh
- Timestamp:
- Sep 23, 2016, 10:59:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/build-deb-amd64.sh
r79 r103 6 6 7 7 cat >AcronymDecoder/DEBIAN/control << EOF 8 Package: AcronymDecoder9 Version: 1. 2.08 Package: acronym-decoder 9 Version: 1.3.0 10 10 Section: custom 11 11 Priority: optional … … 14 14 Maintainer: Chronos <robie@centrum.cz> 15 15 Description: A tool for quick searching of acronym or abbreviaton meaning 16 Also allows to edit custom acronym or import acronyms from defined sources. 16 17 HomePage: http://svn.zdechov.net/trac/AcronymDecoder 17 18 EOF … … 27 28 mkdir -p AcronymDecoder/usr/share/pixmaps 28 29 cp ../../Images/Acronym\ Decoder.png AcronymDecoder/usr/share/pixmaps/AcronymDecoder.png 29 dpkg-deb --build AcronymDecoder 30 mkdir -p AcronymDecoder/usr/share/doc/acronym-decoder 31 cp AcronymDecoder/debian/changelog AcronymDecoder/usr/share/doc/acronym-decoder/changelog 32 gzip -f --best AcronymDecoder/usr/share/doc/acronym-decoder/changelog 33 cp AcronymDecoder/debian/copyright AcronymDecoder/usr/share/doc/acronym-decoder/copyright 34 fakeroot dpkg-deb --build AcronymDecoder
Note:
See TracChangeset
for help on using the changeset viewer.