From b3e00fee2526bb7f45511c81f7164aaa21957c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lien=20Sell=C3=A6g?= Date: Thu, 14 Jun 2018 11:50:59 +0200 Subject: [PATCH] remove debian folder as it is not used --- debian/README | 6 ------ debian/README.Debian | 6 ------ debian/README.source | 10 ---------- debian/changelog | 5 ----- debian/compat | 1 - debian/control | 14 -------------- debian/copyright | 30 ------------------------------ debian/docs | 1 - debian/rules | 32 -------------------------------- 9 files changed, 105 deletions(-) delete mode 100644 debian/README delete mode 100644 debian/README.Debian delete mode 100644 debian/README.source delete mode 100644 debian/changelog delete mode 100644 debian/compat delete mode 100644 debian/control delete mode 100644 debian/copyright delete mode 100644 debian/docs delete mode 100755 debian/rules diff --git a/debian/README b/debian/README deleted file mode 100644 index 5b58267..0000000 --- a/debian/README +++ /dev/null @@ -1,6 +0,0 @@ -The Debian Package jucipp ----------------------------- - -Comments regarding the Package - - -- Ole Christian Eidheim Thu, 28 Apr 2016 15:41:24 +0200 diff --git a/debian/README.Debian b/debian/README.Debian deleted file mode 100644 index 661f8e4..0000000 --- a/debian/README.Debian +++ /dev/null @@ -1,6 +0,0 @@ -jucipp for Debian ------------------ - - - - -- Ole Christian Eidheim Thu, 28 Apr 2016 15:41:24 +0200 diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index 283254a..0000000 --- a/debian/README.source +++ /dev/null @@ -1,10 +0,0 @@ -jucipp for Debian ------------------ - - - - - - -- Ole Christian Eidheim Thu, 28 Apr 2016 15:41:24 +0200 - diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index 7f83a11..0000000 --- a/debian/changelog +++ /dev/null @@ -1,5 +0,0 @@ -jucipp (1.1.3) unstable; urgency=low - - * Initial Release. - - -- Ole Christian Eidheim Thu, 28 Apr 2016 15:41:24 +0200 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 7e31e09..0000000 --- a/debian/control +++ /dev/null @@ -1,14 +0,0 @@ -Source: jucipp -Section: unknown -Priority: optional -Maintainer: Ole Christian Eidheim -Build-Depends: debhelper (>= 9), cmake, make, g++, libclang-dev, liblldb-3.5-dev, clang-format-3.5, pkg-config, libboost-system-dev, libboost-filesystem-dev, libboost-serialization-dev, libgtksourceviewmm-3.0-dev, aspell-en, libaspell-dev, libgit2-dev, exuberant-ctags -Standards-Version: 3.9.5 -Homepage: https://github.com/cppit/jucipp - -Package: jucipp -Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} -Description: a lightweight, cross-platform C++11/14/17 IDE - a lightweight, platform independent C++-IDE with support for C++11, C++14, - and experimental C++17 features depending on libclang version. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 70475ee..0000000 --- a/debian/copyright +++ /dev/null @@ -1,30 +0,0 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: jucipp -Source: - -Files: * -Copyright: - -License: MIT - Permission is hereby granted, free of charge, to any person obtaining a - copy of this software and associated documentation files (the "Software"), - to deal in the Software without restriction, including without limitation - the rights to use, copy, modify, merge, publish, distribute, sublicense, - and/or sell copies of the Software, and to permit persons to whom the - Software is furnished to do so, subject to the following conditions: - . - The above copyright notice and this permission notice shall be included - in all copies or substantial portions of the Software. - . - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS - OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF - MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. - IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY - CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, - TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE - SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid to pick license terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/docs b/debian/docs deleted file mode 100644 index b43bf86..0000000 --- a/debian/docs +++ /dev/null @@ -1 +0,0 @@ -README.md diff --git a/debian/rules b/debian/rules deleted file mode 100755 index 97ec64f..0000000 --- a/debian/rules +++ /dev/null @@ -1,32 +0,0 @@ -#!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. -#DH_VERBOSE = 1 - -# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/* -DPKG_EXPORT_BUILDFLAGS = 1 -include /usr/share/dpkg/default.mk - -# see FEATURE AREAS in dpkg-buildflags(1) -#export DEB_BUILD_MAINT_OPTIONS = hardening=+all - -# see ENVIRONMENT in dpkg-buildflags(1) -# package maintainers to append CFLAGS -#export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic -# package maintainers to append LDFLAGS -#export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed - - -# main packaging script based on dh7 syntax -%: - dh $@ --parallel - -# debmake generated override targets -# This is example for Cmake (See http://bugs.debian.org/641051 ) -#override_dh_auto_configure: -# dh_auto_configure -- \ -# -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH) - - - -