aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-satisfydepends-aptitude
diff options
context:
space:
mode:
authorLoïc Minier <lool@dooz.org>2010-01-02 15:25:43 +0100
committerLoïc Minier <lool@dooz.org>2010-01-02 15:25:55 +0100
commit2a4fbaea3a1f86ab54f240f6b6d1cc1ac454ef95 (patch)
tree4003f60e9df728bc84af75f7a5fbd5384bc49c29 /pbuilder-satisfydepends-aptitude
parent026411d571d2955e295eaa741c8a368d66730efc (diff)
downloadpbuilder-2a4fbaea3a1f86ab54f240f6b6d1cc1ac454ef95.tar
pbuilder-2a4fbaea3a1f86ab54f240f6b6d1cc1ac454ef95.tar.gz
pbuilder-satisfydepends-aptitude: typo in desc
pbuilder-satisfydepends-aptitude: Fix typo in package description.
Diffstat (limited to 'pbuilder-satisfydepends-aptitude')
-rwxr-xr-xpbuilder-satisfydepends-aptitude3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbuilder-satisfydepends-aptitude b/pbuilder-satisfydepends-aptitude
index f2c301f..8e0c4e2 100755
--- a/pbuilder-satisfydepends-aptitude
+++ b/pbuilder-satisfydepends-aptitude
@@ -74,7 +74,8 @@ Version: 0.invalid.0
Architecture: $ARCH
Maintainer: Debian Pbuilder Team <pbuilder-maint@lists.alioth.debian.org>
Description: Dummy package to satisfy dependencies with aptitude - created by pbuilder
- This package was created automatically by pbuilder and should
+ This package was created automatically by pbuilder to satisfy the
+ build-dependencies of the package being currently built.
EOF
if [ -n "$DEPENDS" ]; then
$CHROOTEXEC sh -c "echo \"Depends: $DEPENDS\" >>\"$BUILD_DEP_DEB_CONTROL\""