12 lines
410 B
Diff
12 lines
410 B
Diff
--- dnf-4.14.0/dnf/package.py.orig 2022-09-10 04:34:15.000000000 +0200
|
|
+++ dnf-4.14.0/dnf/package.py 2023-01-10 18:15:08.286877400 +0100
|
|
@@ -42,7 +42,7 @@
|
|
class Package(hawkey.Package):
|
|
""" Represents a package. #:api """
|
|
|
|
- DEBUGINFO_SUFFIX = "-debuginfo" # :api
|
|
+ DEBUGINFO_SUFFIX = "-debug" # :api
|
|
DEBUGSOURCE_SUFFIX = "-debugsource" # :api
|
|
|
|
def __init__(self, initobject, base):
|