Loading...
Uploaded by ubuntudevelopers on Jun 12, 2008
In this video, Daniel Holbach teaches you how to get started producing an Ubuntu package.https://wiki.ubuntu.com/PackagingGuide
Education
Standard YouTube License
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/home/sandra/Descargas/lxdream-0.9.1'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/home/sandra/Descargas/lxdream-0.9.1'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
debuild: fatal error at line 1337:
dpkg-buildpackage -rfakeroot -d -us -uc -S -sa failed
Thedemon007 1 year ago
@lma982 got it!!!
lma982 1 year ago
I follow the instructions but i get the following error:
debuild: fatal error at line 630:
cannot find readable debian/changelog anywhere!
Are you in the source code tree?
Nice series. But you need more practice in Vim :-)
lzap80 2 years ago
Check out PackagingGuide/PackagingOverview on the Ubuntu Wiki: - list of upstream authors - list of ALL copyright holders
- list and license text of ALL individual licenses referenced in the code
danielholbach 3 years ago
Yes! Thanks for posting! But I was a little lost on the beginning. What exactly are we copyrighting? How are we doing it? Do we just change the current author list of a package?
Metaleks 3 years ago
Load more suggestions
# Add here commands to clean up after the build process.
/usr/bin/make distclean
make[1]: Entering directory `/home/sandra/Descargas/lxdream-0.9.1'
make[1]: *** No rule to make target `distclean'. Stop.
make[1]: Leaving directory `/home/sandra/Descargas/lxdream-0.9.1'
make: *** [clean] Error 2
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
debuild: fatal error at line 1337:
dpkg-buildpackage -rfakeroot -d -us -uc -S -sa failed
Thedemon007 1 year ago
@lma982 got it!!!
lma982 1 year ago
I follow the instructions but i get the following error:
debuild: fatal error at line 630:
cannot find readable debian/changelog anywhere!
Are you in the source code tree?
lma982 1 year ago
Nice series. But you need more practice in Vim :-)
lzap80 2 years ago
Check out PackagingGuide/PackagingOverview on the Ubuntu Wiki: - list of upstream authors - list of ALL copyright holders
- list and license text of ALL individual licenses referenced in the code
danielholbach 3 years ago
Yes! Thanks for posting! But I was a little lost on the beginning. What exactly are we copyrighting? How are we doing it? Do we just change the current author list of a package?
Metaleks 3 years ago