---------- Forwarded message --------- From: Adam Danischewski <adam.danischew...@gmail.com> Date: Wed, Jul 17, 2024 at 6:57 PM Subject: Re: Fwd: Looking for a mentor To: Manuel Guerra <ar.manuelgue...@gmail.com>
Thanks Manuel, I managed to build a deb package, using: HOWTO: Build debian packages for simple shell scripts | Packagecloud Blog <https://blog.packagecloud.io/how-to-build-debian-packages-for-simple-shell-scripts/> To build it, I clone the project from github, tar it (upstream tarball) and combine the debian dir: git clone https://github.com/victrixsoft/bashbro.git --depth 1 rm -rf bashbro/.git tar cvfz bashbro_1.04.orig.tar.gz bashbro/ ## Add the debian directory to the source mkdir bb_deb && cd bb_deb git clone --branch debian_pkg https://github.com/victrixsoft/bashbro.git mv bashbro/debian ../bashbro/ cd ../bashbro debuild -us -uc So, I've got a deb but I'm not sure what to do with it. I'm a little unsure what to do with the changelog, I've made a few commits since the I originally submitted the ITP. Should I update the changelog, or can I just leave it until it's in the system? On Wed, Jul 17, 2024 at 11:06 AM Manuel Guerra <ar.manuelgue...@gmail.com> wrote: > Adam, > > Thanks for the quick response - yes I'd like to add the package to Debian. > I have actually packaged it, but I really wasn't sure how the system > worked. > > > This was very usefull for me: > https://www.debian.org/doc/manuals/packaging-tutorial/packaging-tutorial > > Greetings, > > Manuel Guerra > > -- > > GPG signature > <https://keys.openpgp.org/vks/v1/by-fingerprint/ECA5016D963F871E5873CFC2E573B97D48F2E520> > -- Adam Michael Danischewski Software Engineer Phone: (929) 308-9674 Email: adam.danischew...@gmail.com Github: http://github.com/AdamDanischewski -- Adam Michael Danischewski Software Engineer Phone: (929) 308-9674 Email: adam.danischew...@gmail.com Github: http://github.com/AdamDanischewski