diff options
| author | 2018-04-10 22:14:17 +0200 | |
|---|---|---|
| committer | 2018-04-10 22:14:17 +0200 | |
| commit | 00935f13048caa58f5aa94d1a89b9dd67010fc29 (patch) | |
| tree | e2439e0739b672fe23a05fe8d84390f3c8891b9d /dist/debian | |
| parent | PPA: fix script (diff) | |
| download | KVIrc-00935f13048caa58f5aa94d1a89b9dd67010fc29.tar.gz KVIrc-00935f13048caa58f5aa94d1a89b9dd67010fc29.tar.bz2 KVIrc-00935f13048caa58f5aa94d1a89b9dd67010fc29.zip | |
Docs folder cleanup (#2366)
* delete accelerator.keys.txt
content is at https://github.com/kvirc/KVIrc/wiki/Keyboard-shortcuts
* delete INSTALL and doc/INSTALL.txt
content is at https://github.com/kvirc/KVIrc/wiki/installation
* delete doc/firefox.hack.txt
should no longer be needed
* delete doc/themes.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete doc/INSTALL-MacOS.txt
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-from-git-on-macOS-Sierra
* add another VS file to .gitignore
* delete doc/FAQ
content is at https://github.com/kvirc/KVIrc/wiki/FAQ
* delete old TODOs
content should be, if relevant, in issues
* delete doc/addon.howto.txt
content is at https://github.com/kvirc/KVIrc/wiki/Addons
* delete doc/scripting.faq.txt
content is at https://github.com/kvirc/KVIrc/wiki/tutorials
* delete translations.howto.txt and translations.spanish.notes.txt
content should be at https://github.com/kvirc/KVIrc/wiki/Updating-KVIrc's-translations
* delete win32_run_cmake.bat
outdated?
* adjust CMakeLists.txt for removed files
* delete Windows compilation instructions
content is at https://github.com/kvirc/KVIrc/wiki/Compiling-KVIrc-on-Windows
* delete doc/hackers.guide.txt
content is at https://github.com/kvirc/KVIrc/wiki/The-Source-Tree
* delete doc/ui-style-tips.txt
content is at https://github.com/kvirc/KVIrc/wiki/Contributing-code-to-KVIrc's-repositories
* adjust README to doc changes
* move main license file to root
* adjust mentions of copyright files
* revert status badges back from shields.io
shields.io is overloaded all the time so the badges never display
* change cmake syntax
* restore the about license text to its original glory and install the amip license only on windows
* update GPL2 from the GNU website
* change the installer to show ABOUT-LICENSE as well
Diffstat (limited to 'dist/debian')
| -rw-r--r-- | dist/debian/copyright | 8 | ||||
| -rwxr-xr-x | dist/debian/rules | 1 |
2 files changed, 4 insertions, 5 deletions
diff --git a/dist/debian/copyright b/dist/debian/copyright index 08623d07a..6d2b51e7d 100644 --- a/dist/debian/copyright +++ b/dist/debian/copyright @@ -10,7 +10,7 @@ License: GPL-2+ with OpenSSL exception . It is based on the GNU General Public License either version 2, or (at your option) any later version. The full text of versions 2 and 3 of - the GPL can be found respectively in the files LICENSE-GPLV2 and LICENSE-GPLV3. + the GPL can be found respectively in the file COPYING. KVIrc License contains all the GPL terms and conditions and adds a special exception (see "OpenSSL Exception" below) to the distribution limitations. . @@ -61,17 +61,17 @@ License: GPL-2+ with OpenSSL exception Files: cmake/modules/FindLibV4L2.cmake Copyright: 2002 Kitware, Inc., Insight Consortium - 2009 Jaroslav Reznik <jreznik@redhat.com> + 2009 Jaroslav Reznik <jreznik@redhat.com> License: other Files: cmake/modules/FindPhonon.cmake Copyright: 2002 Kitware, Inc., Insight Consortium - 2008 Matthias Kretz <kretz@kde.org> + 2008 Matthias Kretz <kretz@kde.org> License: other Files: cmake/modules/FindTheora.cmake Copyright: 2002 Kitware, Inc., Insight Consortium - 2006-2007 Laurent Montel <montel@kde.org> + 2006-2007 Laurent Montel <montel@kde.org> License: other License: other diff --git a/dist/debian/rules b/dist/debian/rules index 8855dc352..facba1d3c 100755 --- a/dist/debian/rules +++ b/dist/debian/rules @@ -27,7 +27,6 @@ endif NOT_INSTALLED := \ usr/lib/$(DEB_HOST_MULTIARCH)/libkvilib.so \ usr/bin/kvirc-config \ - usr/share/kvirc/4.9/license/LICENSE-GPLV2 \ usr/share/kvirc/4.9/license/LICENSE-OPENSSL \ usr/share/kvirc/4.9/license/COPYING \ usr/share/pixmaps/kvirc.png |
