[pkg-d-commits] [vibe.d] 01/01: Fix a few mistakes in d/control
Matthias Klumpp
mak at moszumanska.debian.org
Thu Feb 23 23:04:10 UTC 2017
This is an automated email from the git hooks/post-receive script.
mak pushed a commit to branch master
in repository vibe.d.
commit 00607255be74f83ea76c4b5eb8308c581061fc7d
Author: Matthias Klumpp <matthias at tenstral.net>
Date: Fri Feb 24 00:04:01 2017 +0100
Fix a few mistakes in d/control
---
debian/control | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index cc60ac7..d2a027a 100644
--- a/debian/control
+++ b/debian/control
@@ -98,8 +98,7 @@ Description: High-performance web application toolkit - Utils (development)
Package: libvibe-data0
Architecture: any
Section: libs
-Depends: libvibe-utils,
- ${misc:Depends},
+Depends: ${misc:Depends},
${shlibs:Depends}
Description: High-performance web application toolkit - Data
vibe.d is a high-performance asynchronous I/O, concurrency and web
@@ -113,6 +112,7 @@ Package: libvibe-data-dev
Architecture: any
Section: libdevel
Depends: libvibe-core-dev (= ${binary:Version}),
+ libvibe-utils-dev (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: High-performance web application toolkit - Data (development)
@@ -205,7 +205,7 @@ Description: High-performance web application toolkit - Diet (development)
features such as database support to be able to offer a complete
development environment.
.
- This package contains development files for the the Diet HTML
+ This package contains development files for the Diet HTML
template system.
Package: libvibe-mongodb0
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/vibe.d.git
More information about the pkg-d-commits
mailing list