Your message dated Tue, 28 Oct 2025 15:10:45 -0400
with message-id <[email protected]>
and subject line Re: git-debpush: Fail to find patch in debian/patches/ under
gbp mode even the patch exists
has caused the Debian Bug report #1119289,
regarding git-debpush: Fail to find patch in debian/patches/ under gbp mode
even the patch exists
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 [email protected]
immediately.)
--
1119289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1119289
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: git-debpush
Severity: normal
Version: 13.16
Dear Debian git-debpush/tag2upload maintainers,
I encountered the following error, but I do not understand why:
[15:01:54] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
-> % git rev-parse HEAD
622012d9195e7d76a769f1404f80c6e746f32e2b
[15:01:57] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
-> % git rev-parse upstream/1.2.0
af9152846544b94484d4e528f6ce0bcd02b43737
[15:02:01] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
-> % export LC_ALL=C.UTF-8
[15:02:20] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
-> % git debpush --gbp --upstream=upstream/1.2.0
git-debpush: fetching from [email protected]:imobiledevice-team/ifuse.git
to check existing state
error: can't open patch
'debian/patches/0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch':
No such file or directory
git-debpush: check failed: 'git apply' failed to apply patch
0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch
('patches-nonapplicable' check)
git-debpush: some non-overridden check(s) failed; you can pass -f/--force to
ignore them
[15:02:27] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
-> % cat debian/gbp.conf
[DEFAULT]
debian-branch = debian/master
upstream-branch = upstream/master
pristine-tar = True
[15:03:05] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
-> % file
debian/patches/0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch
debian/patches/0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch:
unified diff output text, 1st line "From: Boyuan Yang <[email protected]>", 2nd
line "Date: Mon, 27
Oct 2025 18:29:37 -0400", 3rd line "Subject: configure.ac: get PACKAGE_VERSION
from environment", ASCII text
[15:03:12] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
-> % cat debian/patches/series
0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch
Please look into it, and let me know if you need any extra information.
Thanks,
Boyuan Yang
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
On Tue, 28 Oct 2025 15:06:58 -0400 Boyuan Yang <[email protected]> wrote:
> Package: git-debpush
> Severity: normal
> Version: 13.16
>
> Dear Debian git-debpush/tag2upload maintainers,
>
> I encountered the following error, but I do not understand why:
>
> [15:01:54] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
> -> % git rev-parse HEAD
> 622012d9195e7d76a769f1404f80c6e746f32e2b
> [15:01:57] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
> -> % git rev-parse upstream/1.2.0
> af9152846544b94484d4e528f6ce0bcd02b43737
> [15:02:01] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
> -> % export LC_ALL=C.UTF-8
> [15:02:20] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
> -> % git debpush --gbp --upstream=upstream/1.2.0
> git-debpush: fetching from [email protected]:imobiledevice-team/ifuse.git
> to check existing state
> error: can't open patch
> 'debian/patches/0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch':
> No such file or directory
> git-debpush: check failed: 'git apply' failed to apply patch
> 0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch
> ('patches-nonapplicable' check)
> git-debpush: some non-overridden check(s) failed; you can pass -f/--force to
> ignore them
> [15:02:27] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
> -> % cat debian/gbp.conf
> [DEFAULT]
> debian-branch = debian/master
> upstream-branch = upstream/master
> pristine-tar = True
> [15:03:05] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
> -> % file
> debian/patches/0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch
> debian/patches/0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch:
> unified diff output text, 1st line "From: Boyuan Yang <[email protected]>",
> 2nd line "Date: Mon,
27
> Oct 2025 18:29:37 -0400", 3rd line "Subject: configure.ac: get
> PACKAGE_VERSION from environment", ASCII text
> [15:03:12] [~/src/debian/imobiledevice-team/ifuse] [debian/master]
> -> % cat debian/patches/series
> 0001-configure.ac-get-PACKAGE_VERSION-from-environment.patch
Nevermind, some unwanted .gitignore files prevented the patch file from being
committed.
Sorry for the noise,
Thanks,
Boyuan Yang
signature.asc
Description: This is a digitally signed message part
--- End Message ---