From charlesreid1

Revision as of 22:34, 25 January 2018 by Admin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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.