denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Denemo Debian build


From: Andreas Schneider
Subject: Re: [Denemo-devel] Denemo Debian build
Date: Sat, 11 Jul 2015 11:56:30 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.7.0

Okay, I did that:

> git checkout -b stable-1.2.4 origin/stable-1.2.4
Branch stable-1.2.4 konfiguriert zum Folgen von Remote-Branch
stable-1.2.4 von origin.
Zu neuem Branch 'stable-1.2.4' gewechselt

and afterwards built the package. I have uploaded it to my public
directory at denemo.org.

By the way, when running ./autogen.sh I get a lot of warnings like

src/Makefile.am:193: warning: source file 'audio/alsabackend.c' is in a
subdirectory,
src/Makefile.am:193: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the
'subdir-objects'
automake: automake option hasn't been enabled.  For now, the
corresponding output
automake: object file(s) will be placed in the top-level directory.
However,
automake: this behaviour will change in future Automake versions: they will
automake: unconditionally cause object files to be placed in the same
subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option
throughout your
automake: project, to avoid future incompatibilities.

and similar for other files. Are they harmful, and how can I get rid of
them?

Andreas


Am 11.07.2015 um 11:21 schrieb Richard Shann:
> On Sat, 2015-07-11 at 11:12 +0200, Andreas Schneider wrote:
>> I tried to change to the stable branch via
>>  git checkout stable-1.2.4
>> but it seems a new branch has been created. What did I do wrong?
> 
> My notes on this are:
> 
> Remote Branches
> You want to run a command like this (first do git pull):
> 
> git pull
> git checkout -b stable-1.0.8 origin/stable-1.0.8
> 
> The part that goes "-b stable-0.8.6" creates a local branch off of the
> remote branch. The local branch will be called whatever you pass the
> -b.
> 
> It was Jeremiah that educated me on this...
> 
> Richard




reply via email to

[Prev in Thread] Current Thread [Next in Thread]