Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.python > #17215
| Path | csiph.com!weretis.net!feeder9.news.weretis.net!2.eu.feeder.erje.net!3.eu.feeder.erje.net!feeder.erje.net!usenet.goja.nl.eu.org!news.furie.org.uk!piper.furie.org.uk!news.samoylyk.net!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | jvk <jaivkadam@gmail.com> |
| Newsgroups | linux.debian.maint.python |
| Subject | Guidence on package development |
| Date | Wed, 03 Dec 2025 20:30:01 +0100 |
| Message-ID | <LY0I1-8rN-11@gated-at.bofh.it> (permalink) |
| X-Mailbox-Line | From debian-python-request@lists.debian.org Wed Dec 3 19:23:05 2025 |
| Old-Return-Path | <jaivkadam@gmail.com> |
| X-Amavis-Spam-Status | No, score=-6.542 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, FVGT_m_MULTI_ODD=0.02, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, SARE_MSGID_LONG40=0.637] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | NOT_IN_SBL_XBL_SPAMHAUS=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .gmail. - helo: .mail-pl1-x630.google. - helo-domain: .google.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -5.5 |
| X-Gm-Message-State | AOJu0Yw8v98jZjbhezmfgwgCs1zfhs5nUrtVzo0dZIUVRLWYWYqwRpxh 2Lt6Q4DrDuvZdKulUNaSvQtYsMSrRHGvXjADxs94wc5Yr5saDI3MU4OEA4ail7BU |
| X-Gm-Gg | ASbGncuLrjMl83UGkOoqaRzhUPpzgNWeWducVgZDPpYlatyj/YuON4L55rTMThQ/RI/ qKkG0D0T/mVIX9hfmTu5vQhzInoYK6tCpVq8By33AIrVRKKb2w3KrmMUHZwHzWjHesTA6imslcj tsND28tttwI2IQNfNNVp1TrxweZiOfOz3VKkR4476LHBfGyD6wgJeO5Cgdh0kLx3AbMIaMUGNvD 4SoPh1xeJ0e89rKaLW4w81/WWvBR7glkzvrUW80WbxaY5fzXXew0AmVF38vdHoF4bZdcLnIYVSx hcoDp1rhworXMicCupUvaNnEbIQev3NRNDZHUEBjd7MRLlJ4HkpgTIm9sawlQuXstrnqgZBvtvL n9y9ONVjePK2PnBMCpXWUcBzRX7QKl8SjmjE2z58xm70LFqu6FGANiWZen4CpwAAFG5NXA5LtAI eU1Y+8RPeiEqxrfQy8oS1v05iizVuBvB2wacz/HJO8neKPIDd2TuLL |
| X-Google-SMTP-Source | AGHT+IFGp1kfp9pELjJ/8RRqsi03kZSIhV2bdz9Zy7Zf56BDR4HFBUDKKgmqDwKNVsN0CS/Aw8ZanA== |
| X-Received | by 2002:a17:902:dad2:b0:295:426a:77a6 with SMTP id d9443c01a7336-29da1c911dfmr4156635ad.32.1764789765000; Wed, 03 Dec 2025 11:22:45 -0800 (PST) |
| Content-Type | text/plain; charset="UTF-8" |
| Content-Transfer-Encoding | quoted-printable |
| User-Agent | Evolution 3.56.2-0+deb13u1 |
| MIME-Version | 1.0 |
| X-Mailing-List | <debian-python@lists.debian.org> archive/latest/23449 |
| List-ID | <debian-python.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-python/> |
| List-Archive | https://lists.debian.org/msgid-search/c0d757009ef06d9db0311baa47312c40ed693557.camel@gmail.com |
| Approved | robomod@news.nic.it |
| Lines | 33 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Date | Thu, 04 Dec 2025 00:52:38 +0530 |
| X-Original-Message-ID | <c0d757009ef06d9db0311baa47312c40ed693557.camel@gmail.com> |
| Xref | csiph.com linux.debian.maint.python:17215 |
Show key headers only | View raw
-- jvk <jaivkadam@gmail.com> Hello, I read the Debian developers guide, but didn't find exactly how and what to do. I want to know what is the exact thing developers do . My current understanding (you can answer the question and querries and comment in pints to correct my understanding or adding details):- 1.Clone the salsa package repo 2.use the "gbp import-orig --uscan" to get the actual latest upstream repo from github or from where the original git remote is hosted 3.use "dch -i" to edit changelog [1]Querry: The repo which we clone is a debinzed repo right? So when we dch -i we are changing changlog of debianized repo , is this correct? [2]Querry: Should we make changes in this repo? [3]Querry: Have I misunderstood something ? Am i supposed to unzip the tarball which "gbp import-orig --uscan" and make changes in that directory? 4. use "gbp pq import" this adds a patch queue brach ig? 5. make chages in code (patches) 6. git add. 7. git commit -m "patch message Gbp-Pq: Name fix-the-foo.patch" 8. use "gbp pq export" this 9.use "gbp buildpackage --git-pbuilder" builds the package with pathches 10.use "autopkgtest" test the built package [4]Querry: how to upload the finished work and where to upload? a nice member suggested me to you my namespace in salsa debian.
Back to linux.debian.maint.python | Previous | Next — Next in thread | Find similar
Guidence on package development jvk <jaivkadam@gmail.com> - 2025-12-03 20:30 +0100
Re: Guidence on package development Andrey Rakhmatullin <wrar@debian.org> - 2025-12-03 21:00 +0100
Re: Guidence on package development Alexandre Detiste <alexandre.detiste@gmail.com> - 2025-12-03 21:20 +0100
Re: Guidence on package development Jai kadam <jaivkadam@gmail.com> - 2025-12-03 21:20 +0100
Re: Guidence on package development Andrey Rakhmatullin <wrar@debian.org> - 2025-12-03 21:20 +0100
Re: Guidence on package development Joost van Baal-Ilić <joostvb-debian@mdcc.cx> - 2025-12-04 12:10 +0100
csiph-web