diff -pruN 2.05-4/debian/changelog 2.05-4ubuntu1/debian/changelog
--- 2.05-4/debian/changelog	2009-10-27 00:58:12.000000000 +0000
+++ 2.05-4ubuntu1/debian/changelog	2009-10-26 19:40:39.000000000 +0000
@@ -1,3 +1,11 @@
+rlpr (2.05-4ubuntu1) karmic; urgency=low
+
+  * Added 	find . -type f -name "rlpr.pot" -exec rm -f {} \; to debian/rules to
+    correct FTBFS.  The buildd's where complaining of po/rlpr.pot being empty
+    which caused the package not to build. (LP: #458600)
+
+ -- Charlie Smotherman <cjsmo@ubuntu.com>  Thu, 22 Oct 2009 17:55:17 -0500
+
 rlpr (2.05-4) unstable; urgency=low
 
   * Update config.{sub,guess} on configure (Closes: #535718)
diff -pruN 2.05-4/debian/control 2.05-4ubuntu1/debian/control
--- 2.05-4/debian/control	2009-10-27 00:58:12.000000000 +0000
+++ 2.05-4ubuntu1/debian/control	2009-10-26 19:40:39.000000000 +0000
@@ -1,7 +1,8 @@
 Source: rlpr
 Section: net
 Priority: optional
-Maintainer: Ari Pollak <ari@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
+XSBC-Original-Maintainer: Ari Pollak <ari@debian.org>
 Standards-Version: 3.6.2
 Build-Depends: debhelper (>= 4.2.21), autotools-dev
 
diff -pruN 2.05-4/debian/rules 2.05-4ubuntu1/debian/rules
--- 2.05-4/debian/rules	2009-10-27 00:58:12.000000000 +0000
+++ 2.05-4ubuntu1/debian/rules	2009-10-26 19:40:39.000000000 +0000
@@ -77,6 +77,7 @@ binary-arch: build install
 	dh_installchangelogs NEWS
 	dh_installdocs
 	dh_installexamples
+	find . -type f -name "rlpr.pot" -exec rm -f {} \;
 #	dh_install
 #	dh_installmenu
 #	dh_installdebconf	
