From 19c2e3ba83e948de8c1cb55596c2185206a9b992 Mon Sep 17 00:00:00 2001 From: Siddhartha Das Date: Tue, 2 Oct 2018 09:59:36 +0100 Subject: [PATCH] Moved debian folder to loki branch --- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 23 ----------------------- debian/copyright | 25 ------------------------- debian/rules | 14 -------------- debian/source/format | 1 - 6 files changed, 69 deletions(-) delete mode 100755 debian/changelog delete mode 100755 debian/compat delete mode 100755 debian/control delete mode 100755 debian/copyright delete mode 100755 debian/rules delete mode 100755 debian/source/format diff --git a/debian/changelog b/debian/changelog deleted file mode 100755 index c2331d0a..00000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -com.github.babluboy.bookworm (1.0.0) xenial; urgency=low - - * Initial Release (26-Apr-2017) - - -- Siddhartha Das Mon, 15 May 2017 20:00:00 -0000 diff --git a/debian/compat b/debian/compat deleted file mode 100755 index ec635144..00000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100755 index 511d3f01..00000000 --- a/debian/control +++ /dev/null @@ -1,23 +0,0 @@ -Source: com.github.babluboy.bookworm -Section: text -Priority: optional -Maintainer: Siddhartha Das -Build-Depends: cmake (>= 2.8), - debhelper (>= 9), - libgee-0.8-dev, - libgtk-3-dev (>= 3.14), - valac (>= 0.26), - libgranite-dev (>= 0.3.0), - libsqlite3-dev, - libxml2, - libxml2-dev, - libwebkit2gtk-4.0-37, - libwebkit2gtk-4.0-dev, - libpoppler-glib-dev - -Standards-Version: 3.9.6 -Package: com.github.babluboy.bookworm -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, unzip, poppler-utils, unar, html2text -Description: Bookworm - A focussed eBook reader which displays multiple eBooks formats uniformly diff --git a/debian/copyright b/debian/copyright deleted file mode 100755 index a138c23c..00000000 --- a/debian/copyright +++ /dev/null @@ -1,25 +0,0 @@ -Format: http://dep.debian.net/deps/dep5 -Upstream-Name: com.github.babluboy.bookworm -Source: https://github.com/babluboy/bookworm - -Files: src/* data/* cmake/* debian/* -Copyright: 2015 Siddhartha Das -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 e50e7cd8..00000000 --- a/debian/rules +++ /dev/null @@ -1,14 +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 $@ - diff --git a/debian/source/format b/debian/source/format deleted file mode 100755 index 89ae9db8..00000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native)