r13415 - in /packages/unstable/balsa/debian: changelog rules

joss at users.alioth.debian.org joss at users.alioth.debian.org
Sat Nov 10 01:12:07 UTC 2007


Author: joss
Date: Sat Nov 10 01:12:07 2007
New Revision: 13415

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13415
Log:
* Patch from Ubuntu to properly remove .gmo and .desktop files in the 
  clean target. Closes: #449125, thanks Marco Rodrigues.

Modified:
    packages/unstable/balsa/debian/changelog
    packages/unstable/balsa/debian/rules

Modified: packages/unstable/balsa/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/changelog?rev=13415&op=diff
==============================================================================
--- packages/unstable/balsa/debian/changelog (original)
+++ packages/unstable/balsa/debian/changelog Sat Nov 10 01:12:07 2007
@@ -1,3 +1,10 @@
+balsa (2.3.20-2) UNRELEASED; urgency=low
+
+  * Patch from Ubuntu to properly remove .gmo and .desktop files in the 
+    clean target. Closes: #449125, thanks Marco Rodrigues.
+
+ -- Josselin Mouette <joss at debian.org>  Sat, 10 Nov 2007 02:12:14 +0100
+
 balsa (2.3.20-1) unstable; urgency=high
 
   * New upstream release:

Modified: packages/unstable/balsa/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/balsa/debian/rules?rev=13415&op=diff
==============================================================================
--- packages/unstable/balsa/debian/rules (original)
+++ packages/unstable/balsa/debian/rules Sat Nov 10 01:12:07 2007
@@ -26,3 +26,8 @@
 # Record build-time version information
 binary-post-install/balsa::
 	/usr/bin/dh_buildinfo
+
+# Ensure that .gmo files are gone before package building
+cleanbuilddir/balsa::
+	rm -f po/*.gmo
+	rm -f balsa.desktop




More information about the pkg-gnome-commits mailing list