[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Fwd: Fwd: Looking for a mentor



---------- Forwarded message ---------
From: Adam Danischewski <adam.danischewski@gmail.com>
Date: Wed, Jul 17, 2024 at 6:57 PM
Subject: Re: Fwd: Looking for a mentor
To: Manuel Guerra <ar.manuelguerra@gmail.com>


Thanks Manuel, I managed to build a deb package, using: 
HOWTO: Build debian packages for simple shell scripts | Packagecloud Blog 

To build it, I clone the project from github, tar it (upstream tarball) and combine the debian dir: 

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.manuelguerra@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. 


Greetings,

Manuel Guerra



--

Adam Michael Danischewski

Software Engineer 

Phone: (929) 308-9674 

Email: adam.danischewski@gmail.com

Github: http://github.com/AdamDanischewski 



--

Adam Michael Danischewski

Software Engineer 

Phone: (929) 308-9674 

Email: adam.danischewski@gmail.com

Github: http://github.com/AdamDanischewski 


Reply to: