tags 442516 + patch
thanks

Hi,

Attached is the diff for my bum 2.1.10-1.1 NMU.

The better approch would be introduce a patch system, and patch upstream
Makefile to remove CATALOG files (but too much for a NMU).

Regards,
Sandro
diff -u bum-2.1.10/debian/changelog bum-2.1.10/debian/changelog
--- bum-2.1.10/debian/changelog
+++ bum-2.1.10/debian/changelog
@@ -1,3 +1,11 @@
+bum (2.1.10-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules
+    - added removal of gmo file under po/ (Closes: #442516)
+
+ -- Sandro Tosi <[EMAIL PROTECTED]>  Thu, 03 Apr 2008 07:24:46 +0200
+
 bum (2.1.10-1) unstable; urgency=low
 
   * Fixes ubuntu bug #114187
diff -u bum-2.1.10/debian/rules bum-2.1.10/debian/rules
--- bum-2.1.10/debian/rules
+++ bum-2.1.10/debian/rules
@@ -42,6 +42,9 @@
 
 	-$(MAKE) clean
 	rm -f config.log config.status
+
+	rm -f po/*.gmo
+
 	dh_clean 
 
 install: build

Reply via email to