summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2009-09-09 09:23:48 +0200
committerRaphaël Hertzog <hertzog@debian.org>2009-09-09 09:23:48 +0200
commit42c7204f717bdd04441c03ed475c5522971d9322 (patch)
tree13805cb9be1424d00060ea9a98fe60b7a9c9d2d3 /debian
parenta9294a28de3ba8cc94639fbade797c83ac0646bb (diff)
downloaddpkg-42c7204f717bdd04441c03ed475c5522971d9322.tar.gz
Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev
We want to ensure that /etc/dpkg/origins/default exists as it's used by dpkg-source to know what keyrings should be used for the signature check.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index cff0c8730..95ff58c7a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,10 @@ dpkg (1.15.5) UNRELEASED; urgency=low
[ Guillem Jover ]
* Remove obsolete conffiles on purge. Closes: #421367, #453005, #454628
+ [ Raphaël Hertzog ]
+ * Add versioned dependency on base-files (>= 5.0.0) to dpkg-dev to ensure
+ that /etc/dpkg/origins/default exists. Closes: #545275
+
[ Updated dpkg translations ]
* German (Sven Joachim).
diff --git a/debian/control b/debian/control
index aad808cd8..cc3051993 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,7 @@ Section: utils
Priority: optional
Architecture: all
Depends: dpkg (>= 1.15.4), perl5, perl-modules, bzip2, lzma,
- patch (>= 2.2-1), make, binutils, libtimedate-perl
+ patch (>= 2.2-1), make, binutils, libtimedate-perl, base-files (>= 5.0.0)
Recommends: gcc | c-compiler, build-essential, fakeroot, gnupg, gpgv
Suggests: debian-keyring, debian-maintainers
Conflicts: dpkg-cross (<< 2.0.0), devscripts (<< 2.10.26)