summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2011-06-25 10:08:03 +0200
committerRaphaël Hertzog <hertzog@debian.org>2011-06-25 10:35:59 +0200
commit1c1653ef4d7a6d461d4c2168d8a078a8a11596db (patch)
tree1be2837cb5b7de008ae107102c4f14e38268a8f3 /debian
parent8eed1ffef9b85ccf71190cb7f36788f2994222ed (diff)
downloaddpkg-1c1653ef4d7a6d461d4c2168d8a078a8a11596db.tar.gz
dpkg-source: add some supplementary checks of debian/control
We're now ensuring that debian/control contains a source entry and at least one entry for a binary package. And we also ensure that the Architecture field is present. This a new restriction but it's really in-line with the change made in dpkg where we complain of the lack of this field. Reported-by: Niels Thykier <niels@thykier.net>
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c1ce1b9fd..8777ba0ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -42,6 +42,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low
LP: #798793, #424358 Closes: #560251
* Use "special" instead of "particular" to qualify the "3.0 (custom)" format
in dpkg-source(1). Closes: #631435
+ * Add some supplementary checks to ensure debian/control has the required
+ fields. Closes: #631439
[ Guillem Jover ]
* Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520