-Migrate all mentions of bitbucket over to github.
This commit is contained in:
@ -13,7 +13,7 @@ Install `git` and clone the repository:
|
|||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install git
|
sudo apt-get install git
|
||||||
git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
git clone https://github.com/mfeemster/fractorium.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the dependencies.
|
Install the dependencies.
|
||||||
|
|||||||
@ -11,7 +11,7 @@ Install Command Line Tools for Xcode
|
|||||||
Clone the repository:
|
Clone the repository:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
git clone https://github.com/mfeemster/fractorium.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Install the dependencies:
|
Install the dependencies:
|
||||||
|
|||||||
@ -33,11 +33,11 @@ Open up the Visual Studio x64 Native Tools Command Prompt.
|
|||||||
|
|
||||||
Create a new folder in your development area named fractorium:
|
Create a new folder in your development area named fractorium:
|
||||||
|
|
||||||
`mkdir fractorium`
|
```
|
||||||
|
mkdir fractorium
|
||||||
`cd fractorium`
|
cd fractorium
|
||||||
|
git clone https://github.com/mfeemster/fractorium.git
|
||||||
`git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git`
|
```
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ Summary: A fractal flame editor with GPU support
|
|||||||
Group: Graphics
|
Group: Graphics
|
||||||
BuildArch: x86_64
|
BuildArch: x86_64
|
||||||
License: GPL
|
License: GPL
|
||||||
URL: https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
URL: https://github.com/mfeemster/fractorium
|
||||||
BuildRoot: %{buildroot}
|
BuildRoot: %{buildroot}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -19,9 +19,9 @@ A fractal flame editor with GPU support.
|
|||||||
|
|
||||||
http://fractorium.com/
|
http://fractorium.com/
|
||||||
|
|
||||||
The project is maintained on Bitbucket:
|
The project is maintained on github:
|
||||||
|
|
||||||
https://bitbucket.org/mfeemster/fractorium
|
https://github.com/mfeemster/fractorium
|
||||||
|
|
||||||
News and updates at the above or on Matt Feemster's DeviantArt page:
|
News and updates at the above or on Matt Feemster's DeviantArt page:
|
||||||
|
|
||||||
|
|||||||
@ -5,10 +5,10 @@ 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:
|
Starting with a fresh clone from github. It will not work unless it's totally fresh:
|
||||||
|
|
||||||
```
|
```
|
||||||
$ git clone https://mfeemster@bitbucket.org/mfeemster/fractorium.git
|
$ git clone https://github.com/mfeemster/fractorium.git
|
||||||
$ cd fractorium
|
$ cd fractorium
|
||||||
$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release
|
$ qmake main.pro -r -spec linux-g++-64 CONFIG+=release
|
||||||
```
|
```
|
||||||
|
|||||||
@ -8,8 +8,8 @@ Maintainer: Matt Feemster <matt.feemster@gmail.com>
|
|||||||
Build-Depends: debhelper (>= 9)
|
Build-Depends: debhelper (>= 9)
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://fractorium.com/
|
Homepage: http://fractorium.com/
|
||||||
Vcs-Git: https://bitbucket.org/mfeemster/fractorium
|
Vcs-Git: https://github.com/mfeemster/fractorium.git
|
||||||
Vcs-Browser: https://bitbucket.org/mfeemster/fractorium
|
Vcs-Browser: https://github.com/mfeemster/fractorium
|
||||||
Description: A fractal flame editor with GPU support
|
Description: A fractal flame editor with GPU support
|
||||||
Fractorium
|
Fractorium
|
||||||
.
|
.
|
||||||
@ -17,9 +17,9 @@ Description: A fractal flame editor with GPU support
|
|||||||
.
|
.
|
||||||
http://fractorium.com/
|
http://fractorium.com/
|
||||||
.
|
.
|
||||||
The project is maintained on Bitbucket:
|
The project is maintained on github:
|
||||||
.
|
.
|
||||||
https://bitbucket.org/mfeemster/fractorium
|
https://github.com/mfeemster/fractorium
|
||||||
.
|
.
|
||||||
News and updates at the above or on Matt Feemster's DeviantArt page:
|
News and updates at the above or on Matt Feemster's DeviantArt page:
|
||||||
.
|
.
|
||||||
|
|||||||
8
debian/control
vendored
8
debian/control
vendored
@ -5,8 +5,8 @@ Maintainer: Matt Feemster <matt.feemster@gmail.com>
|
|||||||
Build-Depends: debhelper (>= 9), g++ (>= 5.4), libc6-dev, libgl1-mesa-dev, libgl-dev, libglm-dev, libjpeg-dev, libpng-dev, qt6-base-dev, libxml2-dev, ocl-icd-opencl-dev, opencl-headers, qmake6, libopenexr-dev
|
Build-Depends: debhelper (>= 9), g++ (>= 5.4), libc6-dev, libgl1-mesa-dev, libgl-dev, libglm-dev, libjpeg-dev, libpng-dev, qt6-base-dev, libxml2-dev, ocl-icd-opencl-dev, opencl-headers, qmake6, libopenexr-dev
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://fractorium.com/
|
Homepage: http://fractorium.com/
|
||||||
Vcs-Git: https://bitbucket.org/mfeemster/fractorium
|
Vcs-Git: https://github.com/mfeemster/fractorium.git
|
||||||
Vcs-Browser: https://bitbucket.org/mfeemster/fractorium
|
Vcs-Browser: https://github.com/mfeemster/fractorium
|
||||||
|
|
||||||
Package: fractorium
|
Package: fractorium
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
@ -18,9 +18,9 @@ Description: fractal flame editor with GPU support
|
|||||||
.
|
.
|
||||||
http://fractorium.com/
|
http://fractorium.com/
|
||||||
.
|
.
|
||||||
The project is maintained on Bitbucket:
|
The project is maintained on github:
|
||||||
.
|
.
|
||||||
https://bitbucket.org/mfeemster/fractorium
|
https://github.com/mfeemster/fractorium
|
||||||
.
|
.
|
||||||
News and updates at the above or on Matt Feemster's DeviantArt page:
|
News and updates at the above or on Matt Feemster's DeviantArt page:
|
||||||
.
|
.
|
||||||
|
|||||||
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,6 +1,6 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: fractorium
|
Upstream-Name: fractorium
|
||||||
Source: https://bitbucket.org/mfeemster/fractorium
|
Source: https://github.com/mfeemster/fractorium
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2018 Matt Feemster <matt.feemster@gmail.com>
|
Copyright: 2018 Matt Feemster <matt.feemster@gmail.com>
|
||||||
|
|||||||
Reference in New Issue
Block a user