]> err.no Git - dpkg/commitdiff
Fix distcheck
authorGuillem Jover <guillem@debian.org>
Sun, 30 Mar 2008 06:51:27 +0000 (09:51 +0300)
committerGuillem Jover <guillem@debian.org>
Sun, 30 Mar 2008 09:46:44 +0000 (12:46 +0300)
Add missing files in POTFILES.in and EXTRA_DIST in Makefile.am.

ChangeLog
po/POTFILES.in
scripts/Makefile.am

index 04709543c6d9d58e42f650f3a8e56b9be7a07028..9383e525e3bd76a55152670e5fc689369ab0b373 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-03-30  Guillem Jover  <guillem@debian.org>
+
+       * 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  <ian@davenant.greenend.org.uk>,
             Guillem Jover  <guillem@debian.org>
 
index 5ad5573b246a50ef19e9713832cf1f2c0b493954..72d673fc705a60307c1f17b5aa174dc9834bf72c 100644 (file)
@@ -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
index bfd21546f5d3a21984fd665a7ce8042bdf4c634b..75c101f8fe64a7deb26cde4edd31801abde07c95 100644 (file)
@@ -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 \