This repository has been archived by the owner on Jun 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #77 from thejoeejoee/release/v0.3
Release/v0.3
- Loading branch information
Showing
120 changed files
with
6,007 additions
and
607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
graft src/calculator/ui | ||
include src/Makefile | ||
include README.md | ||
graft debian |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
calculator (0.2-1) unstable; urgency=low | ||
|
||
* source package automatically created by stdeb 0.8.5 | ||
|
||
-- Josef Kolar, Son Hai Nguyen, Martin Omacht, Robert Navratil <[email protected], [email protected], [email protected], [email protected]> Mon, 10 Apr 2017 14:25:02 +0200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
Source: calculator | ||
Maintainer: Josef Kolar, Son Hai Nguyen, Martin Omacht, Robert Navratil <[email protected], [email protected], [email protected], [email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: python3-setuptools, python3-all, debhelper (>= 7.4.3) | ||
Standards-Version: 3.9.1 | ||
Package: python3-calculator | ||
Architecture: all | ||
Depends: ${misc:Depends}, ${python3:Depends}, python3-pip, python3-doxyqml, python3-doxypypy, python3-colour-runner, python3-opengl | ||
Description: | ||
IVS-VUT-BIT-2016-2017 | ||
Grafická kalkulačka jako školní projekt do předmětu IVS na fakultě FIT VUT. | ||
|
||
Platforms | ||
--------- | ||
. | ||
Ubuntu 64bit | ||
. | ||
Authors | ||
------ | ||
. | ||
/dej/uran/dom | ||
- xkolar71 Josef Kolář | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
pip3 install --upgrade "PyQt5==5.7.1" | ||
pip3 install --upgrade pip | ||
pip3 install --upgrade PyOpenGL |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
#!/usr/bin/make -f | ||
|
||
# This file was automatically generated by stdeb 0.8.5 at | ||
# Mon, 10 Apr 2017 14:25:02 +0200 | ||
|
||
%: | ||
dh $@ --with python3 --buildsystem=python_distutils | ||
|
||
|
||
override_dh_auto_clean: | ||
python3 setup.py clean -a | ||
find . -name \*.pyc -exec rm {} \; | ||
|
||
|
||
|
||
override_dh_auto_build: | ||
python3 setup.py build --force | ||
|
||
|
||
|
||
override_dh_auto_install: | ||
python3 setup.py install --force --root=debian/python3-calculator --no-compile -O0 --install-layout=deb --prefix=/usr | ||
|
||
|
||
|
||
override_dh_python2: | ||
dh_python2 --no-guessing-versions | ||
|
||
|
||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Oops, something went wrong.