diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 32e839a..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -tootle (0.2.0) bionic; urgency=low - - * Initial release - - -- bleak_grey Tue, 27 Feb 2018 10:00:00 -0500 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control deleted file mode 100644 index 8288a9c..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: com.github.bleakgrey.tootle -Section: x11 -Priority: optional -Maintainer: bleak_grey -Build-Depends: meson, - valac (>= 0.26), - debhelper (>= 11), - libgranite-dev (>= 5.2.0), - libgtk-3-dev (>= 3.22.0), - libglib2.0-dev (>= 2.30.0), - libgee-0.8-dev (>= 0.8.5), - libhandy-1-dev, - libsoup2.4-dev, - libjson-glib-dev -Standards-Version: 4.1.5 - -Package: com.github.bleakgrey.tootle -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Description: Mastodon client - Lightning fast Mastodon client. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 0ae7c09..0000000 --- a/debian/copyright +++ /dev/null @@ -1,25 +0,0 @@ -Format: http://dep.debian.net/deps/dep5 -Upstream-Name: tootle -Source: https://github.com/bleakgrey/tootle - -Files: * -Copyright: 2018 bleak_grey -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 . - . - On Debian systems, the complete text of the GNU General - Public License version 3 can be found in "/usr/share/common-licenses/GPL-3". - diff --git a/debian/rules b/debian/rules deleted file mode 100755 index b4b80d6..0000000 --- a/debian/rules +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/make -f -export DH_VERBOSE=1 -export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -%: - dh $@ - -override_dh_auto_clean: - rm -rf debian/build - -override_dh_auto_configure: - mkdir -p debian/build - cd debian/build && meson --prefix=/usr ../.. - -override_dh_auto_build: - cd debian/build && ninja -v - -override_dh_auto_test: - cd debian/build && ninja test - -override_dh_auto_install: - cd debian/build && DESTDIR=${CURDIR}/debian/com.github.bleakgrey.tootle ninja install diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)