@@ -25,4 +25,5 @@
# define _(x) x
# define P_(msg,plural,n) (n == 1 ? msg : plural)
# define N_(x) x
+# define dgettext(d, m) m
#endif
@@ -5,6 +5,10 @@ apt (0.9.8.2) UNRELEASED; urgency=low
[ Guillem Jover ]
* Update Vcs fields (Closes: #708562)
+
+ [ Michael Vogt ]
+ * buildlib/apti18n.h.in:
+ - fix build failure when building without NLS (closes: #671587)
-- Christian Perrier <bubulle@debian.org> Thu, 16 May 2013 22:28:22 +0200