[evolvis-commits] r15466: Fix ubuntu crossbuil?==?UTF-8?Q?d↵

mirabilos at evolvis.org mirabilos at evolvis.org
Tue Mar 1 00:08:42 CET 2011


Author: mirabilos
Date: 2011-03-01 00:08:42 +0100 (Tue, 01 Mar 2011)
New Revision: 15466

Modified:
   trunk/gforge_base/evolvisforge-5.1/Makefile.debian
Log:
Fix ubuntu crossbuild


Modified: trunk/gforge_base/evolvisforge-5.1/Makefile.debian
===================================================================
--- trunk/gforge_base/evolvisforge-5.1/Makefile.debian	2011-02-28 23:08:40 UTC (rev 15465)
+++ trunk/gforge_base/evolvisforge-5.1/Makefile.debian	2011-02-28 23:08:42 UTC (rev 15466)
@@ -63,7 +63,8 @@
 UBUNTULIST=1jaunty 1karmic 1lucid
 UBUNTULISTP=1gutsy
 UBULIST=$(UBUNTULIST) $(UBUNTULISTP)
-UBUNTUOP=--mirror $(UBUMIRROR) --debootstrap debootstrap
+# I had to add keyring: see https://bugs.launchpad.net/ubuntu/+source/pbuilder/+bug/599695, requires to install ubuntu-keyring package
+UBUNTUOP=--mirror $(UBUMIRROR) --debootstrapopts --keyring=/usr/share/keyrings/ubuntu-archive-keyring.gpg --debootstrap debootstrap
 DEBIANOP=--mirror $(DEBMIRROR) --debootstrapopts --include=apt --debootstrap debootstrap
 ASKPASS=--ask-passphrase
 ASKPASS=



More information about the evolvis-commits mailing list