| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
By unsetting APTGETOPT, and setting
PBUILDERSATISFYDEPENDSOPT=('--check-key'), the user now has an option
of verifying the key signature of each package against the installed
keyring.
|
|
|
|
|
|
|
|
|
| |
Add builtin support for using ccache in pbuilder and enable it by
default. Ship a new /var/cache/pbuilder/ccache dir and bind-mount and
chown it to BUILDUSERID at build time. Install/remove ccache
automatically on create/update if CCACHEDIR is set/unset. Update docs
and remove old ccache config example. Add a NEWS entry featuring the
change.
|
|
|
|
|
|
|
|
|
|
|
|
| |
(closes: 561539)
It's rather boring to see (p|cow)builder writing "Building database
of manual pages ..." and to wait for the recreation of the man-db,
especially on slow machines like the openmoko freerunner ...
man-db has a new feature to disable rebuilding the database since
2.5.6-4 (cf. #554914 and man-db's changelog). It would be great if
it were possible to use this feature in (p|cow)builder.
|
|
|
|
|
|
| |
Avoid mentionning the codename of the current testing distribution where
possible as this gets out of date -- except in the rebuild README where
the current testig is really what we want.
|
|
|
|
|
| |
examples/B90lintian: Run lintian as pbuilder and not root and show how
to not fail the build if lintian fails.
|
| |
|
|
|
|
|
| |
This is useful when you have to use non-free and don't really want to
rebuild the tarball.
|
|
|
|
|
| |
This allows easier testing when package is new and not already
packaged in Debian.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
thanks to Kapil Hari Paranjape (Closes: #389884).
Include lvmpbuilder sample implementation.
|
|
|
|
| |
pbuilder-test, and add reference to it.
|
|
|
|
| |
pdebuild", thanks to Andres Mejia (Closes: #429770).
|
|
|
|
| |
(http://people.debian.org/~venthur/stuff/2007-06-rebuild/)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
package for install target
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
add G hooks for pbuilder create.
|
|
|
|
| |
test scripts.
|
|
|
|
| |
add q-funk's script.
|
| |
|
|
|
|
|
|
|
|
|
| |
sarge
* Bug fix: "/usr/share/doc/pbuilder/examples/B90linda missing
--force-yes option", thanks to qfunk (Closes: #340715).
Note: --allow-unauthenticated is probably a better option here, but
apt-get in sarge does not support it, we will revisit it after etch.
|
|
|
|
|
|
| |
--allow-unauthenticated option", thanks to qfunk (Closes: #340715).
- fixed other scripts to use --allow-unauthenticated option rather than --force-yes.
* debconf compatibility level 4
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * debian/pbuilder-test/01_pbuilder_create: use sarge.
+
+ * examples/B92test-pkg: fix after testing so that it works.
+
+ * debian/pbuilder-test/03_pbuilder_build: fix typo.
+
2005-06-03 Junichi Uekawa <dancer@debian.org>
|
|
|
|
| |
and apply patch; and apply my own patch.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
distribution. (closes: #255165)
+ * Warn if build-depends is not satisfied when invoking dpkg-buildpackage -S (closes: #266349)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pbuilder-user-mode-linux: 259325: call /sbin/halt -d -f
+ instead of just doing an exit from UML.
+ init=/bin/sh, and this is required for safe exit now, apparently.
+
+2004-07-14 Junichi Uekawa <dancer@debian.org>
+
+ * Documentation/pbuilder-doc.xml: update notes on D10tmp script.
+
+ * examples/D10tmp: mkdir -p
+
+2004-07-09 Junichi Uekawa <dancer@debian.org>
+
+ * testsuite/run-test.sh (IOSTATPID): add debemail to testsuite.
+
+ * pbuilder-buildpackage (PACKAGENAME): move SUTOUSER outside of what's fed into bash.
+ Run bash in SUTOUSER. SUTOUSER might be eating quote characters.
+
|
| |
|
|
|
|
| |
0.100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+
+ * pdebuild-user-mode-linux.1: document
+
+ * pdebuild.1: document
+
+ * pdebuild-internal: add support for DEBBUILDOPTS
+
+ * pdebuild-user-mode-linux: add support for DEBBUILDOPTS
+ remove '|| true ' from dpkg-source invocation
+
+ * pdebuild: --debbuildopts support.
+
+ * examples/execute_installtest.sh (KILLPID): add killing routine;
+ change it to reboot, to get a reboot done.
+
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
+ and set TRAP to trap only when PRESERVE_BUILDPLACE is not yes.
+
+ * Makefile (install): install new examples.
+ * atoron.procmailrc (DUMMY): add daisuke to family.
|
|
|
|
| |
Documentation, and mass-install script.
|