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

Re: netbeans startup script not in git ?



On 23/09/13 07:33, Joachim Zobel wrote:
> Hi. 
> 
> Checking the cloned netbeans git repository with git gives me
> 
> $ find * -name netbeans -executable -type f
> debian/netbeans/usr/share/netbeans/7.0.1/bin/netbeans
> debian/netbeans/usr/bin/netbeans
> nbbuild/netbeans/bin/netbeans
> 
> Those three files are all reported as untracked by git:
> 
> $ git status -s nbbuild/netbeans/bin/netbeans
> ?? nbbuild/netbeans/bin/netbeans
> 
> $ git status -s debian/netbeans/usr/bin/netbeans
> ?? debian/netbeans/usr/bin/netbeans
> 
> $ git status -s debian/netbeans/usr/share/netbeans/7.0.1/bin/netbeans
> ?? debian/netbeans/usr/share/netbeans/7.0.1/bin/netbeans
> 
> What is happening here? Where is _the_ startup script?
> 
> Sincerely,
> Joachim
> 

Hi Joachim,

The startup script is part of the upstream Netbeans tarball, and is
installed as part of the debian/rules script. If you want to patch it
then you'll need to update debian/patches/netbeans~ide-launcher.patch
with the necessary changes. This would then get applied as part of the
build process, resulting in a patched launcher script in /usr/bin/netbeans.

Thanks,
Andy


Reply to: