aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-15 09:42:58 +0100
committerPavel Pisa <pisa@cmp.felk.cvut.cz>2019-03-15 09:42:58 +0100
commit526da12a50b3670d0af417756511a19e252d3cfb (patch)
tree23aa56bb2c1f29d0bc2070f909ce21e6695b9cf3 /debian
parentdf8f379ac98ec8ddfafde57f211959e3073fc0de (diff)
downloadqtmips-526da12a50b3670d0af417756511a19e252d3cfb.tar.gz
qtmips-526da12a50b3670d0af417756511a19e252d3cfb.tar.bz2
qtmips-526da12a50b3670d0af417756511a19e252d3cfb.zip
Include Debian package build information.
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog5
-rw-r--r--debian/compat1
-rw-r--r--debian/control17
-rw-r--r--debian/docs3
-rw-r--r--debian/install3
-rw-r--r--debian/qtmips.desktop9
-rwxr-xr-xdebian/rules13
-rw-r--r--debian/source/format1
8 files changed, 52 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..41271d9
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+qtmips (0.6.1) unstable; urgency=medium
+
+ * Initial import
+
+ -- Pavel Pisa <pisa@cmp.felk.cvut.cz> Wed, 13 Mar 2019 19:38:33 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..a4d0d6b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: qtmips
+Section: devel
+Priority: optional
+Maintainer: Pavel Pisa <pisa@cmp.felk.cvut.cz>
+Uploaders: Pavel Pisa <pisa@cmp.felk.cvut.cz>
+Build-Depends: debhelper (>= 9), qtbase5-dev, libelf-dev
+Standards-Version: 0.6
+Homepage: https://github.com/cvut/QtMips/
+Vcs-Git: https://github.com/cvut/QtMips.git
+Vcs-Browser: https://github.com/cvut/QtMips/
+
+Package: qtmips
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, git
+Description: Qt based Mips architecture emulator
+ Graphical MIPS CPU simulator with pipeline and cache visualization.
+
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..1c86424
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,3 @@
+README.md
+docs
+
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..a2aa45c
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+qtmips_gui/qtmips_gui /usr/bin
+debian/qtmips.desktop usr/share/applications
+
diff --git a/debian/qtmips.desktop b/debian/qtmips.desktop
new file mode 100644
index 0000000..4febf37
--- /dev/null
+++ b/debian/qtmips.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Name=qtmips
+GenericName=Qt Mips emulator
+Exec=qtmips
+Icon=qtmips
+Type=Application
+Comment=Qt Mips emulator
+Terminal=false
+Categories=Qt;Development
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..70ccde3
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+export DH_VERBOSE = 1
+
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed
+export QT_SELECT := qt5
+
+# --parallel
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..89ae9db
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (native)