From 526da12a50b3670d0af417756511a19e252d3cfb Mon Sep 17 00:00:00 2001 From: Pavel Pisa Date: Fri, 15 Mar 2019 09:42:58 +0100 Subject: Include Debian package build information. Signed-off-by: Pavel Pisa --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 17 +++++++++++++++++ debian/docs | 3 +++ debian/install | 3 +++ debian/qtmips.desktop | 9 +++++++++ debian/rules | 13 +++++++++++++ debian/source/format | 1 + 8 files changed, 52 insertions(+) create mode 100644 debian/changelog create mode 100644 debian/compat create mode 100644 debian/control create mode 100644 debian/docs create mode 100644 debian/install create mode 100644 debian/qtmips.desktop create mode 100755 debian/rules create mode 100644 debian/source/format 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 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 +Uploaders: Pavel Pisa +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) -- cgit v1.2.3