Преглед изворни кода

Fix distcheck

Add missing files in POTFILES.in and EXTRA_DIST in Makefile.am.
Guillem Jover пре 18 година
родитељ
комит
3528085b89
3 измењених фајлова са 11 додато и 1 уклоњено
  1. 7 0
      ChangeLog
  2. 3 1
      po/POTFILES.in
  3. 1 0
      scripts/Makefile.am

+ 7 - 0
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>
 

+ 3 - 1
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

+ 1 - 0
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 \