Check-in [58df0e920e]
Overview
Comment: | Add .deb package $DEPS. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
58df0e920e91d3d2b688c3a7cdc5677d |
User & Date: | mario on 2015-03-28 07:30:18 |
Other Links: | manifest | tags |
Context
2015-03-28
| ||
07:32 | Moved `bookmarks` channel into plugin. Implemented plugin .meta data consumption to replace .config = [] builtins. (Still need to rescan disabled channel/feature plugins later..) check-in: 9de894c13c user: mario tags: trunk | |
07:30 | Add .deb package $DEPS. check-in: 58df0e920e user: mario tags: trunk | |
07:29 | Remove channels.module_meta(), wich is now config.plugin_meta() and closer to plugin meta data spec. check-in: 6106a0bcdd user: mario tags: trunk | |
Changes
Modified _pack from [d75ca2c7cf] to [59e1f75a46].
1 2 3 4 5 6 7 8 9 | # package up st2 # → now using fpm #-- meta data NAME=streamtuner2 VERSION=$(version --get:plugin st2.py --write:python st2.py --write:control PKG-INFO) gzip -9c NEWS > NEWS.gz #-- bundle | > | | | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | # package up st2 # → now using fpm #-- meta data NAME=streamtuner2 VERSION=$(version --get:plugin st2.py --write:python st2.py --write:control PKG-INFO) gzip -9c NEWS > NEWS.gz #-- bundle DEPS="-d python-pyquery -d python-gtk2 -d python-requests -d python-keybinder" fpm -s src -t deb -u man,fixperms $DEPS -p "$NAME-$VERSION.deb" --prefix=/usr/share/streamtuner2 --deb-compression xz -f st2.py #fpm -s src -t rpm -p "$NAME-$VERSION.rpm" --prefix=/usr/share/streamtuner2 --rpm-compression xz -f st2.py #fpm -s src -t exe -p "$NAME-$VERSION.exe" --prefix=/usr/share/streamtuner2 --exe-autoextract -f st2.py #fpm -s src -t tar -p "$NAME-$VERSION.bin.tar.xz" --prefix=/usr/local/share/streamtuner2 --verbose -f st2.py exit #dpkg-deb -I streamtuner2*deb #dpkg-deb -c streamtuner2*deb cd .. pax -wvJf streamtuner2-$VERSION.src.txz \ |
︙ | ︙ |