Diff
Differences From Artifact [13eeb7b77b]:
- File Packfile — part of check-in [9b93393d5e] at 2015-04-17 22:15:59 on branch trunk — Move PYZ shebang prefixing into `xpm` codebase. Simplifies local Makefile. Renamed PKG_PYZ into PKG_ZIP, and added extra target rules to Packfile. (user: mario, size: 440) [annotate] [blame] [check-ins using]
To Artifact [36a5a640fb]:
- File Packfile — part of check-in [adb15be7f8] at 2015-04-30 23:57:16 on branch trunk — Test build -t arch Linux package as well. (user: mario, size: 498) [annotate] [blame] [check-ins using]
︙ | |||
11 12 13 14 15 16 17 | 11 12 13 14 15 16 17 18 19 20 | + + + | deb: # complainy lintian needs a custom changelog.gz gzip -9c usr/share/doc/streamtuner2/NEWS > usr/share/doc/streamtuner2/changelog.gz zip: rpm: exe: src: tar: arch: sed -i '1 s/python/python2/' usr/bin/streamtuner2 |