[maemo-commits] [maemo-commits] r16119 - projects/haf/trunk/apt

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 15 20:14:46 EEST 2008
Author: marivoll
Date: 2008-09-15 20:14:42 +0300 (Mon, 15 Sep 2008)
New Revision: 16119

Added:
   projects/haf/trunk/apt/postrip.patch
Log:
New.


Added: projects/haf/trunk/apt/postrip.patch
===================================================================
--- projects/haf/trunk/apt/postrip.patch	2008-09-15 17:03:57 UTC (rev 16118)
+++ projects/haf/trunk/apt/postrip.patch	2008-09-15 17:14:42 UTC (rev 16119)
@@ -0,0 +1,26 @@
+Index: debian/rules
+===================================================================
+--- debian/rules	(revision 16117)
++++ debian/rules	(working copy)
+@@ -208,7 +208,7 @@ apt: build debian/shlibs.local
+ 	rm -f debian/$@/usr/lib/apt/methods/https
+ 
+ 	cp $(BLD)/scripts/dselect/* debian/$@/usr/lib/dpkg/methods/apt/
+-	cp -r $(BLD)/locale debian/$@/usr/share/
++	cp -r $(BLD)/locale debian/$@/usr/share/ || true
+ 
+ 	cp debian/bugscript debian/$@/usr/share/bug/apt/script
+ 	cp debian/apt.logrotate debian/$@/etc/logrotate.d/apt
+Index: Makefile
+===================================================================
+--- Makefile	(revision 16117)
++++ Makefile	(working copy)
+@@ -18,7 +18,7 @@ all headers library clean veryclean bina
+ 	$(MAKE) -C ftparchive $@
+ 	$(MAKE) -C dselect $@
+ #	$(MAKE) -C doc $@
+-	$(MAKE) -C po $@
++#	$(MAKE) -C po $@
+ 
+ # Some very common aliases
+ .PHONY: maintainer-clean dist-clean distclean pristine sanity 


More information about the maemo-commits mailing list