Merge lp:~veger/ubuntu/raring/pbuilder/fix-for-1075347 into lp:ubuntu/raring/pbuilder

Proposed by Maarten Bezemer
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~veger/ubuntu/raring/pbuilder/fix-for-1075347
Merge into: lp:ubuntu/raring/pbuilder
Diff against target: 643 lines (+240/-103)
20 files modified
Makefile (+3/-6)
bash_completion.d/pbuilder (+8/-7)
debian/changelog (+69/-0)
debian/control (+2/-1)
debian/copyright (+26/-31)
debian/pbuilder-test/01_pbuilder_create (+1/-2)
debian/pbuilder.links (+0/-1)
debian/po/es.po (+20/-20)
debian/po/it.po (+88/-0)
debuild.sh (+0/-5)
elmo.txt (+0/-12)
examples/B90lintian (+1/-1)
examples/B92test-pkg (+7/-7)
pbuilder-apt-config (+1/-1)
pbuilder-buildpackage-funcs (+0/-5)
pbuilder-createbuildenv (+3/-0)
pbuilder-modules (+4/-0)
pbuilder-updatebuildenv (+3/-1)
pbuilderrc (+3/-2)
test_pbuilder-apt-config (+1/-1)
To merge this branch: bzr merge lp:~veger/ubuntu/raring/pbuilder/fix-for-1075347
Reviewer Review Type Date Requested Status
Ubuntu branches Pending
Review via email: mp+132989@code.launchpad.net

Description of the change

Only had a small conflict in debian/control: I took the Standard-Version of debian (as this is the accurate version)

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

This was already sponsored.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2012-02-14 10:45:14 +0000
3+++ Makefile 2012-11-05 23:19:22 +0000
4@@ -164,11 +164,7 @@
5 pbuilderrc.5 \
6 pdebuild.1 \
7 $(NULL)
8-NOINST_SCRIPTS += \
9- debuild.sh \
10- $(NULL)
11 CHECK_MANPAGES += $(NOINST_MANPAGES)
12-CHECK_SCRIPTS += $(NOINST_SCRIPTS)
13
14 # TODO: check subdirs etc.
15
16@@ -180,13 +176,14 @@
17
18 check: export PBUILDER_CHECKOUT := $(CURDIR)
19 check:
20- # syntax check
21+ # syntax check.
22 $(foreach script,$(CHECK_SCRIPTS),bash -n $(script)$(newline))
23 $(foreach mp,$(CHECK_MANPAGES),LANG=C MANWIDTH=80 man --warnings -l $(mp) >/dev/null$(newline))
24- # testsuite
25+ # unit tests.
26 $(foreach test,$(wildcard ./test_*),$(test)$(newline))
27
28 full-check:
29+ # system tests that might take long.
30 cd testsuite && ./run-test.sh
31
32 clean:
33
34=== modified file 'bash_completion.d/pbuilder'
35--- bash_completion.d/pbuilder 2012-03-14 14:54:09 +0000
36+++ bash_completion.d/pbuilder 2012-11-05 23:19:22 +0000
37@@ -53,13 +53,14 @@
38 ;;
39 *)
40 # Provide available flags
41- COMPREPLY=( $( compgen -W '--basetgz --buildplace --mirror --othermirror \
42- --http-proxy --distribution --architecture --components --buildresult \
43- --aptcache --removepackages --extrapackages --configfile --hookdir \
44- --debemail --debbuildopts --logfile --pkgname-logfile --aptconfdir \
45- --timeout --override-config --binary-arch --preserve-buildplace \
46- --bindmounts --debug --twice --autocleanaptcache --compressprog \
47- --debootstrapopts --save-after-login --save-after-exec --debootstrap' \
48+ COMPREPLY=( $( compgen -W '--allow-untrusted --basetgz --buildplace --mirror \
49+ --othermirror --http-proxy --distribution --architecture --components \
50+ --buildresult --aptcache --removepackages --extrapackages --configfile \
51+ --hookdir --debemail --debbuildopts --logfile --pkgname-logfile \
52+ --aptconfdir --timeout --override-config --binary-arch \
53+ --preserve-buildplace --bindmounts --debug --twice --autocleanaptcache \
54+ --compressprog --debootstrapopts --save-after-login --save-after-exec \
55+ --debootstrap' \
56 -- "$cur" ) )
57 if [[ $prev = @(--aptcache|--hookdir) ]]; then
58 # Optionally provide a directory
59
60=== modified file 'debian/changelog'
61--- debian/changelog 2012-03-14 14:54:09 +0000
62+++ debian/changelog 2012-11-05 23:19:22 +0000
63@@ -1,3 +1,72 @@
64+pbuilder (0.213ubuntu1) raring; urgency=low
65+
66+ * Merge from Debian unstable (LP: #1075347, LP: #1060101)
67+ Remaining changes:
68+ - pbuilderrc, debian/pbuilder.config: Set default archive mirror to
69+ "archive.ubuntu.com/ubuntu".
70+ - pbuilderrc: Set default keyring to the Ubuntu one.
71+ - pbuilderrc: change how we pass keyring in DEBOOTSTRAPOPTS
72+ - debian/rules: install temporary locale so man page tests don't cause
73+ FTBFS.
74+ * pbuilderrc: Set default distribution to "quantal"
75+
76+ -- Maarten Bezemer <maarten.bezemer@gmail.com> Mon, 05 Nov 2012 23:27:25 +0100
77+
78+pbuilder (0.213) unstable; urgency=low
79+
80+ [ Beatrice Torracca ]
81+ * Bug#686004: [INTL: it] Italian translation of debconf messages - pbuilder
82+
83+ [ David Martínez Moreno ]
84+ * Bug#686410: pbuilder: [INTL:es] Spanish translation update of debconfmessages - pbuilder.
85+
86+ [ Junichi Uekawa ]
87+ * remove /etc/pbuilder/pbuilderrc -> etc/pbuilderrc. (closes: 689213)
88+
89+ -- Junichi Uekawa <dancer@debian.org> Mon, 08 Oct 2012 08:30:04 +0900
90+
91+pbuilder (0.212) unstable; urgency=low
92+
93+ * update copyright file to be more machine-process-able, and move
94+ homepage information to debian/control
95+ * set ccachedir to default to off. It's a minor optimization that a
96+ developer may choose to enable at the cost of incompatibility and some
97+ bugs. (closes: #675691, #675843, #670651)
98+
99+ -- Junichi Uekawa <dancer@debian.org> Fri, 24 Aug 2012 04:50:15 +0900
100+
101+pbuilder (0.211) unstable; urgency=low
102+
103+ [ Junichi Uekawa ]
104+ * policy update: 3.9.1
105+ * For testsuite, do not depend on approx instance. It's not always
106+ reliable and confusing. Just trust autoconfiguration result here.
107+ * B90lintian requires bashism (closes: #604546)
108+
109+ [ Sjoerd Simons ]
110+ * Recognize armhf as an architecture on ubuntu-ports
111+ * When testing mirror selection, force an architecture that we know is on that mirror
112+ (closes: #671007)
113+
114+ -- Junichi Uekawa <dancer@debian.org> Wed, 30 May 2012 19:01:25 +0900
115+
116+pbuilder (0.210) unstable; urgency=low
117+
118+ * move around echobacktime definition location. (closes: #666440)
119+ * B92test-pkg: Having any test fail should make the regression test
120+ suite to fail and exit with exit value of 1 instead of 0.
121+
122+ -- Junichi Uekawa <dancer@debian.org> Sat, 31 Mar 2012 14:33:15 +0900
123+
124+pbuilder (0.209) unstable; urgency=low
125+
126+ * pbuilder: Auto completion is missing --allow-untrusted flag
127+ (closes: #664323)
128+ * Show current time in create / update operations too.
129+ (closes: #613854)
130+
131+ -- Junichi Uekawa <dancer@debian.org> Fri, 30 Mar 2012 03:44:30 +0900
132+
133 pbuilder (0.208ubuntu1) precise; urgency=low
134
135 * Merge from Debian unstable (LP: #952938)
136
137=== modified file 'debian/control'
138--- debian/control 2012-02-14 10:45:14 +0000
139+++ debian/control 2012-11-05 23:19:22 +0000
140@@ -15,7 +15,7 @@
141 debconf|debconf-2.0,
142 po-debconf,
143 po4a
144-Standards-Version: 3.8.3
145+Standards-Version: 3.9.1
146 XS-Debian-Vcs-Git: git://git.debian.org/git/pbuilder/pbuilder.git
147 XS-Debian-Vcs-Browser: http://git.debian.org/?p=pbuilder/pbuilder.git
148
149@@ -33,6 +33,7 @@
150 Suggests: pbuilder-uml,
151 gdebi-core,
152 cowdancer
153+Homepage: http://pbuilder.alioth.debian.org
154 Description: personal package builder for Debian packages
155 pbuilder constructs a chroot system, and builds a package inside the
156 chroot.
157
158=== modified file 'debian/copyright'
159--- debian/copyright 2009-11-25 11:37:25 +0000
160+++ debian/copyright 2012-11-05 23:19:22 +0000
161@@ -1,31 +1,26 @@
162-This package was debianized by Junichi Uekawa <dancer@debian.org> on
163-Sat, 28 Jul 2001 17:05:50 +0900.
164-
165-It was downloaded from http://www.netfort.gr.jp/~dancer/software/pbuilder.html
166-now from http://pbuilder.alioth.debian.org
167-
168-Upstream Author:
169- Junichi Uekawa <dancer@netfort.gr.jp> and others.
170-
171-
172-Copyright:
173-
174-# pbuilder -- personal Debian package builder
175-# Copyright (C) 2001-2007 Junichi Uekawa
176-#
177-# This program is free software; you can redistribute it and/or modify
178-# it under the terms of the GNU General Public License as published by
179-# the Free Software Foundation; either version 2 of the License, or
180-# (at your option) any later version.
181-#
182-# This program is distributed in the hope that it will be useful,
183-# but WITHOUT ANY WARRANTY; without even the implied warranty of
184-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
185-# GNU General Public License for more details.
186-#
187-# You should have received a copy of the GNU General Public License
188-# along with this program; if not, write to the Free Software
189-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
190-
191-GPL version 2 or later.
192-See /usr/share/common-licenses/GPL-2 on Debian systems.
193+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
194+Upstream-Name: pbuilder
195+Upstream-Contact: Junichi Uekawa <dancer@debian.org>
196+
197+Files: *
198+Copyright: Copyright 2001-2007 Junichi Uekawa
199+ Copyright (C) 2010 Loïc Minier <lool@dooz.org>
200+ # pbuilder -- personal Debian package builder
201+ # Copyright (C) 2001-2007 Junichi Uekawa
202+ #
203+ # This program is free software; you can redistribute it and/or modify
204+ # it under the terms of the GNU General Public License as published by
205+ # the Free Software Foundation; either version 2 of the License, or
206+ # (at your option) any later version.
207+ #
208+ # This program is distributed in the hope that it will be useful,
209+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
210+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
211+ # GNU General Public License for more details.
212+ #
213+ # You should have received a copy of the GNU General Public License
214+ # along with this program; if not, write to the Free Software
215+ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
216+License: GPL-2+
217+
218+
219\ No newline at end of file
220
221=== modified file 'debian/pbuilder-test/01_pbuilder_create'
222--- debian/pbuilder-test/01_pbuilder_create 2009-07-22 13:42:01 +0000
223+++ debian/pbuilder-test/01_pbuilder_create 2012-11-05 23:19:22 +0000
224@@ -1,4 +1,3 @@
225 #!/bin/bash
226 env -u COWDANCER_REUSE -u COWDANCER_ILISTFILE -u LD_PRELOAD \
227- pbuilder create --distribution sid --debootstrap debootstrap \
228- --mirror http://localhost:9999/debian
229+ pbuilder create --distribution sid --debootstrap debootstrap
230
231=== removed file 'debian/pbuilder.links'
232--- debian/pbuilder.links 2004-06-19 11:27:10 +0000
233+++ debian/pbuilder.links 1970-01-01 00:00:00 +0000
234@@ -1,1 +0,0 @@
235-/etc/pbuilderrc /etc/pbuilder/pbuilderrc
236\ No newline at end of file
237
238=== modified file 'debian/po/es.po'
239--- debian/po/es.po 2009-07-22 13:42:01 +0000
240+++ debian/po/es.po 2012-11-05 23:19:22 +0000
241@@ -4,7 +4,7 @@
242 # Changes:
243 # - Initial translation
244 # Ignacio Mondino <ignacio.mondino@gmail.com>, 2008
245-# Traductores, si no conoce el formato PO, merece la pena leer la
246+# Traductor, si no conoce el formato PO, merece la pena leer la
247 # documentación de gettext, especialmente las secciones dedicadas a este
248 # formato, por ejemplo ejecutando:
249 # info -n '(gettext)PO Files'
250@@ -18,32 +18,33 @@
251 # - La guía de traducción de po's de debconf:
252 # /usr/share/doc/po-debconf/README-trans
253 # o http://www.debian.org/intl/l10n/po-debconf/README-trans
254-#
255-#
256+#
257+#
258 msgid ""
259 msgstr ""
260 "Project-Id-Version: pbuilder_0.181\n"
261 "Report-Msgid-Bugs-To: pbuilder@packages.debian.org\n"
262 "POT-Creation-Date: 2008-03-07 00:09+0900\n"
263-"PO-Revision-Date: 2008-08-03 18:50-0300\n"
264-"Last-Translator: Ignacio Mondino <ignacio.mondino@gmail.com>\n"
265+"PO-Revision-Date: 2012-08-31 22:35-0700\n"
266+"Last-Translator: David Martínez Moreno <ender@debian.org>\n"
267 "Language-Team: Debian Spanish team <debian-l10n-spanish@lists.debian.org>\n"
268+"Language: \n"
269 "MIME-Version: 1.0\n"
270 "Content-Type: text/plain; charset=UTF-8\n"
271-"Content-Transfer-Encoding: 8bit"
272+"Content-Transfer-Encoding: 8bit\n"
273
274 #. Type: string
275 #. Description
276 #: ../pbuilder.templates:1001
277 msgid "Default mirror site:"
278-msgstr "Replica por omisión:"
279+msgstr "Réplica por omisión:"
280
281 #. Type: string
282 #. Description
283 #: ../pbuilder.templates:1001
284 msgid "Please enter the default mirror you want to be used by pbuilder."
285-msgstr "Por favor ingrese la replica por omisión la cual desea que sea "
286-"utilizada por pbuilder."
287+msgstr ""
288+"Por favor, introduzca la réplica que desea utilizar por omisión en pbuilder."
289
290 #. Type: string
291 #. Description
292@@ -53,21 +54,21 @@
293 "information. If this attempt fails, you will be prompted again to insert "
294 "some valid mirror information."
295 msgstr ""
296-"Si deja este campo en blanco, se hará un intento para auto detectar esta "
297-"información. Si este intento falla, se le pedirá nuevamente que ingrese "
298-"información valida sobre la replica."
299+"Si deja este campo en blanco, se intentará autodetectar esta "
300+"información. Si esto falla, se le pedirá nuevamente que introduzca "
301+"información válida sobre una réplica."
302
303 #. Type: string
304 #. Description
305 #: ../pbuilder.templates:1001
306 msgid "Here is a valid mirror example: http://cdn.debian.net/debian"
307-msgstr "He aquí un ejemplo de una replica valida: http://cdn.debian.net/debian"
308+msgstr "He aquí un ejemplo de una réplica válida: http://cdn.debian.net/debian"
309
310 #. Type: error
311 #. Description
312 #: ../pbuilder.templates:2001
313 msgid "Default mirror not found"
314-msgstr "No se encontró la replica por omisión"
315+msgstr "No se encontró la réplica por omisión"
316
317 #. Type: error
318 #. Description
319@@ -76,14 +77,14 @@
320 "Mirror information detection failed and the user provided no mirror "
321 "information."
322 msgstr ""
323-"Ha fallado la auto detección de la información de la replica y el usuario no "
324-"ha ingreso ninguna información sobre la misma."
325+"Ha fallado la autodetección de la información de la réplica y el usuario no "
326+"ha introducido ninguna información sobre la misma."
327
328 #. Type: error
329 #. Description
330 #: ../pbuilder.templates:2001
331 msgid "Please enter valid mirror information."
332-msgstr "Por favor ingrese información valida sobre una replica."
333+msgstr "Por favor, introduzca información válida sobre una réplica."
334
335 #. Type: boolean
336 #. Description
337@@ -98,7 +99,6 @@
338 "Your system seems to have already pbuilder configuration. Proceeding might "
339 "discard or overwrite part or the entire pbuilder's configuration."
340 msgstr ""
341-"Su sistema parece ya disponer de una configuración de pbuilder. El proseguir "
342-"puede descartar o sobreescribir parcial o totalmente la configuración de "
343+"Su sistema parece ya disponer de una configuración de pbuilder. Si prosigue "
344+"puede descartar o sobreescribir parcial o totalmente la configuración existente de "
345 "pbuilder."
346-
347
348=== added file 'debian/po/it.po'
349--- debian/po/it.po 1970-01-01 00:00:00 +0000
350+++ debian/po/it.po 2012-11-05 23:19:22 +0000
351@@ -0,0 +1,88 @@
352+# Italian translation of pbuilder debconf messages.
353+# Copyright (C) 2012, pbuilder package copyright holder.
354+# This file is distributed under the same license as the pbuilder package.
355+# Beatrice Torracca <beatricet@libero.it>, 2012.
356+msgid ""
357+msgstr ""
358+"Project-Id-Version: pbuilder\n"
359+"Report-Msgid-Bugs-To: pbuilder@packages.debian.org\n"
360+"POT-Creation-Date: 2008-03-07 00:09+0900\n"
361+"PO-Revision-Date: 2012-08-27 16:19+0200\n"
362+"Last-Translator: Beatrice Torracca <beatricet@libero.it>\n"
363+"Language-Team: Italian <debian-l10n-italian@lists.debian.org>\n"
364+"Language: it\n"
365+"MIME-Version: 1.0\n"
366+"Content-Type: text/plain; charset=UTF-8\n"
367+"Content-Transfer-Encoding: 8bit\n"
368+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
369+"X-Generator: Virtaal 0.7.1\n"
370+
371+#. Type: string
372+#. Description
373+#: ../pbuilder.templates:1001
374+msgid "Default mirror site:"
375+msgstr "Sito mirror predefinito:"
376+
377+#. Type: string
378+#. Description
379+#: ../pbuilder.templates:1001
380+msgid "Please enter the default mirror you want to be used by pbuilder."
381+msgstr "Inserire il mirror predefinito che deve essere usato da pbuilder."
382+
383+#. Type: string
384+#. Description
385+#: ../pbuilder.templates:1001
386+msgid ""
387+"If you leave this field blank, there will be one attempt to autodetect this "
388+"information. If this attempt fails, you will be prompted again to insert "
389+"some valid mirror information."
390+msgstr ""
391+"Se questo campo viene lasciato vuoto, verrà fatto un tentativo di rilevare "
392+"automaticamente questa informazione. Se tale tentativo fallirà, verrà "
393+"chiesto nuovamente di inserire una qualche informazione valida per un "
394+"mirror."
395+
396+#. Type: string
397+#. Description
398+#: ../pbuilder.templates:1001
399+msgid "Here is a valid mirror example: http://cdn.debian.net/debian"
400+msgstr "Ecco un esempio di mirror valido: http://cdn.debian.net/debian"
401+
402+#. Type: error
403+#. Description
404+#: ../pbuilder.templates:2001
405+msgid "Default mirror not found"
406+msgstr "Mirror predefinito non trovato"
407+
408+#. Type: error
409+#. Description
410+#: ../pbuilder.templates:2001
411+msgid ""
412+"Mirror information detection failed and the user provided no mirror "
413+"information."
414+msgstr ""
415+"Il rilevamento delle informazioni sul mirror non è riuscito e l'utente non "
416+"ne ha fornita alcuna."
417+
418+#. Type: error
419+#. Description
420+#: ../pbuilder.templates:2001
421+msgid "Please enter valid mirror information."
422+msgstr "Inserire delle informazioni sul mirror valide."
423+
424+#. Type: boolean
425+#. Description
426+#: ../pbuilder.templates:3001
427+msgid "Overwrite current configuration?"
428+msgstr "Sovrascrivere la configurazione attuale?"
429+
430+#. Type: boolean
431+#. Description
432+#: ../pbuilder.templates:3001
433+msgid ""
434+"Your system seems to have already pbuilder configuration. Proceeding might "
435+"discard or overwrite part or the entire pbuilder's configuration."
436+msgstr ""
437+"Il sistema sembra avere già una configurazione per pbuilder. Procedendo si "
438+"potrebbero perdere o sovrascrivere la configurazione di pbuilder in parte o "
439+"del tutto."
440
441=== removed file 'debuild.sh'
442--- debuild.sh 2008-05-29 10:51:09 +0000
443+++ debuild.sh 1970-01-01 00:00:00 +0000
444@@ -1,5 +0,0 @@
445-# run debuild with .git ignore.
446-debuild -us -uc -I.git
447-git push --tags
448-git push --all
449-
450
451=== removed file 'elmo.txt'
452--- elmo.txt 2004-06-19 11:27:10 +0000
453+++ elmo.txt 1970-01-01 00:00:00 +0000
454@@ -1,12 +0,0 @@
455-
456-<dancerj> Hmm... DoBuildDep seems rather long
457-<elmo_h> dancerj: python/perl apt can do that for you
458- elmo elmo_h
459-<elmo_h> or presumably some C{++,} glue using libapt
460-<elmo_h> (FWIW, etc.)
461-<dancerj> elmo_h: oh? that's nice to hear. I'm rather wishing to get pbuilder-satisfydepends fixed or replaced with something else; it works, but it's not quite correct all the time
462-<elmo_h> yes, katie (or jennifer, technically) runs apt_pkg.ParseSrcDepends on .dscs in incoming to sanity check them..
463-<dancerj> hmm..
464-
465-29 Oct 2003.
466-
467
468=== modified file 'examples/B90lintian'
469--- examples/B90lintian 2010-07-05 22:35:40 +0000
470+++ examples/B90lintian 2012-11-05 23:19:22 +0000
471@@ -1,4 +1,4 @@
472-#!/bin/sh
473+#!/bin/bash
474
475 set -e
476
477
478=== modified file 'examples/B92test-pkg'
479--- examples/B92test-pkg 2010-10-13 19:14:46 +0000
480+++ examples/B92test-pkg 2012-11-05 23:19:22 +0000
481@@ -8,15 +8,14 @@
482 set -e
483
484 echo "Installing the prerequisites"
485-# ignore the failures since they are not the prime interest
486 for PKG in $(ls /tmp/buildd/*.deb | sed -e's,.*/,,;s,_.*,,' ); do
487- apt-get install -y "${APTGETOPT[@]}" "$PKG" || true
488+ apt-get install -y --force-yes "$PKG" || true
489 apt-get remove -y "$PKG" || true
490 done
491+# ignore the failures since they are not the prime interest
492
493-# install the single package, then try to satisfy dependencies.
494 dpkg -i /tmp/buildd/*.deb || true
495-apt-get install -y -f "${APTGETOPT[@]}"
496+apt-get install -y -f --force-yes
497
498 if chmod a+x /tmp/buildd/*/debian/pbuilder-test/*; then
499 :
500@@ -24,11 +23,11 @@
501 echo "W: no pbuilder-test script found, skipping"
502 exit 0
503 fi
504-
505 SUCCESS=0
506 COUNT=0
507 unset FAIL || true
508-NOFAIL=1
509+
510+EXIT_CODE=0
511
512 # The current directory is the top of the source-tree.
513 cd /tmp/buildd/*/debian/..
514@@ -41,7 +40,7 @@
515 else
516 echo FAIL
517 FAIL[${#FAIL[@]}]="${SCRIPT##*/}"
518- NOFAIL=0
519+ EXIT_CODE=1
520 fi
521 echo "--- END test: ${SCRIPT##*/}"
522 ((COUNT=COUNT+1))
523@@ -52,3 +51,4 @@
524 echo "${FAIL[@]/#/ failed }"
525 echo "-- end of testsuite."
526
527+exit "${EXIT_CODE}"
528
529=== modified file 'pbuilder-apt-config'
530--- pbuilder-apt-config 2010-06-23 07:21:11 +0000
531+++ pbuilder-apt-config 2012-11-05 23:19:22 +0000
532@@ -67,7 +67,7 @@
533 amd64|i386)
534 echo "ubuntu"
535 ;;
536- armel|hppa|ia64|lpia|powerpc|sparc)
537+ armel|armhf|hppa|ia64|lpia|powerpc|sparc)
538 echo "ubuntu-ports"
539 ;;
540 *)
541
542=== modified file 'pbuilder-buildpackage-funcs'
543--- pbuilder-buildpackage-funcs 2011-12-20 10:02:44 +0000
544+++ pbuilder-buildpackage-funcs 2012-11-05 23:19:22 +0000
545@@ -54,11 +54,6 @@
546 fi
547 }
548
549-function echobacktime () {
550- log "I: Current time: $(date)"
551- log "I: pbuilder-time-stamp: $(date +%s)"
552-}
553-
554 function showbuildbanner () {
555 # show some banners for building
556 log "I: pbuilder-buildpackage/"$(dpkg --print-architecture)
557
558=== modified file 'pbuilder-createbuildenv'
559--- pbuilder-createbuildenv 2012-03-14 14:54:09 +0000
560+++ pbuilder-createbuildenv 2012-11-05 23:19:22 +0000
561@@ -34,6 +34,9 @@
562 TRAP=trap
563 fi
564
565+# show the current time before doing anything.
566+echobacktime
567+
568 # first clean it.
569 cleanbuildplace
570
571
572=== modified file 'pbuilder-modules'
573--- pbuilder-modules 2012-03-14 14:54:09 +0000
574+++ pbuilder-modules 2012-11-05 23:19:22 +0000
575@@ -459,6 +459,10 @@
576 mkdir -p "$BUILDPLACE/tmp/buildd"
577 }
578
579+function echobacktime () {
580+ log "I: Current time: $(date)"
581+ log "I: pbuilder-time-stamp: $(date +%s)"
582+}
583
584 function recover_aptcache() {
585 local doit
586
587=== modified file 'pbuilder-updatebuildenv'
588--- pbuilder-updatebuildenv 2012-03-14 14:54:09 +0000
589+++ pbuilder-updatebuildenv 2012-11-05 23:19:22 +0000
590@@ -21,7 +21,6 @@
591 . /usr/lib/pbuilder/pbuilder-checkparams
592 . /usr/lib/pbuilder/pbuilder-runhooks
593
594-
595 if [ -n "$DISTRIBUTION" ] && [ "$OVERRIDE_APTLINES" = "yes" ]; then
596 log "I: Upgrading for distribution $DISTRIBUTION"
597 fi
598@@ -31,6 +30,9 @@
599 TRAP=trap
600 fi
601
602+# show the current time before doing anything.
603+echobacktime
604+
605 extractbuildplace
606 $TRAP umountproc_cleanbuildplace_trap exit sighup
607
608
609=== modified file 'pbuilderrc'
610--- pbuilderrc 2012-03-14 14:54:09 +0000
611+++ pbuilderrc 2012-11-05 23:19:22 +0000
612@@ -14,7 +14,7 @@
613 BUILDRESULT=/var/cache/pbuilder/result/
614
615 # specifying the distribution forces the distribution on "pbuilder update"
616-DISTRIBUTION=precise
617+DISTRIBUTION=quantal
618 # specifying the architecture passes --arch= to debootstrap; the default is
619 # to use the architecture of the host
620 #ARCHITECTURE=`dpkg --print-architecture`
621@@ -29,7 +29,8 @@
622 #HOOKDIR="/usr/lib/pbuilder/hooks"
623 HOOKDIR=""
624 # NB: this var is private to pbuilder; ccache uses "CCACHE_DIR" instead
625-CCACHEDIR="/var/cache/pbuilder/ccache"
626+# CCACHEDIR="/var/cache/pbuilder/ccache"
627+CCACHEDIR=""
628
629 # make debconf not interact with user
630 export DEBIAN_FRONTEND="noninteractive"
631
632=== modified file 'test_pbuilder-apt-config'
633--- test_pbuilder-apt-config 2011-08-02 07:19:01 +0000
634+++ test_pbuilder-apt-config 2012-11-05 23:19:22 +0000
635@@ -185,7 +185,7 @@
636
637 expect_output "sid" debootstrap_suite --profile sid
638 expect_output "sid" debootstrap_suite --profile unstable
639-expect_output "ubuntu-mirror" debootstrap_mirror --profile lucid
640+expect_output "ubuntu-mirror" debootstrap_mirror --profile lucid --arch amd64
641 expect_output "ubuntu-ports-mirror" debootstrap_mirror --profile lucid --arch armel
642
643 testlib_summary

Subscribers

People subscribed via source and target branches