From 9dfe5f5f075cfece8cbbab38193e2d9c5f8b172a Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 10 Oct 2021 00:40:59 +0800 Subject: [PATCH 1/2] Sort entires --- .gitattributes | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index f0d4a0a15..8e3c91a11 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,7 @@ core.eol=lf * text eol=lf -*.zip binary -*.png binary +*.icns binary *.ico binary +*.png binary *.qm binary -*.icns binary +*.zip binary From b66f4b93226527d1257c55cc12330133fada93ae Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Sun, 10 Oct 2021 01:01:56 +0800 Subject: [PATCH 2/2] Remove TODO and NEWS files The contents are outdated and the files are not in use. `configure.ac` is adjusted to suppress automake errors. https://www.gnu.org/software/automake/manual/html_node/Strictness.html#index-Strictness_002c-foreign --- NEWS | 4 ---- TODO | 1 - configure.ac | 2 +- 3 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 NEWS delete mode 100644 TODO diff --git a/NEWS b/NEWS deleted file mode 100644 index 96b13e5a6..000000000 --- a/NEWS +++ /dev/null @@ -1,4 +0,0 @@ -See Changelog - -******************************************* -Christophe dumez - chris@qbittorrent.org diff --git a/TODO b/TODO deleted file mode 100644 index d3aac7ecd..000000000 --- a/TODO +++ /dev/null @@ -1 +0,0 @@ -See https://blueprints.launchpad.net/qbittorrent/ diff --git a/configure.ac b/configure.ac index db038c56f..0067aa9db 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PROG_CXX AC_PROG_SED AC_LANG(C++) AC_CANONICAL_HOST -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([foreign]) # use compiler from env variables if available QBT_CC="$CC"