diff options
author | dancer <dancer> | 2001-09-18 14:07:17 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-09-18 14:07:17 +0000 |
commit | 626c73cad917c8768189e12698862b871d628341 (patch) | |
tree | 60f8596064d47bccb989191206dd109a04c98189 | |
parent | c2c2b406952f21cd9d2f54913b1e4ceaed94074d (diff) | |
download | pbuilder-626c73cad917c8768189e12698862b871d628341.tar pbuilder-626c73cad917c8768189e12698862b871d628341.tar.gz |
updated many things, and it is working. Good
-rw-r--r-- | debian/README.Debian | 4 | ||||
-rw-r--r-- | debian/changelog | 12 | ||||
-rw-r--r-- | debian/control | 2 |
3 files changed, 13 insertions, 5 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index c700ab3..540f977 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -32,8 +32,8 @@ or to pbuilder if some other thing is necessary. I would say this package works fine if these packages manage to build Testsuite: ecasound - glibc -- not quite. - pbuilder itself + glibc ( a very good test. ) + pbuilder itself (it has a funny Build-Depends line to confuse things..) $Id$ diff --git a/debian/changelog b/debian/changelog index 0b6c2ea..cd25246 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,16 @@ pbuilder (0.4) unstable; urgency=low * Updating notes on upstream page - - -- Junichi Uekawa <dancer@debian.org> Sun, 9 Sep 2001 15:22:50 +0900 + * moving routines around in arch-dep checker... hoping not to have + broken anything. + * Handles provides: in build dependency, parsing apt-cache showpkg + output for reverse-dependency, and randomly installing one of the + available packages. + * Now it seems to be able to build (or satisfy the build dependency of) + glibc, gcc-2.95 et al. + * Handles versioned deps and conflicts. + + -- Junichi Uekawa <dancer@debian.org> Tue, 18 Sep 2001 18:56:14 +0900 pbuilder (0.3) unstable; urgency=low diff --git a/debian/control b/debian/control index 239775b..f0ee9d9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pbuilder Section: devel Priority: extra Maintainer: Junichi Uekawa <dancer@debian.org> -Build-Depends: debhelper (>> 3.0.0) +Build-Depends: debhelper (>> 3.0.0), dummy-error-package | gcc, textutils [!i386], mig [hurd-i386] Standards-Version: 3.5.6 Package: pbuilder |