Skip to content

Commit

Permalink
Update Debian packaging files for Focal release
Browse files Browse the repository at this point in the history
Signed-off-by: Peter J. Mello <[email protected]>
  • Loading branch information
RogueScholar committed Oct 27, 2021
1 parent 71bfa42 commit 8a63fa0
Show file tree
Hide file tree
Showing 11 changed files with 653 additions and 55 deletions.
40 changes: 40 additions & 0 deletions .editorconfig
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
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* text eol=lf
11 changes: 11 additions & 0 deletions .github_changelog_generator
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
131 changes: 99 additions & 32 deletions .gitignore
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
Expand All @@ -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
14 changes: 14 additions & 0 deletions .kateconfig
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;
Loading

0 comments on commit 8a63fa0

Please sign in to comment.