Stabledog / dpkg.explore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dpkg.explore

BB DPKG

Materials and links

Public Debian world

Debian guide for maintainers Bloomberg dpkg portal Daniel Persson tutorial video

Setup

  • Install dpkg-dev devscripts
  • Install debmake and debmake-doc for public dpkg guide
  • Install quilt
  • Install debaid shellkit
  • Install ~/.taskrc/dpkg.taskrc
  • Install sbuild as described in $3.6 of the "Debian guide for maintainers"

Plan

  • dbash Let's make an update to bash that applies a trivial patch, in anticipation of adding debug hooks

Commands

  • Get source:
    apt-get source [packagename] # Extract source into ./
    
    This depends on having enabled/uncommented the deb-src rows in /etc/apt/sources.list, and possibly doing an apt-get update to sync cache first.

Notes

  • /var/log/dpkg.log shows dpkg activity
  • /etc/dpkg/ << machine config
  • The reprepro package is used to set up your own package repo
  • Shellkit has debaid to help with dpkg tasks

About


Languages

Language:Shell 51.7%Language:Makefile 48.3%