From 3528085b89011f6050b99dc21355b3e0dfd61c1e Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Sun, 30 Mar 2008 09:51:27 +0300 Subject: [PATCH] Fix distcheck Add missing files in POTFILES.in and EXTRA_DIST in Makefile.am. --- ChangeLog | 7 +++++++ po/POTFILES.in | 4 +++- scripts/Makefile.am | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 04709543..9383e525 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-03-30 Guillem Jover + + * po/POTFILES.in: Add 'lib/cleanup.c', 'lib/log.c', 'lib/myopt-util.c' + and remove 'lib/showcright.c'. + * scripts/Makefile.am (EXTRA_DIST): Add + 't/600_Dpkg_Changelog/regressions'. + 2008-03-30 Ian Jackson , Guillem Jover diff --git a/po/POTFILES.in b/po/POTFILES.in index 5ad5573b..72d673fc 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,6 @@ # This is the list of all source files with translatable strings. +lib/cleanup.c lib/compat.c lib/compression.c lib/database.c @@ -8,13 +9,14 @@ lib/dump.c lib/ehandle.c lib/fields.c lib/lock.c +lib/log.c lib/md5.c lib/mlib.c lib/myopt.c +lib/myopt-util.c lib/nfmalloc.c lib/parse.c lib/parsehelp.c -lib/showcright.c lib/showpkg.c lib/tarfn.c lib/trigdeferred.c diff --git a/scripts/Makefile.am b/scripts/Makefile.am index bfd21546..75c101f8 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -74,6 +74,7 @@ EXTRA_DIST = \ t/600_Dpkg_Changelog/countme \ t/600_Dpkg_Changelog/fields \ t/600_Dpkg_Changelog/misplaced-tz \ + t/600_Dpkg_Changelog/regressions \ t/600_Dpkg_Changelog/shadow \ t/700_Dpkg_Control.t \ t/700_Dpkg_Control/control-1 \ -- 2.39.5