diff options
author | Robert Millan <zeratul2@wanadoo.es> | 2002-12-16 16:33:00 +0000 |
---|---|---|
committer | Robert Millan <zeratul2@wanadoo.es> | 2002-12-16 16:33:00 +0000 |
commit | 259351bf4af2f1fac5684e9937948e708ca9b1a0 (patch) | |
tree | 217157f4ec9c02b20f50af70d9cbf214c7c41a7b /Distrib/BtsFiling.mdwn | |
parent | 9578e9f24486a286616e339c04924b378485e133 (diff) | |
download | web-259351bf4af2f1fac5684e9937948e708ca9b1a0.tar.gz web-259351bf4af2f1fac5684e9937948e708ca9b1a0.tar.bz2 web-259351bf4af2f1fac5684e9937948e708ca9b1a0.zip |
none
Diffstat (limited to 'Distrib/BtsFiling.mdwn')
-rw-r--r-- | Distrib/BtsFiling.mdwn | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Distrib/BtsFiling.mdwn b/Distrib/BtsFiling.mdwn index a883fe98..40f115d7 100644 --- a/Distrib/BtsFiling.mdwn +++ b/Distrib/BtsFiling.mdwn @@ -7,10 +7,20 @@ Managing Debian packages and using the BTS is quite simple. If you're new to Deb apt-get source <package> +note: this should unpack already + * and unpack with: dpkg-source -x <package>x-y_z.dsc +* then get all dependencies: + + apt-get -y build-dep <package> + +note: if some dependencies are missing, it most probably means you have to port them first. follow this instructions recursively until done + + :) + * Debian packages have a makefile in debian/rules, with (at least) the following targets: <dl> <dt> build</dt> <dd> Yup, to build </dd> |