Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.python > #7911

Re: Pushing a bunch of packages to jessie-backports

Path csiph.com!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Vincent Cheng <vcheng@debian.org>
Newsgroups linux.debian.maint.python
Subject Re: Pushing a bunch of packages to jessie-backports
Date Thu, 26 Nov 2015 20:20:01 +0100
Message-ID <qzaff-Tv-5@gated-at.bofh.it> (permalink)
References <qy2Wu-4QZ-3@gated-at.bofh.it> <qy6no-6VJ-3@gated-at.bofh.it> <qypJn-2KZ-5@gated-at.bofh.it> <qyqvM-3iT-21@gated-at.bofh.it> <qyug2-5Jl-29@gated-at.bofh.it> <qyuSK-6fq-17@gated-at.bofh.it> <qyvF8-6wU-1@gated-at.bofh.it> <qyG7x-5tK-59@gated-at.bofh.it> <qz61X-6u1-9@gated-at.bofh.it> <qz6lj-6Q1-11@gated-at.bofh.it> <qz6v0-6U1-21@gated-at.bofh.it>
X-Original-To debian-python <debian-python@lists.debian.org>
X-Mailbox-Line From debian-python-request@lists.debian.org Thu Nov 26 19:16:21 2015
Old-Return-Path <vincentc1208@gmail.com>
X-Amavis-Spam-Status No, score=-6.447 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DIGITS_LETTERS=1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, LDO_WHITELIST=-5, RCVD_IN_DNSWL_LOW=-0.7] autolearn=ham autolearn_force=no
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=4arM7ulstHsFN9CtOcpKGBxt+GCtPS86Doozoe1kGiM=; b=RoD4t80Uxn9wIPoNboK7hSsggpQcU5Ff1Ql4tXZM6kSp8o4GrepzH5tkU3aaKTnncP GjvVJKkBHMUWPAwno5ATteVl5MARskgXOSa6j0OtGqjxC0pZyHGkRK4Bz+OWgvnejjsn JWusab630NM5D2l5GS0WzTX0ONbU/lzpMlkUB1RA3+k0W6dP6iHFCjMHj7nsQq5VFvvN aNmf6x8orcQ5gknLJmhE3orE07mYC8urdqxIiqRpLPrnBq3hxfOSR2QnvRCk3GshXWOq sR8dIpJFt90Yh4jyM4GKfdloBRZ8tnDLq4K0r+Er7wF2V14OV7akbnl03gvfDgVW+yhY C+Fg==
MIME-Version 1.0
X-Received by 10.66.219.39 with SMTP id pl7mr62347834pac.88.1448565366299; Thu, 26 Nov 2015 11:16:06 -0800 (PST)
Sender robomod@news.nic.it
X-Google-Sender-Auth 9gp4VvP34mKO78jnfzYzCWaM0yQ
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
X-Mailing-List <debian-python@lists.debian.org> archive/latest/13226
List-ID <debian-python.lists.debian.org>
List-URL <https://lists.debian.org/debian-python/>
List-Archive https://lists.debian.org/msgid-search/CACZd_tAfTnwVrduRsR89udXi8nnwy74NuiSMH4F+ozcdJGbu4A@mail.gmail.com
Approved robomod@news.nic.it
Lines 34
Organization linux.* mail to news gateway
X-Original-Date Thu, 26 Nov 2015 11:16:06 -0800
X-Original-Message-ID <CACZd_tAfTnwVrduRsR89udXi8nnwy74NuiSMH4F+ozcdJGbu4A@mail.gmail.com>
X-Original-References <56534968.3000507@debian.org> <20151123205458.GB16403@sar0.p1otr.com> <56549EC0.7040205@debian.org> <20151124182903.GF16403@sar0.p1otr.com> <5654E438.404@debian.org> <20151124230008.GG16403@sar0.p1otr.com> <5654F7DA.4080802@debian.org> <20151125110750.GH16403@sar0.p1otr.com> <565719F0.6060909@debian.org> <20151126150204.GO16403@sar0.p1otr.com> <20151126150946.GP16403@sar0.p1otr.com>
X-Original-Sender vincentc1208@gmail.com
Xref csiph.com linux.debian.maint.python:7911

Show key headers only | View raw


Hi Piotr,

On Thu, Nov 26, 2015 at 7:09 AM, Piotr Ożarowski <piotr@debian.org> wrote:
> [Piotr Ożarowski, 2015-11-26]
>> that's the first mistake most backporters do, they forgot to include orig tarball
>> (ftp masters would detect that and reject your package, additional work for them)
>>
>> solution: pass -sa to dpkg-source ("--force-orig-source" in sbuild or "--debbuildopts -sa" in pbuilder)

No, that's not necessary as long as the orig tarball is already
present in the archive in another suite (which would be true for
backports, since the package is supposed to be derived from the
current version in testing).

> the second one is missing changelog items and your packages have this one too.
>
> solution: pass -vFOO to dpkg-source (where FOO is version in stable)
> ("--force-orig-source --debbuildopt -vFOO" in sbuild and
> "--debbuildopts '-sa -vFOO'" in pbuilder)

No, the -v flag is no longer required as of April of this year [1]. It
is merely "recommended" now [2].

Regards,
Vincent

[1] https://lists.debian.org/debian-backports-announce/2015/04/msg00000.html
[2] http://backports.debian.org/Contribute/#index7h3

Back to linux.debian.maint.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-23 09:30 +0100
  Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-23 09:40 +0100
    Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-23 18:20 +0100
      Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-23 22:00 +0100
        Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-24 18:40 +0100
          Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-24 19:30 +0100
            Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-24 23:30 +0100
              Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-25 00:10 +0100
                Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-25 01:00 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-25 12:10 +0100
                Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-26 15:50 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-26 16:10 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-26 16:20 +0100
                Re: Pushing a bunch of packages to jessie-backports Vincent Cheng <vcheng@debian.org> - 2015-11-26 20:20 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-26 21:40 +0100
                Re: Pushing a bunch of packages to jessie-backports Vincent Bernat <bernat@debian.org> - 2015-11-27 09:30 +0100
                Re: Pushing a bunch of packages to jessie-backports Vincent Cheng <vcheng@debian.org> - 2015-11-26 20:30 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-26 21:50 +0100
                Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-27 09:50 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-27 11:40 +0100
                Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-27 13:10 +0100
                Re: Pushing a bunch of packages to jessie-backports Paul Wise <pabs@debian.org> - 2015-11-28 12:20 +0100
                Re: Pushing a bunch of packages to jessie-backports Vincent Bernat <bernat@debian.org> - 2015-11-26 09:30 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-26 09:40 +0100
                Re: Pushing a bunch of packages to jessie-backports IOhannes m zmölnig (Debian/GNU)  <umlaeute@debian.org> - 2015-11-26 10:00 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-26 10:50 +0100
                Re: Pushing a bunch of packages to jessie-backports Tristan Seligmann <mithrandi@mithrandi.net> - 2015-11-26 14:40 +0100
                Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-26 15:10 +0100
                Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-26 15:30 +0100
    Re: Pushing a bunch of packages to jessie-backports Sandro Tosi <morph@debian.org> - 2015-11-24 09:30 +0100
      Re: Pushing a bunch of packages to jessie-backports Sandro Tosi <sandro.tosi@gmail.com> - 2015-11-24 09:40 +0100
        Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-24 10:30 +0100
          Re: Pushing a bunch of packages to jessie-backports Sandro Tosi <morph@debian.org> - 2015-11-24 13:40 +0100
            Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-24 22:40 +0100
          Re: Pushing a bunch of packages to jessie-backports Bernd Zeimetz <bernd@bzed.de> - 2015-12-06 20:20 +0100
      Re: Pushing a bunch of packages to jessie-backports Piotr Ożarowski <piotr@debian.org> - 2015-11-24 09:40 +0100
  Re: Pushing a bunch of packages to jessie-backports Daniele Tricoli <eriol@mornie.org> - 2015-11-23 12:50 +0100
    Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-23 18:20 +0100
  Re: Pushing a bunch of packages to jessie-backports Dmitry Shachnev <mitya57@debian.org> - 2015-11-23 13:50 +0100
    Re: Pushing a bunch of packages to jessie-backports Thomas Goirand <zigo@debian.org> - 2015-11-23 18:20 +0100
      Re: Pushing a bunch of packages to jessie-backports Dmitry Shachnev <mitya57@debian.org> - 2015-11-24 10:40 +0100
  Re: Pushing a bunch of packages to jessie-backports Vincent Bernat <bernat@debian.org> - 2015-11-24 09:10 +0100

csiph-web