This is an automated email from the git hooks/post-receive script. osamu pushed a commit to branch master in repository devscripts.
commit 6330773223aff0179630ff71d7fce78e51832b88 Author: Andreas Bombe <[email protected]> Date: Sat Nov 22 22:17:36 2014 +0100 Correct "Depencency" misspelling in packages created by mk-build-deps --- debian/changelog | 4 ++++ scripts/mk-build-deps.pl | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index d2cddce..82310a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -34,6 +34,10 @@ devscripts (2.16.2) UNRELEASED; urgency=medium * build-rdeps: + Improve dependency resolver using dose3. Closes: #797858 + [ Andreas Bombe ] + * mk-build-deps: + + Typo fix. Closes: #770642 + -- Osamu Aoki <[email protected]> Sat, 13 Feb 2016 22:10:05 +0900 devscripts (2.16.1) unstable; urgency=medium diff --git a/scripts/mk-build-deps.pl b/scripts/mk-build-deps.pl index 994a659..49af3b7 100755 --- a/scripts/mk-build-deps.pl +++ b/scripts/mk-build-deps.pl @@ -444,7 +444,7 @@ sub build_equiv print EQUIVS "Version: $version\n"; print EQUIVS "Description: build-dependencies for $opts->{name}\n" . - " Depencency package to build the '$opts->{name}' package\n"; + " Dependency package to build the '$opts->{name}' package\n"; close EQUIVS; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
