Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
G
GNU Social Debian Packaging
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • External Wiki
    • External Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • Bhuvan Krishna
  • GNU Social Debian Packaging
  • Wiki
  • checks for the packages before sending to sponsors

Last edited by Bhuvan Krishna Sep 24, 2017
Page history

checks for the packages before sending to sponsors

1. For spacing, indentations etc., in the debian files run this command

$ wrap-and-sort --short-indent --wrap-always --sort-binary-packages --trailing-comma

2. For checking spellings in the entire package

$ codespell --quiet-level=3

3. To find links and change to https://

$ grep -rF http: .

4. Run lintain to know for security errors in the package

lintian -I -E --pedantic --no-tag-display-limit --color=auto foo.changes

5. To check the correct license addresses

$ licensecheck --check=. --recursive --copyright . | grep --text -F 'with incorrect FSF address'

6. To check deep into the spellings in the package

$ find -type d \( -iname .bzr -o -iname .git -o -iname .hg -o -iname .svn -o -iname CVS -o -iname RCS -o -iname SCCS -o -iname _MTN -o -iname _darcs -o -iname .pc -o -iname .cabal-sandbox -o -iname .cdv -o -iname .metadata -o -iname CMakeFiles -o -iname _build -o -iname _sgbak -o -iname autom4te.cache -o -iname blib -o -iname cover_db -o -iname node_modules -o -iname '~.dep' -o -iname '~.dot' -o -iname '~.nib' -o -iname '~.plst' \) -prune -o -type f ! \( -iname '*.bak' -o -iname '*.swp' -o -iname '#.*' -o -iname '#*#' -o -iname 'core.*' -o -iname '*~' -o -iname '*.gif' -o -iname '*.jpg' -o -iname '*.jpeg' -o -iname '*.png' -o -iname '*.min.js' -o -iname '*.js.map' -o -iname '*.js.min' -o -iname '*.min.css' -o -iname '*.css.map' -o -iname '*.css.min' -o -iname '*.wav' \) -exec env PERL5OPT=-m-lib=. spellintian --picky {} +

Clone repository
  • checks for the packages before sending to sponsors
  • gbp
  • Home
  • maintenance
  • signed local debian repo
  • tips
  • watch file