summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralex <alex@ASUS>2018-09-03 21:32:14 +0200
committeralex <alex@ASUS>2018-09-03 21:32:14 +0200
commit980727a903b32805541ca5cbaa1ba332279560e7 (patch)
tree80c1d2a3fa7783a9c2e67370593496213de6ee19
parent03ad2467a437d24a95ba49c715e008c47240d630 (diff)
Delete debian dir. I desist building a .deb until some other time
-rw-r--r--debian/changelog4
-rw-r--r--debian/control17
-rw-r--r--debian/copyright22
-rw-r--r--debian/rules1
4 files changed, 0 insertions, 44 deletions
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 68352a4..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,4 +0,0 @@
-mine-sweeper (3~b5) unstable; urgency=low
-
- * Initial Release.
- * This is my first Debian package.
diff --git a/debian/control b/debian/control
deleted file mode 100644
index a2aa10b..0000000
--- a/debian/control
+++ /dev/null
@@ -1,17 +0,0 @@
-Source: mine-sweeper
-Maintainer: Alejandro Colomar Andrés <1903716@gmail.com>
-Uploaders: Alejandro Colomar Andrés <1903716@gmail.com>
-Section: games
-Priority: optional
-Build-Depends: libc6-dev libncursesw5-dev libtinfo-dev
-Standards-Version: 4.2.1.0
-Homepage: https://github.com/AlejandroColomar/mine-sweeper/
-
-Package: mine-sweeper
-Architecture: any
-Section: games
-Priority: optional
-Essential: no
-Depends: libc6,libncursesw5,libtinfo5
-Description: Terminal game based on 'Mine'.
-Homepage: https://github.com/AlejandroColomar/mine-sweeper/
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index c8688ed..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,22 +0,0 @@
-Based on the game 'Mine', written in 1990 by
-Robert Donner & Curt Johnson at Duff Software.
-
-Check this: https://tcrf.net/Proto:Minesweeper_(Windows,_1990)
-
-----------------------------------------------------------------
-
-mine-sweeper Copyright (C) 2015 Alejandro COLOMAR ANDRES
-
-This program comes with ABSOLUTELY NO WARRANTY.
-This is free software, and you are welcome to redistribute it
-under the conditions of the GNU GPL-2; see the file COPYING.txt for details.
-
-----------------------------------------------------------------
-
- NOTE! The only valid version of the GPL is _this_ particular
- version of the license (ie v2, not v2.2 or v3.x or whatever), unless
- explicitly otherwise stated.
-
- Alejandro Colomar
-
-----------------------------------------------------------------
diff --git a/debian/rules b/debian/rules
deleted file mode 100644
index f549901..0000000
--- a/debian/rules
+++ /dev/null
@@ -1 +0,0 @@
-#!/usr/bin/make -f