1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
EXTRA_DIST = \
brokenunlzma.sh \
debtest.sh \
dpkg-architecture \
genpackage.sh \
test.inc \
test.sh \
testatoms.sh \
testbuildneeding.sh \
testcheck.sh \
testcopy.sh \
testdiffgeneration.sh \
testexporthooks.sh \
testflat.sh \
testflood.sh \
testincludeextra.sh \
testlayeredupdate.sh \
testlayeredupdate2.sh \
testmorgue.sh \
testonlysmalldeletes.sh \
testoverride.sh \
testpackagediff.sh \
testsignatures.sh \
testsigned.sh \
testsnapshotcopyrestore.sh \
testsubcomponents.sh \
testtemplate.sh \
testtrackingcorruption.sh \
testuncompress.sh \
testupdatecorners.sh \
testvarious1.sh \
testvarious2.sh \
testvarious3.sh \
testverify.sh \
testwrongarch.sh \
tooltest.sh \
evil.key \
expired.key \
expiredwithsubkey.key \
expiredwithsubkey-working.key \
good.key \
revoked.key \
revoked.pkey \
withsubkeys.key \
withsubkeys-works.key
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
|