diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:42:36 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 18:42:36 +0000 |
commit | f3cd649313063ef9d72a3a4a0ab5b4af598c8c9f (patch) | |
tree | 47e771e246377a3ee1211bdb2238e090970d6c24 /Makefile.in | |
parent | Releasing progress-linux version 1.22.5-0.0~progress7.99u1. (diff) | |
download | dpkg-f3cd649313063ef9d72a3a4a0ab5b4af598c8c9f.tar.xz dpkg-f3cd649313063ef9d72a3a4a0ab5b4af598c8c9f.zip |
Merging upstream version 1.22.6.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | Makefile.in | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in index 0bbe0f9..b4ca8e7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -524,14 +524,14 @@ dist_docspec_DATA = \ # EOL EXTRA_DIST = .gitlab-ci.yml .mailmap ChangeLog.old README.l10n autogen \ - build-aux/gen-changelog build-aux/get-version \ - build-aux/lcov-inject build-aux/run-script \ - build-aux/test-runner doc/coding-style.txt \ - debian/README.bug-usertags debian/bug-script debian/changelog \ - debian/control debian/copyright debian/dpkg-dev.docs \ - debian/dpkg-dev.install debian/dpkg-dev.manpages \ - debian/dpkg.alternatives.logrotate debian/dpkg.cfg \ - debian/dpkg.cron.daily debian/dpkg.docs \ + build-aux/gen-changelog build-aux/gen-release \ + build-aux/get-version build-aux/lcov-inject \ + build-aux/run-script build-aux/test-runner \ + doc/coding-style.txt debian/README.bug-usertags \ + debian/bug-script debian/changelog debian/control \ + debian/copyright debian/dpkg-dev.docs debian/dpkg-dev.install \ + debian/dpkg-dev.manpages debian/dpkg.alternatives.logrotate \ + debian/dpkg.cfg debian/dpkg.cron.daily debian/dpkg.docs \ debian/dpkg.dpkg-db-backup.service \ debian/dpkg.dpkg-db-backup.timer debian/dpkg.install \ debian/dpkg.manpages debian/dpkg.postinst debian/dpkg.postrm \ |