Debian Directory: Difference between revisions
From charlesreid1
(Created page with "Mysterious. Chapter 5: https://www.debian.org/doc/manuals/maint-guide/dother.en.html Chapter 6: https://www.debian.org/doc/manuals/maint-guide/build.en.html Here's what you...") |
No edit summary |
||
| Line 10: | Line 10: | ||
<pre> | <pre> | ||
apt-get install debhelper | apt-get install debhelper dh-make | ||
</pre> | </pre> | ||
Revision as of 02:51, 26 January 2018
Mysterious.
Chapter 5: https://www.debian.org/doc/manuals/maint-guide/dother.en.html
Chapter 6: https://www.debian.org/doc/manuals/maint-guide/build.en.html
Here's what you do:
Start by installing debhelper:
apt-get install debhelper dh-make
Now go to the directory level where the debian/ directory is located. ls debian should show you the contents of the debian directory (source, rules, etc.).
Now run the command to build the debian package (.deb file):
dpkg-buildpackage -us -uc
Dunno... not working... can't figure this out... giving up.