Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

Commit

Permalink
Merge pull request #77 from thejoeejoee/release/v0.3
Browse files Browse the repository at this point in the history
Release/v0.3
  • Loading branch information
SonyPony authored Apr 12, 2017
2 parents 0bb3785 + 9c282f1 commit 64d091f
Show file tree
Hide file tree
Showing 120 changed files with 6,007 additions and 607 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var/
*.egg-info/
.installed.cfg
*.egg
deb_dist/

# PyInstaller
# Usually these files are written by a python script from a template
Expand Down Expand Up @@ -81,6 +82,7 @@ celerybeat-schedule
# virtualenv
venv/
ENV/
.venv/

# Spyder project settings
.spyderproject
Expand All @@ -89,4 +91,7 @@ ENV/
.ropeproject

# Pycharms
.idea/
.idea/

# complied resources
src/calculator/ui/resources.py
2 changes: 0 additions & 2 deletions MANIFEST

This file was deleted.

4 changes: 4 additions & 0 deletions MANIFEST.in
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
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# IVS-VUT-BIT-2016-2017

[![Build Status](https://travis-ci.com/thejoeejoee/IVS-VUT-BIT-2016-2017.svg?token=MqEeDyeLfZw3xFmAVUzV&branch=develop)](https://travis-ci.com/thejoeejoee/IVS-VUT-BIT-2016-2017)
[![Codeship](https://img.shields.io/codeship/a2ac7ad0-fb4b-0134-7062-02a6a40c3d5e.svg)](https://app.codeship.com/projects/211472)
[![codecov](https://img.shields.io/codecov/c/token/M5EwaVLlg7/github/thejoeejoee/IVS-VUT-BIT-2016-2017/develop.svg)](https://codecov.io/gh/thejoeejoee/IVS-VUT-BIT-2016-2017)
[![License](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)

Expand Down
5 changes: 5 additions & 0 deletions debian/changelog
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
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7
24 changes: 24 additions & 0 deletions debian/control
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ář

3 changes: 3 additions & 0 deletions debian/postinst
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 added debian/py3dist-overrides
Empty file.
31 changes: 31 additions & 0 deletions debian/rules
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.
Binary file added doc/complete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed doc/debugging.png
Binary file not shown.
Loading

0 comments on commit 64d091f

Please sign in to comment.