From: owner@bugs.debian.org
This is a multi-part message in MIME format...
Your message dated Thu, 02 Oct 2025 09:04:35 +0000
with message-id
and subject line Bug#999692: fixed in dh-make-elpa 0.19.6
has caused the Debian Bug report #999692,
regarding creates watch files with invalid URLs causing uscan to error
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)
--
999692: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=999692
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
Received: (at submit) by bugs.debian.org; 15 Nov 2021 00:00:13 +0000
X-Spam-Checker-Version: SpamAssassin 3.4.2-bugs.debian.org_2005_01_02
(2018-09-13) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-19.4 required=4.0 tests=BAYES_00,FORGED_SPF_HELO,
FROMDEVELOPER,HAS_PACKAGE,MONEY,RCVD_IN_DNSWL_LOW,RCVD_IN_MSPIKE_H2,
SPF_HELO_PASS,SPF_NONE,TXREP,XMAILER_REPORTBUG autolearn=ham
autolearn_force=no version=3.4.2-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 42; hammy, 142; neutral, 38; spammy,
1. spammytokens:0.959-+--sites hammytokens:0.000-+--H*M:reportbug,
0.000-+--H*MI:reportbug, 0.000-+--H*x:reportbug,
0.000-+--H*UA:reportbug, 0.000-+--UD:el
Return-path:
Received: from mta-tor-003.bell.net ([209.71.212.30]:32948 helo=
mx-torrgo001.bell.net)
by buxtehude.debian.org with esmtp (Exim 4.92)
(envelope-from )
id 1mmPPv-0002cu-2T
for submit@bugs.debian.org; Mon, 15 Nov 2021 00:00:13 +0000
X-RG-CM-BuS: 0
X-RG-CM-SC: 0
X-RG-CM: Clean
X-Originating-IP: [69.156.160.174]
X-RG-Env-Sender: nick.steeves@bell.net
X-RG-Rigid: 60C886880B325B94
X-CM-Envelope: MS4xfFNI5RdU91TslJ13/fpnudgXNnKzU/jX6ifbSqlnqg8/D
O3P9LnDL602gfBk+2EqOunuuMyv0Dr22TSSut0+QFbdUaT8n933n0BtQBKsHzFKydEgIcQ
C+eMqSz4X2o1Yhe47AklVpC+E6v4GN5Le8324S7aAVFRcSpjdlKhBgThmU5gDjk
2Z30/5T7O2YHJUGA+3X3tIrOjaAZZrhD9PcsoIiS25UoaduOpeg0kzgz
0zGU1mEeqNM4z/sXI0ECBpzeKYiU/EVemUTn31dX8sIA2DMOt2AzfsD5jZrJ9u4
uigMg79mtRnTO+8aRMISHAOdolEkNrbWSgjQHArffpM=
X-CM-Analysis: v=2.4 cv=Udwy9IeN c=1 sm=1 tr=0 ts=6191a306
a=MIeb/1XuSZkfF0zOzarnVA==:117 a=MIeb/1XuSZkfF0zOzarnVA==:17
a=kj9zAlcOel0A:10 a=vIxV3rELxO4A:10 a=NEAV23lmAAAA:8
a=wNNeZWAVyZOvSxb_iuIA:9
a=CjuIK1q_8ugA:10
Received: from DigitalMercury.dynalias.net (69.156.160.174) by c
x-torrgo001.bell.net (5.8.716.03) (authenticated as nick.steeves@bell.net)
id 60C886880B325B94; Sun, 14 Nov 2021 19:00:06 -0500
Received: by DigitalMercury.dynalias.net (Postfix, from userid 1000)
id 2F5A4C02D08; Sun, 14 Nov 2021 19:00:06 -0500 (EST)
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Nicholas D Steeves
To: Debian Bug Tracking System
Subject: creates watch files with invalid URLs causing uscan to error
Message-ID: <163693440618.1443278.13636841638274708085.reportbug
DigitalMercury.dynalias.net>
X-Mailer: reportbug 7.10.3+deb11u1
Date: Sun, 14 Nov 2021 19:00:06 -0500
Delivered-To: submit@bugs.debian.org
Package: dh-make-elpa
Version: 0.19.1
Severity: normal
Hi,
This bug has existed for a while, but finally annoyed me enough to
file a bug. Briefly, it seems like the URLs generated may be designed
for use with mode=git, or with the assumption that all git project
hosting sites will map a https://foo.git URL to https://foo. Github
is a notable exception.
Here is an example of the type of manual fixup that is required for
all watch files that point to Github:
-opts="filenamemangle=s/(?:.*?)?v?(\\d[\\d.]*)\\.tar\\.gz/yaml.el.git-$1.tar.
gz/" \\
- https://github.com/zkry/yaml.el.git/tags \\
+opts="filenamemangle=s/(?:.*?)?v?(\\d[\\d.]*)\\.tar\\.gz/yaml.el-$1.tar.gz/" \\
+ https://github.com/zkry/yaml.el/tags \\
The tarball suffix is functionally cosmetic, of course, because uscan
creates an orig.tarball symlink.
Sorry, I will not be submitting an MR, because learning Perl isn't on
my roadmap for the near future ;-)
Regards,
Nicholas
Received: (at 999692-close) by bugs.debian.org; 2 Oct 2025 09:04:39 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
(2024-03-25) on buxtehude.debian.org
X-Spam-Level:
X-Spam-Status: No, score=-109.5 required=4.0 tests=BAYES_00,BITCOIN_SPAM_04,
DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,
FREEMAIL_FORGED_REPLYTO,FVGT_m_MULTI_ODD,HAS_BUG_NUMBER,MD5_SHA1_SUM,
PDS_BTC_ID,PGPSIGNATURE,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_NONE,
USER_IN_DKIM_WELCOMELIST autolearn=ham autolearn_force=no
version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 114; hammy, 150; neutral, 202;
spammy,
0. spammytokens: hammytokens:0.000-+--HX-Debian:DAK,
0.000-+--H*rp:D*ftp-master.debian.org, 0.000-+--HX-DAK:process-upload,
0.000-+--H*RU:sk:fasolo., 0.000-+--Hx-spam-relays-external:sk:fasolo.
[continued in next message]
--- SoupGate-Win32 v1.05
* Origin: you cannot sedate... all the things you hate (1:229/2)
|