Check-in [3aadac7b99]
Overview
| Comment: | Package NEWS.gz as changelog.gz |
|---|---|
| Downloads: | Tarball | ZIP archive | SQL archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
3aadac7b995daacc06ee8b08d491d01e |
| User & Date: | mario on 2015-03-25 01:16:34 |
| Other Links: | manifest | tags |
Context
|
2015-03-25
| ||
| 01:17 | Split out NEWS from README. check-in: 8519d23c4c user: mario tags: trunk | |
| 01:16 | Package NEWS.gz as changelog.gz check-in: 3aadac7b99 user: mario tags: trunk | |
| 01:16 | Remove musicgoal from pack: list, add tunein. check-in: 47e25b02c0 user: mario tags: trunk | |
Changes
Modified st2.py from [a0aa4da65f] to [5bccd0fbcd].
| ︙ | ︙ | |||
15 16 17 18 19 20 21 22 23 24 25 26 27 28 | # pack: # *.py, gtk*.xml, # st2.py=/usr/bin/streamtuner2, # channels/__init__.py, # bundle/*.py, # streamtuner2.desktop=/usr/share/applications/, # README=/usr/share/doc/streamtuner2/, # help/streamtuner2.1=/usr/share/man/man1/, # help/*page=/usr/share/doc/streamtuner2/help/, # help/img/*=/usr/share/doc/streamtuner2/help/img/, # streamtuner2.png, # logo.png=/usr/share/pixmaps/streamtuner2.png, # architecture: all # | > | 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | # pack: # *.py, gtk*.xml, # st2.py=/usr/bin/streamtuner2, # channels/__init__.py, # bundle/*.py, # streamtuner2.desktop=/usr/share/applications/, # README=/usr/share/doc/streamtuner2/, # NEWS.gz=/usr/share/doc/streamtuner2/changelog.gz, # help/streamtuner2.1=/usr/share/man/man1/, # help/*page=/usr/share/doc/streamtuner2/help/, # help/img/*=/usr/share/doc/streamtuner2/help/img/, # streamtuner2.png, # logo.png=/usr/share/pixmaps/streamtuner2.png, # architecture: all # |
| ︙ | ︙ |