1
0
Fork 0

Adding upstream version 2.25.15.

Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
Daniel Baumann 2025-06-21 11:04:07 +02:00
parent 10737b110a
commit b543f2e88d
Signed by: daniel.baumann
GPG key ID: BCC918A2ABD66424
485 changed files with 191459 additions and 0 deletions

View file

@ -0,0 +1,5 @@
Source: foo
Build-Depends: zz-pkg, debhelper-compat (= 13), aa-pkg, ${misc:Build-Depends}, bb-pkg
Package: bar
Description: foo

View file

@ -0,0 +1,10 @@
Source: foo
Build-Depends:
debhelper-compat (= 13),
aa-pkg,
bb-pkg,
zz-pkg,
${misc:Build-Depends},
Package: bar
Description: foo

View file

@ -0,0 +1,7 @@
Source: foo
Package: bar
@TEMPLATE_AS_A_FIELD@
Description: foo

View file

@ -0,0 +1,11 @@
Source: foo
{% for x in something; do %}
Package: {% x %}
{% end %}
Package: foo-doc
Description: foo docs

View file

@ -0,0 +1,5 @@
Source: foo
Package: bar
@TEMPLATE_AS_A_FIELD@
Description: foo

View file

@ -0,0 +1,11 @@
Source: foo
{% for x in something; do %}
Package: {% x %}
{% end %}
Package: foo-doc
Description: foo docs

View file

@ -0,0 +1,12 @@
# Comment that stays in the top
# A multiline comment should not be re-ordered
# Some comment related to C
C
# B can have a
# multiline comment
B
A
# Not sure why anyone would finish with a comment, but it should work

View file

@ -0,0 +1,11 @@
# Comment that stays in the top
# A multiline comment should not be re-ordered
A
# B can have a
# multiline comment
B
# Some comment related to C
C
# Not sure why anyone would finish with a comment, but it should work