Mention libraries renaming in changelog
[deb_dpdk.git] / debian / README.source
index 1d9ecea..a21f5ee 100644 (file)
@@ -1,3 +1,17 @@
+How to build the package - for CI systems, etc
+
+1 - install all the build-dependencies as listed in the debian/control file.
+    From the repo top-level directory:
+
+apt-get install `dpkg-checkbuilddeps |& sed "s/.*://g" |& sed "s/(...[0-9]*)//g"`
+
+2 - run debuild (the flags will avoid signing the built packages):
+    From the repo top-level directory:
+
+debuild -uc -us
+
+***************
+
 quilt patches format
 
 Note that we use the dquilt format for patches as outlined on Debian's wiki: