-
Notifications
You must be signed in to change notification settings - Fork 436
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
47 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
mu (1.0.0~beta8) stretch; urgency=medium | ||
|
||
* Repackage | ||
|
||
-- Serge Schneider <[email protected]> Tue, 26 Sep 2017 17:39:30 +0100 | ||
|
||
mu (0.9.13-1) unstable; urgency=low | ||
|
||
* Add ability to change default Python directory in the settings file. Thanks to Zander Brown for the contribution. See #179. | ||
|
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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
Source: mu | ||
Maintainer: Nicholas Tollervey <[email protected]> | ||
Section: python | ||
Priority: optional | ||
Build-Depends: python3-setuptools, python3, debhelper (>= 9) | ||
Standards-Version: 3.9.1 | ||
Maintainer: Serge Schneider <[email protected]> | ||
Build-Depends: debhelper (>= 9), dh-python, python3-all, python3-setuptools | ||
Standards-Version: 3.9.8 | ||
Homepage: https://codewith.mu/ | ||
X-Python3-Version: >= 3.2 | ||
|
||
Package: mu | ||
Architecture: all | ||
Depends: ${misc:Depends}, ${python3:Depends}, python3-setuptools, python3-pyqt5, | ||
python3-pyqt5.qsci, python3-pyqt5.qtserialport, python3-serial, | ||
python3-pep8, pyflakes | ||
Description: A simple editor for kids, teachers and new programmers. | ||
Depends: ${python3:Depends}, ${misc:Depends} | ||
Description: A simple editor for beginner programmers | ||
A very simple code editor for kids, teachers and beginner programmers. | ||
It's written in Python and works on Windows, OSX, Linux and Raspberry Pi. |
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 @@ | ||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | ||
Upstream-Name: mu | ||
Source: https://github.com/mu-editor/mu | ||
|
||
Files: * | ||
Copyright: 2015 Nicholas H.Tollervey <[email protected]> | ||
License: GPL-3.0+ | ||
|
||
License: GPL-3.0+ | ||
This program is free software: you can redistribute it and/or modify | ||
it under the terms of the GNU General Public License as published by | ||
the Free Software Foundation, either version 3 of the License, or | ||
(at your option) any later version. | ||
. | ||
This package is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <https://www.gnu.org/licenses/>. | ||
. | ||
On Debian systems, the complete text of the GNU General | ||
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". |
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 @@ | ||
pyqt5 python3-pyqt5 | ||
qscintilla python3-pyqt5.qsci | ||
pyqt5.qtserialport python3-pyqt5.qtserialport |
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 |
---|---|---|
|
@@ -3,3 +3,5 @@ | |
export PYBUILD_NAME=mu | ||
%: | ||
dh $@ --with python3 --buildsystem=pybuild | ||
|
||
override_dh_auto_test: |
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 |
---|---|---|
@@ -1 +1 @@ | ||
3.0 (quilt) | ||
3.0 (native) |
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 @@ | ||
extend-diff-ignore = "^[^/]*[.]egg-info/" |
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