mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-02-01 18:40:12 -05:00
LinuxRelease.md edited online with Bitbucket
This commit is contained in:
parent
f192bc7ae4
commit
cd67afb6bf
@ -4,6 +4,15 @@ These are instructions for publishing a Linux deb package. It can be built local
|
|||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
|
|
||||||
|
Starting with a fresh clone from bitbucket.org. It will not work unless it's totally fresh:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
||||||
|
$ cd fractorium
|
||||||
|
$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release
|
||||||
|
```
|
||||||
|
|
||||||
### Building a `.deb` locally
|
### Building a `.deb` locally
|
||||||
|
|
||||||
Update `debian/changelog` with a new log message. Update version number. Use the time from `date -R`.
|
Update `debian/changelog` with a new log message. Update version number. Use the time from `date -R`.
|
||||||
@ -49,14 +58,6 @@ link to the `.deb` from "Package Details".
|
|||||||
|
|
||||||
## Narrative
|
## Narrative
|
||||||
|
|
||||||
Starting with a fresh clone from bitbucket.org. It will not work unless it's totally fresh:
|
|
||||||
|
|
||||||
```
|
|
||||||
$ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
|
||||||
$ cd fractorium
|
|
||||||
$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release
|
|
||||||
```
|
|
||||||
|
|
||||||
Test that the package creator script:
|
Test that the package creator script:
|
||||||
|
|
||||||
`package-linux.sh` with no arguments builds a signed source for the Launchpad PPA.
|
`package-linux.sh` with no arguments builds a signed source for the Launchpad PPA.
|
||||||
|
Loading…
Reference in New Issue
Block a user