[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r3251 - glibc-package/branches/glibc-2.9/debian



Author: aurel32
Date: 2009-01-25 10:14:18 +0000 (Sun, 25 Jan 2009)
New Revision: 3251

Modified:
   glibc-package/branches/glibc-2.9/debian/changelog
   glibc-package/branches/glibc-2.9/debian/rules
Log:
  * debian/rules: remove *.mo file in the clean target.



Modified: glibc-package/branches/glibc-2.9/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.9/debian/changelog	2009-01-23 15:37:52 UTC (rev 3250)
+++ glibc-package/branches/glibc-2.9/debian/changelog	2009-01-25 10:14:18 UTC (rev 3251)
@@ -65,6 +65,7 @@
     linuxthreads builds.
   * rules.d/build.mk: unset LANG to make sure testsuite errors are not
     localized.
+  * debian/rules: remove *.mo file in the clean target.
 
   [ Clint Adams ]
   * patches/any/cvs-bz697-posix-regexec.diff: regex fix from Paolo Bonzini.
@@ -92,7 +93,7 @@
   * add kfreebsd/local-linuxthreads29.diff: 
     update to fix build on kfreebsd architectures.
 
- -- Aurelien Jarno <aurel32@debian.org>  Fri, 23 Jan 2009 16:37:36 +0100
+ -- Aurelien Jarno <aurel32@debian.org>  Sun, 25 Jan 2009 11:14:06 +0100
 
 glibc (2.8+20080809-3) experimental; urgency=low
 

Modified: glibc-package/branches/glibc-2.9/debian/rules
===================================================================
--- glibc-package/branches/glibc-2.9/debian/rules	2009-01-23 15:37:52 UTC (rev 3250)
+++ glibc-package/branches/glibc-2.9/debian/rules	2009-01-25 10:14:18 UTC (rev 3251)
@@ -157,6 +157,7 @@
 	#  Do not accidentally upload into unstable
 	dpkg-parsechangelog  | grep "^Distribution:" | grep -q -v unstable
 	make -C $(CURDIR)/linuxthreads/man clean
+	rm -f $(CURDIR)/po/*.mo
 	rm -rf $(patsubst %,debian/tmp-%,$(GLIBC_PASSES))
 	rm -rf $(build-tree)
 	rm -rf $(stamp)


Reply to: