[maemo-commits] [maemo-commits] r16120 - in projects/haf/trunk/apt: . debian

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 15 20:16:49 EEST 2008
Author: marivoll
Date: 2008-09-15 20:16:47 +0300 (Mon, 15 Sep 2008)
New Revision: 16120

Modified:
   projects/haf/trunk/apt/Makefile
   projects/haf/trunk/apt/debian/changelog
   projects/haf/trunk/apt/debian/rules
Log:
Applied postrip.patch


Modified: projects/haf/trunk/apt/Makefile
===================================================================
--- projects/haf/trunk/apt/Makefile	2008-09-15 17:14:42 UTC (rev 16119)
+++ projects/haf/trunk/apt/Makefile	2008-09-15 17:16:47 UTC (rev 16120)
@@ -18,7 +18,7 @@
 	$(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 

Modified: projects/haf/trunk/apt/debian/changelog
===================================================================
--- projects/haf/trunk/apt/debian/changelog	2008-09-15 17:14:42 UTC (rev 16119)
+++ projects/haf/trunk/apt/debian/changelog	2008-09-15 17:16:47 UTC (rev 16120)
@@ -1,7 +1,8 @@
 apt (0.7.14maemo1~unreleased) unstable; urgency=low
 
   * Applied maemostrip.patch
-
+  * Applied postrip.patch
+  
  -- Marius Vollmer <marius.vollmer at nokia.com>  Mon, 15 Sep 2008 19:50:25 +0300
 
 apt (0.7.14) unstable; urgency=low

Modified: projects/haf/trunk/apt/debian/rules
===================================================================
--- projects/haf/trunk/apt/debian/rules	2008-09-15 17:14:42 UTC (rev 16119)
+++ projects/haf/trunk/apt/debian/rules	2008-09-15 17:16:47 UTC (rev 16120)
@@ -208,7 +208,7 @@
 	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


More information about the maemo-commits mailing list