summaryrefslogtreecommitdiff
path: root/Distrib/BtsFiling.mdwn
diff options
context:
space:
mode:
authorRobert Millan <zeratul2@wanadoo.es>2002-12-16 16:33:00 +0000
committerRobert Millan <zeratul2@wanadoo.es>2002-12-16 16:33:00 +0000
commit259351bf4af2f1fac5684e9937948e708ca9b1a0 (patch)
tree217157f4ec9c02b20f50af70d9cbf214c7c41a7b /Distrib/BtsFiling.mdwn
parent9578e9f24486a286616e339c04924b378485e133 (diff)
none
Diffstat (limited to 'Distrib/BtsFiling.mdwn')
-rw-r--r--Distrib/BtsFiling.mdwn10
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>