The following commit has been merged in the master branch:
commit 42c7204f717bdd04441c03ed475c5522971d9322
Author: Raphaël Hertzog <[email protected]>
Date: Wed Sep 9 09:23:48 2009 +0200
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.
diff --git a/debian/changelog b/debian/changelog
index cff0c87..95ff58c 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 aad808c..cc30519 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)
--
dpkg's main repository
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]