Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #16506
| Path | csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| From | Peter Wienemann <wiene@debian.org> |
| Newsgroups | linux.debian.maint.python |
| Subject | Re: Upload request: psrecord (NEW) |
| Date | Sun, 01 Dec 2024 17:50:01 +0100 |
| Message-ID | <JOViV-d1FM-7@gated-at.bofh.it> (permalink) |
| References | <JBbQB-3XYB-7@gated-at.bofh.it> <JMo7L-bhbj-9@gated-at.bofh.it> <JMo7L-bhbj-7@gated-at.bofh.it> <JMCDL-bqol-15@gated-at.bofh.it> <JNwcW-c3lM-9@gated-at.bofh.it> <JOruy-cIUu-9@gated-at.bofh.it> <JOViV-d1FM-9@gated-at.bofh.it> |
| X-Original-To | Alexandru Mihail <alexandru.mihail2897@gmail.com> |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Sun Dec 1 16:48:39 2024 |
| Old-Return-Path | <wiene@debian.org> |
| X-Amavis-Spam-Status | No, score=-109.849 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIMWL_WL_HIGH=-0.34, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no |
| MIME-Version | 1.0 |
| User-Agent | Mozilla Thunderbird |
| Content-Language | en-US |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Debian-User | wiene |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/22586 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/e9da7171-880a-47e7-abf3-7954675596e1@debian.org |
| Approved | robomod@news.nic.it |
| Lines | 56 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | debian-python@lists.debian.org |
| X-Original-Date | Sun, 1 Dec 2024 17:48:21 +0100 |
| X-Original-Message-ID | <e9da7171-880a-47e7-abf3-7954675596e1@debian.org> |
| X-Original-References | <f3b17ed93c6c77aefec29e6b0d5cde405f6dd01a.camel@gmail.com> <a6b20a60e9e02d8d8b3113fe3b3f44a5d3795b13.camel@gmail.com> <80fe104d-453c-4555-b656-c3123a3bbe35@debian.org> <2f0bf5b0ed4df279b81295343eacf66f9d5ddf35.camel@gmail.com> <b8aec14e-ce50-4b4b-a87a-bd796c6ad0ac@debian.org> <3145534b-cf5e-4cd9-b0f6-23133f24914a@debian.org> <b8ce9f2d7f0a2ade742f3804109543a1bde39382.camel@gmail.com> |
| Xref | csiph.com linux.debian.maint.python:16506 |
Show key headers only | View raw
Hi Alexandru, On 2024-11-30 14:00:19, Alexandru Mihail wrote: > Yes, there were some rogue commits in [upstream], I reimported upstream > tar.gz and redone the whole process, it seems to build fine for me now > in an empty sbuild. > Seems fine now, thanks for the time; upload when you think OK. I still see contents in the "upstream" branch which does not belong there, namely the "debian" directory containing your packaging files. How do you manage the "upstream" and the "pristine-tar" branches? Those branches are somewhat special. There is usually no reason to touch those branches by hand. If you use "gbp import-orig", it takes care of those branches for you (see "man gbp import-orig"). It also automatically creates an upstream release tag for you (I do not see any in your repository). An initial upstream code import could look like this: $ mkdir psrecord && cd $_ $ git init $ gbp import-orig --debian-branch=debian/master https://github.com/astrofrog/psrecord/archive/refs/tags/v1.4.tar.gz This results in: $ git branch * debian/master pristine-tar upstream $ git tag upstream/1.4 The work on packaging the upstream code happens in the "debian" directory which must only be committed to the "debian/master" branch. Neglecting more complicated cases (uploads to distributions different from "unstable", handling patches, etc.) you always commit to the "debian/master" branch. The next commits to the "pristine-tar" and the "upstream" branches are added when you run "gbp import-orig" the next time to import a new upstream release. Again those commits to "pristine-tar" and "upstream" (and a new upstream release tag) are handled by "gbp import-orig". Importing new upstream releases can be done e. g. by running $ gbp import-orig --uscan provided you have a correctly set up gbp.conf and watch file. I hope this clarifies the gbp workflow a bit. Sorry for not providing more in-depth information in my previous comments. Best regards Peter
Back to linux.debian.maint.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Upload request: psrecord (NEW) Peter Wienemann <wiene@debian.org> - 2024-11-24 18:00 +0100
Re: Upload request: psrecord (NEW) Peter Wienemann <wiene@debian.org> - 2024-11-27 20:50 +0100
Re: Upload request: psrecord (NEW) Peter Wienemann <wiene@debian.org> - 2024-11-30 10:00 +0100
Re: Upload request: psrecord (NEW) Peter Wienemann <wiene@debian.org> - 2024-12-01 17:50 +0100
Re: Upload request: psrecord (NEW) Peter Wienemann <wiene@debian.org> - 2024-12-07 22:10 +0100
Re: Upload request: psrecord (NEW) weepingclown <weepingclown@disroot.org> - 2024-12-08 18:00 +0100
Re: Upload request: psrecord (NEW) Peter Wienemann <wiene@debian.org> - 2024-12-08 18:40 +0100
Re: Upload request: psrecord (NEW) weepingclown <weepingclown@disroot.org> - 2024-12-08 19:50 +0100
Re: Upload request: psrecord (NEW) Peter Wienemann <wiene@debian.org> - 2024-12-08 18:20 +0100
csiph-web