]> git.saurik.com Git - apt.git/commitdiff
* buildlib/apti18n.h.in:
authorMichael Vogt <mvo@debian.org>
Thu, 16 May 2013 21:12:37 +0000 (23:12 +0200)
committerMichael Vogt <mvo@debian.org>
Thu, 16 May 2013 21:12:37 +0000 (23:12 +0200)
  - fix build failure when building without NLS (closes: #671587)

buildlib/apti18n.h.in
debian/changelog

index 6928d626c49c7563513c225aef9443718fc8acc2..a9d48dd975c966fa720ced980ae401b7d4fb1fe3 100644 (file)
@@ -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
index 9aa4db7e30802a42f8a0e4e85282614943f6b42a..f5be97bd37a21baad1dde4a1f0664e6350892d67 100644 (file)
@@ -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