Remove debian directory

This commit is contained in:
Bleak Grey 2020-10-30 16:24:01 +03:00
parent 93c202e7b3
commit abfb4ab5d6
6 changed files with 0 additions and 75 deletions

5
debian/changelog vendored
View File

@ -1,5 +0,0 @@
tootle (0.2.0) bionic; urgency=low
* Initial release
-- bleak_grey <bleakgrey@gmail.com> Tue, 27 Feb 2018 10:00:00 -0500

1
debian/compat vendored
View File

@ -1 +0,0 @@
11

21
debian/control vendored
View File

@ -1,21 +0,0 @@
Source: com.github.bleakgrey.tootle
Section: x11
Priority: optional
Maintainer: bleak_grey <bleakgrey@gmail.com>
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.

25
debian/copyright vendored
View File

@ -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 <bleakgrey@gmail.com>
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 <http://www.gnu.org/licenses/>.
.
On Debian systems, the complete text of the GNU General
Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".

22
debian/rules vendored
View File

@ -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

View File

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