Heya,

As libapt-front is one of the packages blocking the apt transition,
fixing this bug was rather important. Please excuse my evil 0-day NMU,
I've tried to touch as few bits as possible. The new file list in
po/POTFILES was generated with 
 find apt-front/ -name \*.h -or -name \*.cpp

Besides removing missing files, this added three new files to the list:
+apt-front/gettext.h
+apt-front/updater.cpp
+apt-front/updater.h

The diff is more ugly because it changes the order of the files and I
forgot to do it nicer before starting pdebuild on this slow machine.

Anyway, patch attached.

Marc

diff -Nwru libapt-front-0.4.0/debian/changelog libapt-front-0.4.0-0.1/debian/changelog
--- libapt-front-0.4.0/debian/changelog	2007-06-26 19:49:47.000000000 +0200
+++ libapt-front-0.4.0-0.1/debian/changelog	2007-07-01 01:19:01.000000000 +0200
@@ -1,3 +1,10 @@
+libapt-front (0.4.0-0.1) unstable; urgency=low
+
+  * NMU (0-day, needed for apt transition)
+  * Fixed po/POTFILES.in to list only existing files. (Closes: #431029)
+
+ -- Marc 'HE' Brockschmidt <[EMAIL PROTECTED]>  Sun, 01 Jul 2007 01:18:10 +0200
+
 libapt-front (0.4.0) unstable; urgency=low
 
   * Delegate Debtags handling to libept.  Closes: bug#392794.
diff -Nwru libapt-front-0.4.0/po/POTFILES.in libapt-front-0.4.0-0.1/po/POTFILES.in
--- libapt-front-0.4.0/po/POTFILES.in	2006-10-04 22:21:59.000000000 +0200
+++ libapt-front-0.4.0-0.1/po/POTFILES.in	2007-07-01 01:18:04.000000000 +0200
@@ -1,80 +1,67 @@
-apt-front/error.h
-apt-front/init.cpp
-apt-front/init.h
-apt-front/actor.cpp
-apt-front/forward.h
-apt-front/manager.cpp
-apt-front/actor.h
-apt-front/predicate/predicate.cpp
-apt-front/predicate/combinators.h
-apt-front/predicate/predicate.h
-apt-front/predicate/matchers.cpp
-apt-front/predicate/matchers.h
-apt-front/predicate/factory.h
+apt-front/workarounds/policy.h
+apt-front/error.cpp
+apt-front/gettext.h
+apt-front/sources.h
+apt-front/progresscallback.h
+apt-front/sources.cpp
+apt-front/workarounds.h
+apt-front/cache/observer.h
+apt-front/cache/entity/relation.cpp
+apt-front/cache/entity/entity.cpp
+apt-front/cache/entity/package.cpp
+apt-front/cache/entity/version.h
+apt-front/cache/entity/desktop.cpp
+apt-front/cache/entity/version.cpp
+apt-front/cache/entity/relation.h
+apt-front/cache/entity/entity.h
+apt-front/cache/entity/package.h
+apt-front/cache/entity/desktop.h
+apt-front/cache/cache.h
+apt-front/cache/observer.cpp
+apt-front/cache/cache.cpp
+apt-front/cache/component/state.h
+apt-front/cache/component/packages.h
+apt-front/cache/component/state.cpp
+apt-front/cache/component/packagetags.h
+apt-front/cache/component/base.h
+apt-front/cache/component/desktop.h
+apt-front/cache/component/packages.cpp
+apt-front/cache/component/base.cpp
+apt-front/cache/component/packagetags.cpp
+apt-front/cache/component/desktop.cpp
+apt-front/cache/component/history.h
+apt-front/cache/component/records.h
+apt-front/cache/component/history.cpp
+apt-front/cache/component/records.cpp
+apt-front/progresscallback.cpp
 apt-front/manager.h
-apt-front/utils/cast.h
-apt-front/utils/Regexp.h
-apt-front/utils/consumer.h
-apt-front/utils/multitype.h
-apt-front/utils/range.h
-apt-front/utils/typeset.h
-apt-front/utils/zlibparserinput.h
+apt-front/utils/range.cpp
+apt-front/utils/consumer.cpp
+apt-front/utils/paths.h
+apt-front/utils/paths.cpp
+apt-front/utils/desktopfile.h
+apt-front/utils/shared.h
+apt-front/utils/comparable.h
 apt-front/utils/prettyprint.h
 apt-front/utils/desktopfile.cpp
-apt-front/utils/vocabularymerger.cpp
-apt-front/utils/comparable.h
-apt-front/utils/shared.h
-apt-front/utils/debdbparser.cpp
-apt-front/utils/desktopfile.h
-apt-front/utils/vocabularymerger.h
-apt-front/utils/paths.cpp
-apt-front/utils/debdbparser.h
-apt-front/utils/paths.h
-apt-front/utils/consumer.cpp
-apt-front/utils/range.cpp
-apt-front/utils/zlibparserinput.cpp
-apt-front/progresscallback.cpp
-apt-front/cache/component/tags.cpp
-apt-front/cache/component/records.cpp
-apt-front/cache/component/history.cpp
-apt-front/cache/component/tags.h
-apt-front/cache/component/records.h
-apt-front/cache/component/history.h
-apt-front/cache/component/desktop.cpp
-apt-front/cache/component/packagetags.cpp
-apt-front/cache/component/base.cpp
-apt-front/cache/component/packages.cpp
-apt-front/cache/component/desktop.h
-apt-front/cache/component/packagetags.h
-apt-front/cache/component/base.h
-apt-front/cache/component/state.cpp
-apt-front/cache/component/packages.h
-apt-front/cache/component/state.h
-apt-front/cache/component/debtags/serializer.h
-apt-front/cache/component/debtags/expression.cpp
-apt-front/cache/component/debtags/utils.cpp
-apt-front/cache/component/debtags/expression.h
-apt-front/cache/component/debtags/utils.h
-apt-front/cache/component/debtags/serializer.cpp
-apt-front/cache/cache.cpp
-apt-front/cache/observer.cpp
-apt-front/cache/cache.h
-apt-front/cache/entity/desktop.h
-apt-front/cache/entity/package.h
-apt-front/cache/entity/tag.h
-apt-front/cache/entity/entity.h
-apt-front/cache/entity/relation.h
-apt-front/cache/entity/version.cpp
-apt-front/cache/entity/desktop.cpp
-apt-front/cache/entity/version.h
-apt-front/cache/entity/package.cpp
-apt-front/cache/entity/tag.cpp
-apt-front/cache/entity/entity.cpp
-apt-front/cache/entity/relation.cpp
-apt-front/cache/observer.h
-apt-front/sources.cpp
-apt-front/workarounds.h
-apt-front/progresscallback.h
-apt-front/sources.h
-apt-front/error.cpp
-apt-front/workarounds/policy.h
+apt-front/utils/typeset.h
+apt-front/utils/multitype.h
+apt-front/utils/range.h
+apt-front/utils/consumer.h
+apt-front/utils/cast.h
+apt-front/utils/Regexp.h
+apt-front/predicate/factory.h
+apt-front/predicate/matchers.h
+apt-front/predicate/matchers.cpp
+apt-front/predicate/predicate.h
+apt-front/predicate/combinators.h
+apt-front/predicate/predicate.cpp
+apt-front/actor.h
+apt-front/manager.cpp
+apt-front/updater.h
+apt-front/forward.h
+apt-front/actor.cpp
+apt-front/init.h
+apt-front/updater.cpp
+apt-front/init.cpp
+apt-front/error.h

Reply via email to