Path: csiph.com!weretis.net!feeder9.news.weretis.net!newsfeed.endofthelinebbs.com!news.corradoroberto.it!gothmog.csi.it!bofh.it!news.nic.it!robomod From: Chris Hofstaedtler Newsgroups: linux.debian.devel Subject: Re: Simpler git workflow for packaging with upstreamless repositories Date: Thu, 28 Nov 2024 13:30:01 +0100 Message-ID: References: X-Mailbox-Line: From debian-devel-request@lists.debian.org Thu Nov 28 12:20:11 2024 Old-Return-Path: X-Amavis-Spam-Status: No, score=-109.23 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, MD5_SHA1_SUM=-1, RCVD_IN_DNSWL_MED=-2.3, SARE_MSGID_LONG45=0.893, SARE_MSGID_LONG50=0.726, UNPARSEABLE_RELAY=0.001, USER_IN_DKIM_WELCOMELIST=-0.01, USER_IN_DKIM_WHITELIST=-100] autolearn=ham autolearn_force=no MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline X-Debian-User: zeha X-Mailing-List: archive/latest/362859 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/i3iv4g77nxfwgwt43r2nxr7cddhesjanmypgf7ecrxo7efgulq@smopmuyu7euo Approved: robomod@news.nic.it Lines: 43 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: debian-devel@lists.debian.org X-Original-Date: Thu, 28 Nov 2024 13:19:54 +0100 X-Original-Message-ID: X-Original-References: <875xoa2exi.fsf@kaka.sjd.se> <20241126223515.GA346695@mit.edu> <87ldx3ya2y.fsf@kaka.sjd.se> <66ef6a83-4a75-49df-8df4-fc4f5bda87d2@onenetbeyond.org> <7549ac25-6d69-4c03-910d-4cce2e3796f7@debian.org> Xref: csiph.com linux.debian.devel:114401 * Paul Gevers [241128 12:52]: > Hi, > > On 11/28/24 10:56, Pirate Praveen wrote: > > pristine-tar almost always fail when there are multiple orig tar files. > > I did not report bugs since the limitation of not working 100% is a > > known issue already. > > I'm surprised to hear this. src:cacti is using multiple orig tar files (2) > for several years now and I've been using pristine-tar (via gbp) to store > them. But can you create the tarballs from that repo? cacti $ git show pristine-tar commit 1a42ec3d9772f93caa8b98cb78c5b0d2b0b320e9 (origin/pristine-tar, pristine-tar) Author: Paul Gevers AuthorDate: Wed Oct 9 14:04:17 2024 +0200 Commit: Paul Gevers CommitDate: Wed Oct 9 14:04:17 2024 +0200 pristine-tar data for cacti_1.2.28+ds1.orig.tar.gz diff --git a/cacti_1.2.28+ds1.orig.tar.gz.delta b/cacti_1.2.28+ds1.orig.tar.gz.delta new file mode 100644 index 00000000..382fe265 Binary files /dev/null and b/cacti_1.2.28+ds1.orig.tar.gz.delta differ diff --git a/cacti_1.2.28+ds1.orig.tar.gz.id b/cacti_1.2.28+ds1.orig.tar.gz.id new file mode 100644 index 00000000..1fa49d3d --- /dev/null +++ b/cacti_1.2.28+ds1.orig.tar.gz.id @@ -0,0 +1 @@ +979cace8c3b2467cdc418b849810b0ec2a54c7ae cacti $ git show 979cace8c3b2467cdc418b849810b0ec2a54c7ae fatal: bad object 979cace8c3b2467cdc418b849810b0ec2a54c7ae ... I'll note that the tag upstream/1.2.28+ds1 points to 6aa33682cc62c3fbb638ff85dc02bf531406de93 . C.