From e34c4aabafe5b22f22c84fde97fe1284a61e9a31 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Wed, 16 Mar 2016 17:37:24 -0400 Subject: [PATCH] excise debian packaging --- debian/changelog | 11 ----------- debian/compat | 1 - debian/control | 14 -------------- debian/copyright | 24 ------------------------ debian/install | 1 - debian/rules | 7 ------- 6 files changed, 58 deletions(-) delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/install delete mode 100755 debian/rules diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 46c4966..0000000 --- a/debian/changelog +++ /dev/null @@ -1,11 +0,0 @@ -paper-gtk-theme (1.1) UNRELEASED; urgency=low - - * Point Release. - - -- Sam Hewitt Wed, 16 Mar 2016 12:00:00 -0400 - -paper-gtk-theme (1.0) UNRELEASED; urgency=low - - * Initial Release. - - -- Sam Hewitt Thu, 18 Dec 2014 12:00:00 -0400 \ No newline at end of file diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec63514..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 14eca1c..0000000 --- a/debian/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: paper-gtk-theme -Section: gnome -Priority: optional -Maintainer: Sam Hewitt -Build-Depends: debhelper (>= 7) -Standards-Version: 3.9.2 -Homepage: https://github.com/moka-project/paper-gtk-theme - -Package: paper-gtk-theme -Architecture: all -Depends: gtk2-engines-pixbuf, - ${misc:Depends} -Description: Paper GTK Theme - Paper GTK theme. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 07fb5d8..0000000 --- a/debian/copyright +++ /dev/null @@ -1,24 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: paper-gtk-theme -Upstream-Contact: Sam Hewitt -Source: https://launchpad.net/paper-gtk-theme/+download - -Files: * -Copyright: 2016, Sam Hewitt - -License: GPL-3+ - 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/install b/debian/install deleted file mode 100644 index cced9bf..0000000 --- a/debian/install +++ /dev/null @@ -1 +0,0 @@ -Paper usr/share/themes \ No newline at end of file diff --git a/debian/rules b/debian/rules deleted file mode 100755 index aed5600..0000000 --- a/debian/rules +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/make -f - -%: - dh $@ - -override_dh_auto_install: - --sourcedir=Paper