Kubuntu/Packaging

From KDE Community Wiki
Revision as of 21:12, 11 August 2015 by Ahoneybun (talk | contribs) (Created page with "Here are some commands I have picked up over the past week or so: Package commands git clone - clone git repo git checkout dir/file - copy file from master to current branc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Here are some commands I have picked up over the past week or so:

Package commands

git clone - clone git repo

git checkout dir/file - copy file from master to current branch

git checkout branch-name - switch to branch-name

git diff - see what changed in all the files

bzr co lp:~kubuntu-packagers/+junk/kubuntu-automation - grab kubuntu-automation to ignore errors

apt-get source packagename - grab source for packagename

apt-get build-dep packagename - grab depends of packagename

apt-cache policy packagename - check installed version and available version

dh_install --list-missing - check missing files in debian/.install file

debsign -r [email protected]:mnt/path/to/changes - sign package from remote