aboutsummaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-06-01 21:29:32 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-06-01 21:29:32 +0900
commit2a3c3b9285e88b44e84fea180155ca419847c85e (patch)
treed2c891f8bf8d08ef875a8c5354240a6974714c7e /testsuite
parent958cc046b2dd6fe0335bb75831aed170f9bdc903 (diff)
downloadpbuilder-2a3c3b9285e88b44e84fea180155ca419847c85e.tar
pbuilder-2a3c3b9285e88b44e84fea180155ca419847c85e.tar.gz
move control.test
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/random-manual-test-material/control.test37
1 files changed, 37 insertions, 0 deletions
diff --git a/testsuite/random-manual-test-material/control.test b/testsuite/random-manual-test-material/control.test
new file mode 100644
index 0000000..083ce05
--- /dev/null
+++ b/testsuite/random-manual-test-material/control.test
@@ -0,0 +1,37 @@
+Source: pbuilder
+Section: devel
+Priority: extra
+Maintainer: Junichi Uekawa <dancer@debian.org>
+Build-Depends-Indep: debhelper (>> 3.0.0), dummy-error-package | gcc,
+ textutils [!i386], mig [hurd-i386],
+ mawk
+Build-Depends: shellutils
+Build-Conflicts: dummy-nonexistent-package
+Standards-Version: 3.5.6
+
+Package: pbuilder
+Architecture: all
+Depends: debootstrap (>= 0.1.15), wget, gcc
+Recommends: fakeroot, sudo
+Description: personal package builder for Debian packages
+ Constructs a chroot system, and builds a package inside the
+ chroot.
+ .
+ Ideal system to use to check that Build-dependency is correct,
+ and to be sure that unnecessary and wrong build dependency will not
+ exist with the resulting binary package.
+ .
+ pbuilder create uses debootstrap to create a chroot image.
+ .
+ pbuilder update updates the image to the current state of
+ testing/unstable/whatever
+ .
+ pbuilder build takes a *.dsc file to build a binary in the chroot
+ image.
+ .
+ pdebuild is a wrapper for Debian Developers, to allow running
+ pbuilder just like "debuild", from a normal user privilege
+ .
+ Uses apt extensively, and a local mirror, or a fast connection
+ to a Debian mirror is ideal, but not necessary.
+