diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index d80536f76..000000000 --- a/debian/changelog +++ /dev/null @@ -1,13 +0,0 @@ -et (2.1.0-1ubuntu1) xenial; urgency=medium - - * Compiles now on debian and other linux systems with older gflags implementations. - * CPU overhead is massively reduced - * Fixed logic in launcher to kill stale sessions - - -- Jason Gauci Tue, 14 Mar 2017 10:57:51 -0800 - -et (2.0.1-1ubuntu1) xenial; urgency=medium - - * Initial release - - -- Jason Gauci Wed, 22 Feb 2017 10:57:51 -0800 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index ec635144f..000000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -9 diff --git a/debian/control b/debian/control deleted file mode 100644 index 2ea8f1521..000000000 --- a/debian/control +++ /dev/null @@ -1,15 +0,0 @@ -Source: et -Section: universe/net -Priority: optional -Maintainer: Jason Gauci -Build-Depends: debhelper (>=9), libboost-dev, libsodium-dev, libncurses5-dev, libprotobuf-dev, protobuf-compiler, cmake, libgoogle-glog-dev, libgflags-dev -Standards-Version: 3.9.7 -Homepage: https://mistertea.github.io/EternalTCP/ -#Vcs-Git: git://anonscm.debian.org/collab-maint/et.git -#Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/et.git - -Package: et -Architecture: any -Depends: ${misc:Depends}, ${shlibs:Depends}, libgcc1 (>= 1:3.3), libncurses5 (>= 6), libprotobuf9v5, libsodium18 (>= 0.6.0), libstdc++6 (>= 5.2), libtinfo5 (>= 6), libgflags2v5, libgoogle-glog0v5 -Description: Remote terminal for the busy and impatient - Eternal Terminal is a remote shell that automatically reconnects without interrupting the session. diff --git a/debian/copyright b/debian/copyright deleted file mode 100644 index 4c2038952..000000000 --- a/debian/copyright +++ /dev/null @@ -1,42 +0,0 @@ -Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: et -Source: - -Files: * -Copyright: 2016-2017 Jason Gauci -License: Apache License - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. - -# If you want to use GPL v2 or later for the /debian/* files use -# the following clauses, or change it to suit. Delete these two lines -Files: debian/* -Copyright: 2017 Jason Gauci -License: GPL-2+ - This package 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 2 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 2 can be found in "/usr/share/common-licenses/GPL-2". - -# Please also look if there are files or directories which have a -# different copyright/license attached and list them here. -# Please avoid picking licenses with terms that are more restrictive than the -# packaged work, as it may make Debian's contributions unacceptable upstream. diff --git a/debian/et-docs.docs b/debian/et-docs.docs deleted file mode 100644 index e69de29bb..000000000 diff --git a/debian/rules b/debian/rules deleted file mode 100755 index cd5c6c55c..000000000 --- a/debian/rules +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/make -f -# See debhelper(7) (uncomment to enable) -# output every command that modifies files on the build system. -#export DH_VERBOSE = 1 - -BUILDDIR = build_dir - -# secondly called by launchpad -build: - mkdir $(BUILDDIR); - cd $(BUILDDIR); cmake -DCMAKE_INSTALL_PREFIX=../debian/tmp/usr .. - make -C $(BUILDDIR) -build-arch: build -build-indep: build - -# thirdly called by launchpad -binary: binary-indep binary-arch - -binary-indep: - # nothing to be done - -binary-arch: - cd $(BUILDDIR); cmake -P cmake_install.cmake - mkdir debian/tmp/DEBIAN - dpkg-gencontrol -pet - dpkg --build debian/tmp .. - -# firstly called by launchpad -clean: - rm -f build - rm -rf $(BUILDDIR) - -.PHONY: binary binary-arch binary-indep clean diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 163aaf8d8..000000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt)