Re: qlandkartegt_1.7.7-3_amd64.changes REJECTED

2014-09-01 Thread Andreas Tille
Hi Bas,

On Tue, Sep 02, 2014 at 07:47:37AM +0200, Sebastiaan Couwenberg wrote:
> On 09/01/2014 11:44 PM, Andreas Tille wrote:
> > On Mon, Sep 01, 2014 at 11:40:40PM +0200, Sebastiaan Couwenberg wrote:
> >>
> >> Make sure the origin is up to date, and checkout the branch:
> >>
> >>  git fetch origin
> >>  git checkout wheezy
> > 
> > $ git fetch origin
> > $ git branch
> > * master
> >   pristine-tar
> >   upstream
> > $ git checkout wheezy
> > Branch wheezy konfiguriert zum Folgen von Remote-Branch wheezy von origin.
> > Gewechselt zu einem neuem Branch 'wheezy'
> > 
> > Am I doing something wrong?

I think I might not have done anything wrong since when I'm looking
today into the repository I was in branch wheezy.  It seems that `git
branch` is showing this only after I checked it out.   I'd call this a
bug.
 
> The qlandkartegt repo should also have a up/doc branch, I have it
> checked out via `gbp-clone --all`, do you have it in your remote?

When doing a `git branch` (while beeing in wheezy branch) I dit not see
up/doc branch ... only after `git checkout up/doc`.  That's *very*
confusing behaviour to my perception.  I assumed `git branch` gives a
list of all possible branches to enable me to pick one to check it out.
I did not assumed that I need to wild guess what branches might exist to
be able to check it out and only afterwards get a list of those branches
I visited.  That's adventure games style. :-(
 
>  git branch -av

I should learn to use these options by default...

>  git remote -v
> 
> I just did a fresh clone of the repo, and I get the wheezy branch just fine:
> 
>  git clone git://anonscm.debian.org/pkg-grass/qlandkartegt.git
>  cd qlandkartegt/
>  git checkout pristine-tar
>  git checkout upstream
>  git checkout wheezy
> 
> I'm not sure what's going on at your end, maybe the remote still points
> to collab-maint where the repo no longer exists?

No, I never cloned from collab-maint.

Kind regards

  Andreas. 

-- 
http://fam-tille.de

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: qlandkartegt_1.7.7-3_amd64.changes REJECTED

2014-09-01 Thread Sebastiaan Couwenberg
On 09/01/2014 11:44 PM, Andreas Tille wrote:
> On Mon, Sep 01, 2014 at 11:40:40PM +0200, Sebastiaan Couwenberg wrote:
>>
>> Make sure the origin is up to date, and checkout the branch:
>>
>>  git fetch origin
>>  git checkout wheezy
> 
> $ git fetch origin
> $ git branch
> * master
>   pristine-tar
>   upstream
> $ git checkout wheezy
> Branch wheezy konfiguriert zum Folgen von Remote-Branch wheezy von origin.
> Gewechselt zu einem neuem Branch 'wheezy'
> 
> Am I doing something wrong?

The qlandkartegt repo should also have a up/doc branch, I have it
checked out via `gbp-clone --all`, do you have it in your remote?

 git branch -av
 git remote -v

I just did a fresh clone of the repo, and I get the wheezy branch just fine:

 git clone git://anonscm.debian.org/pkg-grass/qlandkartegt.git
 cd qlandkartegt/
 git checkout pristine-tar
 git checkout upstream
 git checkout wheezy

I'm not sure what's going on at your end, maybe the remote still points
to collab-maint where the repo no longer exists?

> Kind regards
> 
> Andreas.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: qlandkartegt_1.7.7-3_amd64.changes REJECTED

2014-09-01 Thread Andreas Tille
On Mon, Sep 01, 2014 at 11:40:40PM +0200, Sebastiaan Couwenberg wrote:
> 
> Make sure the origin is up to date, and checkout the branch:
> 
>  git fetch origin
>  git checkout wheezy

$ git fetch origin
$ git branch
* master
  pristine-tar
  upstream
$ git checkout wheezy
Branch wheezy konfiguriert zum Folgen von Remote-Branch wheezy von origin.
Gewechselt zu einem neuem Branch 'wheezy'

Am I doing something wrong?

Kind regards

Andreas.

-- 
http://fam-tille.de

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: qlandkartegt_1.7.7-3_amd64.changes REJECTED

2014-09-01 Thread Sebastiaan Couwenberg
On 09/01/2014 11:24 PM, Andreas Tille wrote:
> On Mon, Sep 01, 2014 at 03:05:11PM +0200, Sebastiaan Couwenberg wrote:
>>
>> It looks like you uploaded the changes from the master branch, instead of
>> the changes for the proposed update on the wheezy branch (see: #738935).
>>
>> Can you do another build and upload using the wheezy branch?
> 
> I just forgot how to pull non-default branches.  What exactly is the git
> command to fetch this branch? 

Make sure the origin is up to date, and checkout the branch:

 git fetch origin
 git checkout wheezy

Building the package comes down to:

 git-buildpackage --git-pbuilder --git-debian-branch=wheezy \
 --git-dist=wheezy --git-pristine-tar

> I also wonder whether there are specific rules for backports or whether
> a simple upload is sufficient.

The most relevant difference is that the package needs to be built in an
up to date wheezy environment.

The changes to be uploaded also need to be discussed with the Release
Team before the upload. This was done in #738935 where the Stable
Release Manager OKed the proposed change as long as the distribution was
changed from unstable.

> Kind regards
> 
> Andreas.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/E88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: qlandkartegt_1.7.7-3_amd64.changes REJECTED

2014-09-01 Thread Andreas Tille
Hi,

On Mon, Sep 01, 2014 at 03:05:11PM +0200, Sebastiaan Couwenberg wrote:
> 
> It looks like you uploaded the changes from the master branch, instead of
> the changes for the proposed update on the wheezy branch (see: #738935).
> 
> Can you do another build and upload using the wheezy branch?

I just forgot how to pull non-default branches.  What exactly is the git
command to fetch this branch? 

I also wonder whether there are specific rules for backports or whether
a simple upload is sufficient.

Kind regards

Andreas.

-- 
http://fam-tille.de

___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


Re: qlandkartegt_1.7.7-3_amd64.changes REJECTED

2014-09-01 Thread Sebastiaan Couwenberg
Hi Andreas,

Thanks for sponsoring the upload.

It looks like you uploaded the changes from the master branch, instead of
the changes for the proposed update on the wheezy branch (see: #738935).

Can you do another build and upload using the wheezy branch?

Kind Regards,

Bas


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel


qlandkartegt_1.7.7-3_amd64.changes REJECTED

2014-09-01 Thread Debian FTP Masters


Version check failed:
Your upload included the source package qlandkartegt, version 1.7.7-3,
however testing already has version 1.7.7-3.
Uploads to unstable must have a higher version than present in testing.

===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


___
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel