diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 63dede3..0000000 --- a/debian/changelog +++ /dev/null @@ -1,6 +0,0 @@ -lyrics (0.1) UNRELEASED; urgency=medium - - * Initial release. - * Fix issue where lyrics are saved on current folder of running application - - -- Fernando da Silva Sousa Fri, 26 Oct 2018 18:52:47 -0300 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index f599e28..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -10 diff --git a/debian/control b/debian/control deleted file mode 100644 index 5b83168..0000000 --- a/debian/control +++ /dev/null @@ -1,21 +0,0 @@ -Source: lyrics -Maintainer: Fernando da Silva Sousa -Section: sound -Priority: optional -Standards-Version: 3.9.2 -Homepage: https://github.com/naaando/lyrics -Build-Depends: debhelper (>=9), - gettext, - libgee-0.8-dev, - libglib2.0-dev, - libgtk-3-dev, - libcairo2-dev, - libgranite-dev, - meson, - valac - -Package: lyrics -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends} -Pre-Depends: dpkg (>= 1.15) -Description: Lyric display... diff --git a/debian/rules b/debian/rules deleted file mode 100755 index f9c15e6..0000000 --- a/debian/rules +++ /dev/null @@ -1,29 +0,0 @@ -#!/usr/bin/make -f -# -*- makefile -*- -# Sample debian/rules that uses debhelper. -# This file was originally written by Joey Hess and Craig Small. -# As a special exception, when this file is copied by dh-make into a -# dh-make output file, you may use that output file without restriction. -# This special exception was added by Craig Small in version 0.37 of dh-make. - -# Uncomment this to turn on verbose mode. -export DH_VERBOSE=1 - -%: - 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/lyrics 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)