diff options
author | dancer <dancer> | 2002-09-16 07:35:56 +0000 |
---|---|---|
committer | dancer <dancer> | 2002-09-16 07:35:56 +0000 |
commit | 0b4707941329a9456063fe1fc324a20de3cd28f5 (patch) | |
tree | 6bd40f25b2450313c7cd376e2840ee4d12f52df6 | |
parent | fe96920ba2c9968d33c0e8002efa61b2890847b8 (diff) | |
download | pbuilder-0b4707941329a9456063fe1fc324a20de3cd28f5.tar pbuilder-0b4707941329a9456063fe1fc324a20de3cd28f5.tar.gz |
+ * debian/control (Depends): add Source-Version dependency, because some modules
+ are going to be incompatible with each other.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2002-09-16 Junichi Uekawa <dancer@debian.org> + * debian/control (Depends): add Source-Version dependency, because some modules + are going to be incompatible with each other. + * debian/pbuilder-user-mode-linux.files: create file. Move pbuilder-user-mode-linux * debian/rules: move the thing from binary-arch to binary-indep diff --git a/debian/control b/debian/control index 4d01a5a..e718a5c 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,7 @@ Description: personal package builder for Debian packages Package: pbuilder-uml Architecture: all -Depends: rootstrap, user-mode-linux, pbuilder +Depends: rootstrap, user-mode-linux, pbuilder (= ${Source-Version}) Description: user-mode-linux version of pbuilder pbuilder-uml uses a User-mode-linux system, and builds Debian packages inside the UML image. It is an ideal system to use to check |