tehnick / deb_packages

My deb packages and updating scripts for Debian and Ubuntu

Home Page:https://wiki.debian.org/BorisPek

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My collection of scripts for maintaining of packages for Debian and Ubuntu

License:
  All scripts in this repository are in the public domain, see:
  https://creativecommons.org/publicdomain/mark/1.0/

Notes:
  # step 0
  sudo apt install build-essential lintian git cmake pkg-config sed curl rsync
  # step 1
  git clone --recursive --jobs=8 https://github.com/tehnick/deb_packages.git
  cd deb_packages/
  # step 2
  sudo mkdir -p /usr/share/lintian/
  sudo cp -a Configs/lintian/* /usr/share/lintian/
  # step 3
  ./switch_branches
  ./sync_changes
  ./popcon_data
  ./check_versions

HTML pages from Docs/ subdirectory are hosted at:
  https://tehnick.net/deb-packages/

Other links:
  https://qa.debian.org/developer.php?login=Boris%20Pek
  https://launchpad.net/~tehnick/+related-packages
  https://salsa.debian.org/tehnick
  https://wiki.debian.org/BorisPek
  https://tehnick.github.io/

About

My deb packages and updating scripts for Debian and Ubuntu

https://wiki.debian.org/BorisPek

License:Other


Languages

Language:Shell 100.0%