Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

2
Java/BowlerStudio/debian/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
/changelog.bak
/.changelog.swp

View File

@@ -0,0 +1,6 @@
bowlerstudio for Debian
----------------------
<possible notes regarding this package - if none, delete this file>
-- Kevin Harrington <mad.hephaestus@gmail.com> Sun, 26 Jun 2016 11:43:09 -0400

View File

@@ -0,0 +1,10 @@
bowlerstudio for Debian
----------------------
<this file describes information about the source package, see Debian policy
manual section 4.14. You WILL either need to modify or delete this file>
-- Kevin Harrington <mad.hephaestus@gmail.com> Sun, 26 Jun 2016 11:43:09 -0400

View File

@@ -0,0 +1,2 @@
README.source
README.Debian

View File

@@ -0,0 +1,20 @@
Document: bowlerstudio
Title: Debian bowlerstudio Manual
Author: <insert document author here>
Abstract: This manual describes what bowlerstudio is
and how it can be used to
manage online manuals on Debian systems.
Section: unknown
Format: debiandoc-sgml
Files: /usr/share/doc/bowlerstudio/bowlerstudio.sgml.gz
Format: postscript
Files: /usr/share/doc/bowlerstudio/bowlerstudio.ps.gz
Format: text
Files: /usr/share/doc/bowlerstudio/bowlerstudio.text.gz
Format: HTML
Index: /usr/share/doc/bowlerstudio/html/index.html
Files: /usr/share/doc/bowlerstudio/html/*.html

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1 @@
7

View File

@@ -0,0 +1,13 @@
Source: bowlerstudio
Package: bowlerstudio
Priority: extra
Maintainer: Customer Support <mad.hephaestus@gmail.com>
Architecture: all
Version: 0.18.6
Depends: oracle-java8-set-default,libopencv2.4-java,libopencv2.4-jni,slic3r,jarwrapper,arduino
Provides: bowlerstudio
Conflicts: modemmanager,nr-rdk-java
Replaces: modemmanager,nr-rdk-java
Description: Robotics Development Engironment and runtime.
A scripting platform for writing, designing, simulating
and manufacturing robots.

View File

@@ -0,0 +1,38 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: bowlerstudio
Source: <url://example.com>
Files: *
Copyright: <years> <put author's name and email here>
<years> <likewise for another author>
License: <special license>
<Put the license of the package here indented by 1 space>
<This follows the format of Description: lines in control file>
.
<Including paragraphs>
# If you want to use GPL v2 or later for the /debian/* files use
# the following clauses, or change it to suit. Delete these two lines
Files: debian/*
Copyright: 2016 Kevin Harrington <mad.hephaestus@gmail.com>
License: GPL-2+
This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2".
# Please also look if there are files or directories which have a
# different copyright/license attached and list them here.
# Please avoid picking licenses with terms that are more restrictive than the
# packaged work, as it may make Debian's contributions unacceptable upstream.

View File

@@ -0,0 +1,10 @@
usr/share/bowlerstudio/BowlerStudio.jar /usr/share/bowlerstudio/
usr/share/bowlerstudio/NeuronRobotics.ico /usr/share/bowlerstudio/
usr/share/bowlerstudio/NeuronRobotics.png /usr/share/bowlerstudio/
usr/share/bowlerstudio/dyio-3.14.6.xml /usr/share/bowlerstudio/
usr/bin/bowlerstudio /usr/bin/
usr/share/bowlerstudio/NeuronRobotics.png /usr/share/themes/base/neuronrobotics/icons/
usr/share/bowlerstudio/BowlerStudio.desktop /usr/share/applications/
usr/share/bowlerstudio/81-neuronrobotics.rules /etc/udev/rules.d/
usr/share/doc/bowlerstudio/copyright /usr/share/doc/bowlerstudio/
usr/share/doc/bowlerstudio/changelog.gz /usr/share/doc/bowlerstudio/

View File

@@ -0,0 +1 @@
3.0 (quilt)

View File

@@ -0,0 +1,14 @@
JAVA_HOME=/usr/lib/jvm/default-java
%:
dh $@ --with javahelper
override_dh_auto_build:
dh_auto_build -- dist
override_dh_install:
dh_auto_build -- package-debian
dh_install
override_jh_exec:
exit 0