RFS: audacious/3.6.2-2~bpo8+1 and audacious-plugins/3.6.2-2~bpo8+1
Mattia Rizzolo
mattia at debian.org
Tue May 10 15:17:30 UTC 2016
Sorry for the delay, these days are crazy for me....
On Fri, May 06, 2016 at 02:05:17PM -0400, Nicholas D Steeves wrote:
> It seems I backported libsndio in a fugue state Feb 9th! I found a
> libsndio-dev_1.0.1-2~bpo8+1_amd64.deb in my local repo. I can't find
> an email notification from debian-mentors saying I uploaded it, so my
> conclusion is that this was leftover cruft from when I just starting
> out. You have my sincerest apologies.
Nevermind, happens :)
FTR, I tend to clean up my local repository as soon as I'm done with
that build, as way too often happens to leave something there to me.
> I've just purged that repo and uploaded a bpo of libsndio to mentors.
mh, no.
There is already one in bpo-NEW from 2 days ago :)
https://ftp-master.debian.org/new/sndio_1.1.0-2~bpo8%2B1.html
So, I'm going to use a local bpo of sndio instead (also because yours
would not be nice to upload due to the +2. why 2 identical changelog
entries??), and try to build audacious again. Tomorrow first thing in
the morning most probably.
> Message-ID: <CAD=QJKhx07NQ17gNOEowi24VDreHY-nj52UNCTrv1e1UiSAZzw at mail.gmail.com>
On Thu, May 5, 2016 at 3:19 AM, Nicholas D Steeves <nsteeves at gmail.com> wrote:
> Thank you very much for fixing the mess I made. To maintain this
> backport, is the following sequence of commands appropriate?:
>
> git checkout --detach --rebase debian/version-revision
actually --detach shouldn't be needed at all, and I can't really see
what --rebase would do here (also because it's not even in
git-checkout(1))
> (make changes)
> git-buildpackage --git-tag
> git status
> git add (changed files, usually just debian/changelog)
> git push remotes/origin/jessie-backports
Now, umh, with `push debian/%(bpo_tag)s would be what I usually do
without a branch.
given that now a branch is used instead the workflow is:
git checkout jessie-backports # enter the bpo branch
git merge debian/version-revision # merge changes since last bpo
# this might lead to
# conflicts in changelog, but
# nothing impossible.
dch --bpo # update changelog
gbp buildpackage --git-tag # build+tag
git status
git add # same as above
git push # push the current branch
git push --tags # push the tag
--
regards,
Mattia Rizzolo
GPG Key: 66AE 2B4A FCCF 3F52 DA18 4D18 4B04 3FCD B944 4540 .''`.
more about me: https://mapreri.org : :' :
Launchpad user: https://launchpad.net/~mapreri `. `'`
Debian QA page: https://qa.debian.org/developer.php?login=mattia `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20160510/40077e94/attachment.sig>
More information about the pkg-multimedia-maintainers
mailing list