From 03c135d4f864981f9d7ed6237427f5c761aaaebf Mon Sep 17 00:00:00 2001 From: juanma1980 Date: Thu, 21 Sep 2017 14:02:40 +0200 Subject: [PATCH] clean --- debian/patches/0001-remove-patch.patch | 21 --------------------- debian/patches/0002-add-patch.patch | 21 --------------------- debian/patches/series | 2 -- 3 files changed, 44 deletions(-) delete mode 100644 debian/patches/0001-remove-patch.patch delete mode 100644 debian/patches/0002-add-patch.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/0001-remove-patch.patch b/debian/patches/0001-remove-patch.patch deleted file mode 100644 index 8aeb5449..00000000 --- a/debian/patches/0001-remove-patch.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: juanma1980 -Date: Thu, 21 Sep 2017 13:03:01 +0200 -Subject: remove patch - ---- - flameshot.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/flameshot.pro b/flameshot.pro -index 219ca49..d62071e 100644 ---- a/flameshot.pro -+++ b/flameshot.pro -@@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - CONFIG += c++11 - CONFIG += link_pkgconfig - --CONFIG += packaging # Enables "make install" for packaging paths -+#CONFIG += packaging # Enables "make install" for packaging paths - - TARGET = flameshot - TEMPLATE = app diff --git a/debian/patches/0002-add-patch.patch b/debian/patches/0002-add-patch.patch deleted file mode 100644 index 60be0515..00000000 --- a/debian/patches/0002-add-patch.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: juanma1980 -Date: Thu, 21 Sep 2017 13:04:56 +0200 -Subject: add patch - ---- - flameshot.pro | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/flameshot.pro b/flameshot.pro -index d62071e..219ca49 100644 ---- a/flameshot.pro -+++ b/flameshot.pro -@@ -15,7 +15,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets - CONFIG += c++11 - CONFIG += link_pkgconfig - --#CONFIG += packaging # Enables "make install" for packaging paths -+CONFIG += packaging # Enables "make install" for packaging paths - - TARGET = flameshot - TEMPLATE = app diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 537f8315..00000000 --- a/debian/patches/series +++ /dev/null @@ -1,2 +0,0 @@ -0001-remove-patch.patch -0002-add-patch.patch