diff options
author | dancer <dancer> | 2001-08-28 10:14:58 +0000 |
---|---|---|
committer | dancer <dancer> | 2001-08-28 10:14:58 +0000 |
commit | 8c8fb5b93321fb32de2820dcfccd27c7fda43cba (patch) | |
tree | 22004ec462d06f27b6433caf119da39d224bf8b6 /debian | |
parent | 48a8e94a0fbbfbb0d78cf3672a99b82c7b788324 (diff) | |
download | pbuilder-8c8fb5b93321fb32de2820dcfccd27c7fda43cba.tar pbuilder-8c8fb5b93321fb32de2820dcfccd27c7fda43cba.tar.gz |
making ready for uploading to Debian archive, changing depends line to debootstrap with versioned depends. Re-tabbing, extactbuildplace function is created to move common code out from create and build. added an error message for unknown parameter option. added a TAGS target to the makefile to make ETAGS work.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5577582..015e393 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pbuilder (0.2) unstable; urgency=low + + * Initial upload to Debian archive. (closes: #110388) + * Add a versioned depends on debootstrap, because that version is the only + version I tested on ... 0.1.15.2 + + -- Junichi Uekawa <dancer@debian.org> Tue, 28 Aug 2001 19:07:29 +0900 + pbuilder (0.1) unstable; urgency=low * Initial Release. diff --git a/debian/control b/debian/control index 68f63eb..861be91 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.5.6 Package: pbuilder Architecture: all -Depends: debootstrap, tar, shellutils, debianutils, ${shlibs:Depends} +Depends: debootstrap (>= 0.1.15.2), tar, shellutils, debianutils, ${shlibs:Depends} Description: personal package builder for Debian packages Constructs a chroot system, and builds a package inside the chroot. |