From a6b3c0319e2175d9c38337951249b65a58e917b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 10:46:41 +0200 Subject: New d/p/0110-Fix-Build-error.patch --- debian/changelog | 7 +++++++ debian/patches/0110-Fix-Build-error.patch | 19 +++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 27 insertions(+) create mode 100644 debian/patches/0110-Fix-Build-error.patch diff --git a/debian/changelog b/debian/changelog index 469c60b..74def09 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +gnome-pie (0.7.2-2) UNRELEASED; urgency=medium + + * New debian/patches/0110-Fix-Build-error.patch (Closes: 948129): + - Fix build error. + + -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 + gnome-pie (0.7.2-1) unstable; urgency=medium * New upstream release: diff --git a/debian/patches/0110-Fix-Build-error.patch b/debian/patches/0110-Fix-Build-error.patch new file mode 100644 index 0000000..0ec2925 --- /dev/null +++ b/debian/patches/0110-Fix-Build-error.patch @@ -0,0 +1,19 @@ +Description: Fix build errors +Author: Jörg Frings-Fürst +forwarded: https://github.com/Simmesimme/Gnome-Pie/issues/177 +Last-Update: 2020-05-31 +--- +This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ +Index: trunk/src/actions/action.vala +=================================================================== +--- trunk.orig/src/actions/action.vala ++++ trunk/src/actions/action.vala +@@ -69,7 +69,7 @@ public abstract class Action : GLib.Obje + /// C'tor, initializes all members. + ///////////////////////////////////////////////////////////////////// + +- public Action(string name, string icon, bool is_quickaction) { ++ Action(string name, string icon, bool is_quickaction) { + GLib.Object(name : name, icon : icon, is_quickaction : is_quickaction); + } + diff --git a/debian/patches/series b/debian/patches/series index e0a3e26..af26029 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,5 @@ #0500_bamf3-vapi.patch +0110-Fix-Build-error.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch #0100-fix-ftbfs_vala_0_42.patch -- cgit v1.2.3 From bd2e2bb077e3e7182d70a47c8124e1a4de8e4c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 10:50:50 +0200 Subject: Migrate to debhelper-compat 13 --- debian/changelog | 4 ++++ debian/compat | 1 - debian/control | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) delete mode 100644 debian/compat diff --git a/debian/changelog b/debian/changelog index 74def09..9f00919 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,10 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium * New debian/patches/0110-Fix-Build-error.patch (Closes: 948129): - Fix build error. + * Migrate to debhelper-compat 13: + - Remove debian/compat. + - debian/control: + + Bump minimum debhelper-compat version to = 13. -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/compat b/debian/compat deleted file mode 100644 index b4de394..0000000 --- a/debian/compat +++ /dev/null @@ -1 +0,0 @@ -11 diff --git a/debian/control b/debian/control index db9684f..e1dacce 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: gnome Priority: optional Maintainer: Jörg Frings-Fürst Build-Depends: - debhelper (>= 11), + debhelper-compat (= 13), cmake, libayatana-appindicator3-dev, libarchive-dev, -- cgit v1.2.3 From ac32de240a75bc07c4db2284745d8f702027c258 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 10:52:09 +0200 Subject: Declare compliance with Debian Policy 4.5.0 --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 9f00919..80c639b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium - Remove debian/compat. - debian/control: + Bump minimum debhelper-compat version to = 13. + * Declare compliance with Debian Policy 4.5.0 (No changes needed). -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/control b/debian/control index e1dacce..91e6116 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: libxml2-dev, libxtst-dev, valac (>= 0.24) -Standards-Version: 4.2.1 +Standards-Version: 4.5.0 Homepage: https://gnome-pie.simonschneegans.de/ Vcs-Git: git://jff.email/opt/git/gnome-pie.git Vcs-Browser: https://jff.email/cgit/gnome-pie.git -- cgit v1.2.3 From 2e5cbf11ebc847504fb0a94c049eda2fc1c6abbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 11:10:43 +0200 Subject: d/contol: Add Rules-Requires-Root: no --- debian/changelog | 2 ++ debian/control | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 80c639b..622cb46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,8 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium - debian/control: + Bump minimum debhelper-compat version to = 13. * Declare compliance with Debian Policy 4.5.0 (No changes needed). + * debian/control: + - Add Rules-Requires-Root: no. -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/control b/debian/control index 91e6116..9defce0 100644 --- a/debian/control +++ b/debian/control @@ -17,6 +17,7 @@ Build-Depends: libxtst-dev, valac (>= 0.24) Standards-Version: 4.5.0 +Rules-Requires-Root: no Homepage: https://gnome-pie.simonschneegans.de/ Vcs-Git: git://jff.email/opt/git/gnome-pie.git Vcs-Browser: https://jff.email/cgit/gnome-pie.git -- cgit v1.2.3 From d231943f687d884a9ad0bef669c0a9471f0a1f0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 11:16:22 +0200 Subject: d/control: Change homepage --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 622cb46..5187946 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium * Declare compliance with Debian Policy 4.5.0 (No changes needed). * debian/control: - Add Rules-Requires-Root: no. + - Change homepage to the new one. -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/control b/debian/control index 9defce0..5a4da3a 100644 --- a/debian/control +++ b/debian/control @@ -18,7 +18,7 @@ Build-Depends: valac (>= 0.24) Standards-Version: 4.5.0 Rules-Requires-Root: no -Homepage: https://gnome-pie.simonschneegans.de/ +Homepage: https://schneegans.github.io/gnome-pie.html Vcs-Git: git://jff.email/opt/git/gnome-pie.git Vcs-Browser: https://jff.email/cgit/gnome-pie.git -- cgit v1.2.3 From eaa231a57215f358f7419ffdb6a24426a5a9ae4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 11:17:41 +0200 Subject: d/copyright: Add year 2020 to myself --- debian/changelog | 2 ++ debian/copyright | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5187946..b0846e8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium * debian/control: - Add Rules-Requires-Root: no. - Change homepage to the new one. + * debian/copyright: + - Add year 2020 to myself. -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/copyright b/debian/copyright index 5304208..1eaffe2 100644 --- a/debian/copyright +++ b/debian/copyright @@ -14,7 +14,7 @@ License: BSD-2-Clause Files: debian/* Copyright: 2011 Alessandro Ghedini - 2014-2018 Jörg Frings-Fürst + 2014-2020 Jörg Frings-Fürst License: GPL-3.0+ License: GPL-3.0+ -- cgit v1.2.3 From ac08717a64e3ac0a18b81603ad916505f43999d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 11:20:07 +0200 Subject: Remove unused patches --- debian/changelog | 1 + debian/patches/0100-fix-ftbfs_vala_0_42.patch | 66 --------- debian/patches/0500_bamf3-vapi.patch | 203 -------------------------- debian/patches/series | 2 - 4 files changed, 1 insertion(+), 271 deletions(-) delete mode 100644 debian/patches/0100-fix-ftbfs_vala_0_42.patch delete mode 100644 debian/patches/0500_bamf3-vapi.patch diff --git a/debian/changelog b/debian/changelog index b0846e8..8a51c38 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium - Change homepage to the new one. * debian/copyright: - Add year 2020 to myself. + * Remove unused patches. -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 diff --git a/debian/patches/0100-fix-ftbfs_vala_0_42.patch b/debian/patches/0100-fix-ftbfs_vala_0_42.patch deleted file mode 100644 index f60fbed..0000000 --- a/debian/patches/0100-fix-ftbfs_vala_0_42.patch +++ /dev/null @@ -1,66 +0,0 @@ -Description: Fix FTBFS with vala 0.42 -Origin: upstream, https://github.com/Simmesimme/Gnome-Pie/commit/86412ee09b7f8bc11f163bc8b6c3a061be279c43 -Bug: https://github.com/Simmesimme/Gnome-Pie/issues/164 -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=907943 -Forwarded: not-needed -Last-Update: 2018-09-07 --- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/src/utilities/archiveReader.vala -=================================================================== ---- trunk.orig/src/utilities/archiveReader.vala -+++ trunk/src/utilities/archiveReader.vala -@@ -84,9 +84,13 @@ public class ArchiveReader : GLib.Object - if (entry.size() > 0) { - while (true) { - size_t offset, size; -- void *buff; -+ uint8[] buff; - -+#if VALA_0_42 -+ r = this.archive.read_data_block(out buff, out offset); -+#else - r = this.archive.read_data_block(out buff, out size, out offset); -+#endif - if (r == Archive.Result.EOF) { - break; - } -@@ -96,7 +100,11 @@ public class ArchiveReader : GLib.Object - return false; - } - -+#if VALA_0_42 -+ this.writer.write_data_block(buff, offset); -+#else - this.writer.write_data_block(buff, size, offset); -+#endif - } - } - -Index: trunk/src/utilities/archiveWriter.vala -=================================================================== ---- trunk.orig/src/utilities/archiveWriter.vala -+++ trunk/src/utilities/archiveWriter.vala -@@ -112,13 +112,17 @@ public class ArchiveWriter : GLib.Object - if (this.archive.write_header(entry) == Archive.Result.OK) { - try { - var reader = File.new_for_path(path).read(); -- uint8 buffer[4096]; -+ uint8[] buffer = new uint8[4096]; - -- var len = reader.read(buffer); -+ buffer.length = (int) reader.read(buffer); - -- while(len > 0) { -- this.archive.write_data(buffer, len); -- len = reader.read(buffer); -+ while(buffer.length > 0) { -+#if VALA_0_42 -+ this.archive.write_data(buffer); -+#else -+ this.archive.write_data(buffer, buffer.length); -+#endif -+ buffer.length = (int) reader.read(buffer); - } - - this.archive.finish_entry(); diff --git a/debian/patches/0500_bamf3-vapi.patch b/debian/patches/0500_bamf3-vapi.patch deleted file mode 100644 index f185cfe..0000000 --- a/debian/patches/0500_bamf3-vapi.patch +++ /dev/null @@ -1,203 +0,0 @@ -Description: Add libbamf3.vapi to prevent build errors -Author: Jörg Frings-Fürst -Last-Update: 2015-05-11> ---- -This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ -Index: trunk/vapi/libbamf3.vapi -=================================================================== ---- /dev/null -+++ trunk/vapi/libbamf3.vapi -@@ -0,0 +1,181 @@ -+/* libbamf3.vapi generated by vapigen, do not modify. */ -+ -+[CCode (cprefix = "Bamf", gir_namespace = "Bamf", gir_version = "3", lower_case_cprefix = "bamf_")] -+namespace Bamf { -+ [CCode (cheader_filename = "libbamf/libbamf.h", type_id = "bamf_application_get_type ()")] -+ public class Application : Bamf.View { -+ [CCode (has_construct_function = false)] -+ protected Application (); -+ public bool get_application_menu (string name, string object_path); -+ public unowned string get_application_type (); -+ public unowned string get_desktop_file (); -+ public unowned Bamf.View get_focusable_child (); -+ public bool get_show_menu_stubs (); -+ [CCode (array_length = false, array_null_terminated = true)] -+ public string[] get_supported_mime_types (); -+ public GLib.List get_windows (); -+ public GLib.Array get_xids (); -+ public signal void window_added (Bamf.View object); -+ public signal void window_removed (Bamf.View object); -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", type_id = "bamf_control_get_type ()")] -+ public class Control : GLib.Object { -+ [CCode (has_construct_function = false)] -+ protected Control (); -+ public static unowned Bamf.Control get_default (); -+ public void insert_desktop_file (string desktop_file); -+ public void register_application_for_pid (string application, int32 pid); -+ public void register_tab_provider (string path); -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", type_id = "bamf_matcher_get_type ()")] -+ public class Matcher : GLib.Object { -+ [CCode (has_construct_function = false)] -+ protected Matcher (); -+ public bool application_is_running (string application); -+ public unowned Bamf.Application get_active_application (); -+ public unowned Bamf.Window get_active_window (); -+ public unowned Bamf.Application get_application_for_desktop_file (string desktop_file_path, bool create_if_not_found); -+ public unowned Bamf.Application get_application_for_window (Bamf.Window window); -+ public unowned Bamf.Application get_application_for_xid (uint32 xid); -+ public GLib.List get_applications (); -+ public static Bamf.Matcher get_default (); -+ public GLib.List get_running_applications (); -+ public GLib.List get_tabs (); -+ public GLib.List get_window_stack_for_monitor (int monitor); -+ public GLib.List get_windows (); -+ public GLib.Array get_xids_for_application (string application); -+ public void register_favorites ([CCode (array_length = false)] string[] favorites); -+ public signal void active_application_changed (Bamf.View object, Bamf.View p0); -+ public signal void active_window_changed (Bamf.View object, Bamf.View p0); -+ public signal void stacking_order_changed (); -+ public signal void view_closed (Bamf.View object); -+ public signal void view_opened (Bamf.View object); -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", type_id = "bamf_tab_get_type ()")] -+ public class Tab : Bamf.View { -+ [CCode (has_construct_function = false)] -+ public Tab (string path); -+ public bool close (); -+ public virtual unowned string get_desktop_name (); -+ public virtual bool get_is_foreground_tab (); -+ public virtual unowned string get_location (); -+ public virtual uint64 get_xid (); -+ public bool raise (); -+ [NoAccessorMethod] -+ public string desktop_id { owned get; set; } -+ [NoAccessorMethod] -+ public bool is_foreground_tab { get; set; } -+ [NoAccessorMethod] -+ public string location { owned get; set; } -+ [NoAccessorMethod] -+ public uint64 xid { get; set; } -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", type_id = "bamf_tab_source_get_type ()")] -+ public class TabSource : GLib.Object { -+ [CCode (has_construct_function = false)] -+ protected TabSource (); -+ [CCode (array_length = false, array_null_terminated = true)] -+ public unowned string[] get_tab_ids (); -+ public string get_tab_uri (string tab_id); -+ public uint32 get_tab_xid (string tab_id); -+ [NoWrapper] -+ public virtual string tab_uri (string tab_id); -+ [NoWrapper] -+ public virtual uint32 tab_xid (string tab_id); -+ [NoAccessorMethod] -+ public string id { owned get; set construct; } -+ public signal void tab_closed (string object); -+ public signal void tab_opened (string object); -+ public signal void tab_uri_changed (string object, string p0, string p1); -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", type_id = "bamf_view_get_type ()")] -+ public class View : GLib.InitiallyUnowned { -+ [CCode (has_construct_function = false)] -+ protected View (); -+ [NoWrapper] -+ public virtual Bamf.ClickBehavior click_behavior (); -+ public virtual GLib.List get_children (); -+ public Bamf.ClickBehavior get_click_suggestion (); -+ public virtual string get_icon (); -+ public virtual string get_name (); -+ [CCode (vfunc_name = "view_type")] -+ public virtual unowned string get_view_type (); -+ public virtual bool is_active (); -+ public bool is_closed (); -+ public virtual bool is_running (); -+ public bool is_sticky (); -+ public virtual bool is_urgent (); -+#if !HAVE_BAMF_0_4 -+ [CCode (cname = "bamf_view_user_visible")] -+#endif -+ public bool is_user_visible (); -+ [NoWrapper] -+ public virtual void set_path (string path); -+ public void set_sticky (bool value); -+ [NoAccessorMethod] -+ public bool active { get; } -+ [NoAccessorMethod] -+ public string path { owned get; } -+ [NoAccessorMethod] -+ public bool running { get; } -+ [NoAccessorMethod] -+ public bool urgent { get; } -+ [NoAccessorMethod] -+ public bool user_visible { get; } -+ public virtual signal void active_changed (bool active); -+ public virtual signal void child_added (Bamf.View child); -+ public virtual signal void child_moved (Bamf.View child); -+ public virtual signal void child_removed (Bamf.View child); -+ public virtual signal void closed (); -+ public virtual signal void name_changed (string old_name, string new_name); -+ public virtual signal void running_changed (bool running); -+ public virtual signal void urgent_changed (bool urgent); -+ public virtual signal void user_visible_changed (bool user_visible); -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", type_id = "bamf_window_get_type ()")] -+ public class Window : Bamf.View { -+ [CCode (has_construct_function = false)] -+ protected Window (); -+ public virtual int get_monitor (); -+ public virtual uint32 get_pid (); -+ public virtual unowned Bamf.Window get_transient (); -+ public virtual string get_utf8_prop (string prop); -+ public virtual Bamf.WindowType get_window_type (); -+ public virtual uint32 get_xid (); -+ public virtual long last_active (); -+ public virtual Bamf.WindowMaximizationType maximized (); -+ public virtual signal void maximized_changed (int old_value, int new_value); -+ public virtual signal void monitor_changed (int old_value, int new_value); -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", cprefix = "BAMF_CLICK_BEHAVIOR_", has_type_id = false)] -+ public enum ClickBehavior { -+ NONE, -+ OPEN, -+ FOCUS, -+ FOCUS_ALL, -+ MINIMIZE, -+ RESTORE, -+ RESTORE_ALL, -+ PICKER -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", cprefix = "BAMF_WINDOW_", has_type_id = false)] -+ public enum WindowMaximizationType { -+ FLOATING, -+ HORIZONTAL_MAXIMIZED, -+ VERTICAL_MAXIMIZED, -+ MAXIMIZED -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", cprefix = "BAMF_WINDOW_", has_type_id = false)] -+ public enum WindowType { -+ NORMAL, -+ DESKTOP, -+ DOCK, -+ DIALOG, -+ TOOLBAR, -+ MENU, -+ UTILITY, -+ SPLASHSCREEN -+ } -+ [CCode (cheader_filename = "libbamf/libbamf.h", instance_pos = 2.9)] -+ public delegate void TabPreviewReadyCallback (Bamf.Tab self, string preview_data); -+} -Index: trunk/src/CMakeLists.txt -=================================================================== ---- trunk.orig/src/CMakeLists.txt -+++ trunk/src/CMakeLists.txt -@@ -23,6 +23,7 @@ vala_precompile( - PACKAGES - ${VALA_PKGS} - OPTIONS -+ --vapidir=${CMAKE_SOURCE_DIR}/vapi/ - --thread - ${DEFINES} - ) diff --git a/debian/patches/series b/debian/patches/series index af26029..cf48a33 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,5 +1,3 @@ -#0500_bamf3-vapi.patch 0110-Fix-Build-error.patch 0700-ayatana-appindicator.patch 0105-spelling_errors.patch -#0100-fix-ftbfs_vala_0_42.patch -- cgit v1.2.3 From ee395e5c314401129caf402d4c736667333c2a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 11:30:42 +0200 Subject: d/changelog: Change distribution to unstable, Change date and time --- debian/changelog | 4 ++-- debian/files | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 debian/files diff --git a/debian/changelog b/debian/changelog index 8a51c38..de1dd57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -gnome-pie (0.7.2-2) UNRELEASED; urgency=medium +gnome-pie (0.7.2-2) unstable; urgency=medium * New debian/patches/0110-Fix-Build-error.patch (Closes: 948129): - Fix build error. @@ -14,7 +14,7 @@ gnome-pie (0.7.2-2) UNRELEASED; urgency=medium - Add year 2020 to myself. * Remove unused patches. - -- Jörg Frings-Fürst Sun, 05 Jan 2020 11:45:22 +0100 + -- Jörg Frings-Fürst Sun, 31 May 2020 11:28:29 +0200 gnome-pie (0.7.2-1) unstable; urgency=medium diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..92c2fff --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +gnome-pie_0.7.2-2_source.buildinfo gnome optional -- cgit v1.2.3 From ee8c45fc1fd16e698825c9a983b7d4ba4b7cafc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 31 May 2020 11:31:21 +0200 Subject: remove d/files --- debian/files | 1 - 1 file changed, 1 deletion(-) delete mode 100644 debian/files diff --git a/debian/files b/debian/files deleted file mode 100644 index 92c2fff..0000000 --- a/debian/files +++ /dev/null @@ -1 +0,0 @@ -gnome-pie_0.7.2-2_source.buildinfo gnome optional -- cgit v1.2.3