forked from nefelim4ag/Ananicy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Debian packaging files for Focal release
Signed-off-by: Peter J. Mello <[email protected]>
- Loading branch information
1 parent
71bfa42
commit 8a63fa0
Showing
11 changed files
with
653 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Author: Peter J. Mello <[email protected]> | ||
# Version: 1.1.0 (Using <https://semver.org/>) | ||
# Updated: 2020-06-06 | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# Visit <https://editorconfig.org/> for more information. | ||
|
||
root = true | ||
|
||
[*] | ||
indent_style = space | ||
indent_size = 2 | ||
tab_width = 4 | ||
end_of_line = lf | ||
charset = utf-8 | ||
trim_trailing_whitespace = true | ||
insert_final_newline = true | ||
max_line_length = off | ||
|
||
[*.{js,qml}] | ||
indent_style = tab | ||
indent_size = 4 | ||
|
||
[*.json] | ||
tab_width = 2 | ||
insert_final_newline = false | ||
|
||
[*.{md,txt}] | ||
indent_size = 4 | ||
trim_trailing_whitespace = false | ||
|
||
[*.py] | ||
indent_size = 4 | ||
max_line_length = 80 | ||
|
||
[**/Makefile*] | ||
indent_style = tab | ||
|
||
[ChangeLog] | ||
indent_style = tab | ||
indent_size = 4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
user=Nefelim4ag | ||
project=Ananicy | ||
date-format=%Y-%m-%d | ||
output=CHANGELOG.md | ||
base=CHANGELOG.md | ||
header-label="# Changelog" | ||
release-url=https://github.com/Nefelim4ag/Ananicy/releases | ||
future-release=2.1.1 | ||
release-branch=master | ||
since-tag=1.0.0 | ||
verbose=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,83 @@ | ||
# All but four Visual Studio Code files are installation-specific | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
|
||
# Kate swap Files | ||
# -*- mode: gitignore; -*- | ||
# Author: Peter J. Mello <[email protected]> | ||
# Version: 1.1.0 (Using <https://semver.org/>) | ||
# Updated: 2020-06-06 | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# See <https://git-scm.com/docs/gitignore> for more information. | ||
# ------------------------------------------------------------------------------ | ||
# [Project specific files] | ||
/tmp | ||
debian/.debhelper | ||
debian/*.debhelper.log | ||
debian/debhelper-build-stamp | ||
debian/files | ||
debian/*.substvars | ||
# ------------------------------------------------------------------------------ | ||
# [Filesystem cruft] | ||
*~ | ||
.Trash-* | ||
.fuse_hidden* | ||
.nfs* | ||
.directory | ||
# ------------------------------------------------------------------------------ | ||
# [Editors/IDEs] | ||
## CudaText project files are user-specific | ||
*.cuda-proj | ||
## Emacs | ||
\#*\# | ||
.\#* | ||
*.elc | ||
/.emacs.desktop | ||
/.emacs.desktop.lock | ||
auto-save-list | ||
tramp | ||
# Cask packages | ||
dist/ | ||
.cask/ | ||
### ELPA packages | ||
/elpa/ | ||
### eshell | ||
/eshell/history | ||
/eshell/lastdir | ||
### Flycheck | ||
flycheck_*.el | ||
### flymake-mode | ||
*_flymake.* | ||
### Network security | ||
/network-security.data | ||
### Org-mode | ||
*_archive | ||
.org-id-locations | ||
### Projectile | ||
.projectile | ||
### RefTeX | ||
*.rel | ||
### server auth | ||
/server/ | ||
### Workspace configuration | ||
.dir-locals.el | ||
## JetBrains (IntelliJ IDEA, PyCharm, etc.) | ||
.idea/* | ||
## All but five files are installation-specific | ||
!.idea/InspectionProfiles/profiles_settings.xml | ||
!.idea/*.iml | ||
!.idea/*.ipr | ||
!.idea/misc.xml | ||
!.idea/modules.xml | ||
!.idea/vcs.xml | ||
## Kate | ||
### Swap files | ||
.*.kate-swp | ||
.swp.* | ||
|
||
# Cache files for Sublime Text | ||
*.tmlanguage.cache | ||
*.tmPreferences.cache | ||
*.stTheme.cache | ||
|
||
# Sublime Text workspace files are user-specific | ||
## Sublime Text | ||
### Workspace files are user-specific | ||
*.sublime-workspace | ||
|
||
# Sublime Text SFTP configuration/credentials file | ||
### Sublime-GitHub package stores user's GitHub tokens here | ||
GitHub.sublime-settings | ||
### SFTP configuration/credentials files | ||
sftp-config.json | ||
|
||
# Sublime Text package control specific files | ||
sftp-config-alt*.json | ||
### Package control specific files | ||
Package Control.last-run | ||
Package Control.ca-list | ||
Package Control.ca-bundle | ||
|
@@ -31,17 +88,27 @@ Package Control.merged-ca-bundle | |
Package Control.user-ca-bundle | ||
oscrypto-ca-bundle.crt | ||
bh_unicode_properties.cache | ||
|
||
# Sublime-github package stores a github token in this file | ||
GitHub.sublime-settings | ||
|
||
# Don't accidentally publish your GPG secret keyring | ||
### Cache files | ||
*.tmlanguage.cache | ||
*.tmPreferences.cache | ||
*.stTheme.cache | ||
## Visual Studio Code | ||
.history/ | ||
.vscode/ | ||
### All but four files are installation-specific | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
## Wing IDE | ||
### Separate file for user-specific project configuration | ||
*.wpu | ||
# ------------------------------------------------------------------------------ | ||
# [General fatigue/stupidity insurance] | ||
## GPG secret keyring, abandon all hope (and self-respect) ye who commit this | ||
secring.* | ||
|
||
# Project specific files | ||
debian/.debhelper | ||
debian/*.debhelper.log | ||
debian/debhelper-build-stamp | ||
debian/files | ||
debian/*.substvars | ||
/tmp | ||
# ------------------------------------------------------------------------------ | ||
# [VCS infrastructure] | ||
## Bazaar | ||
.bzr/ | ||
.bzrignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Author: Peter J. Mello <[email protected]> | ||
# Version: 1.0.0 (Using <https://semver.org/>) | ||
# Updated: 2020-05-21 | ||
# SPDX-License-Identifier: MPL-2.0 | ||
# See <https://docs.kde.org/stable5/en/applications/katepart/config-variables.html> for more information. | ||
|
||
kate: auto-brackets on; backspace-indents on; block-selection off; bom off; dynamic-word-wrap on; eol unix; folding-markers off; folding-preview on; icon-border on; indent-mode cstyle; indent-pasted-text on; indent-width 2; keep-extra-spaces on; line-numbers on; newline-at-eof on; overwrite-mode off; persistent-selection off; remove-trailing-spaces *; replace-tabs-save on; replace-tabs on; scrollbar-minimap on; show-tabs on; smart-home on; tab-width 4; word-wrap-column 80; word-wrap off; | ||
kate-mimetype(text/x-c++src): indent-width 4; | ||
kate-wildcard(*.js;*.qml): indent-width 4; replace-tabs-save off; replace-tabs off; | ||
kate-wildcard(*.json): newline-at-eof off; tab-width 2; | ||
kate-wildcard(*.md;*.txt): indent-width 4; remove-trailing-spaces -; | ||
kate-wildcard(*.py): dynamic-word-wrap off; indent-mode python; indent-width 4; word-wrap on; | ||
kate-wildcard(Makefile): replace-tabs-save off; replace-tabs off; | ||
kate-wildcard(CHANGELOG;ChangeLog): indent-width 4; replace-tabs-save off; replace-tabs off; |
Oops, something went wrong.