Bug#623623: upgrade 623623

Helmut Grohne helmut at subdivi.de
Tue Dec 13 10:57:30 UTC 2011


tags 623623 + patch
thanks

On Sat, Dec 03, 2011 at 02:48:30PM +0100, Helmut Grohne wrote:
> pbuilder cannot be used without pbuilder --create and pbuilder --create
> uses dpkg-architecture which is contained in dpkg-dev. So this is a
> missing dependency which should be serious according to policy 7.2:

debdiff attached. Built. Tested with pbuilder --login then apt-get
remove dpkg-dev; dpkg -i pbuilder_0.204+nmu1_all.deb; apt-get -f
install; pbuilder --create.

Helmut
-------------- next part --------------
diff -Nru pbuilder-0.204/debian/changelog pbuilder-0.204+nmu1/debian/changelog
--- pbuilder-0.204/debian/changelog	2011-12-04 14:43:21.000000000 +0100
+++ pbuilder-0.204+nmu1/debian/changelog	2011-12-13 11:31:23.000000000 +0100
@@ -1,3 +1,11 @@
+pbuilder (0.204+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "fails to start, depends on dpkg-architecture (dpkg-dev)"
+    add missing runtime dependency (Closes: #623623)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Tue, 13 Dec 2011 11:30:55 +0100
+
 pbuilder (0.204) unstable; urgency=low
 
   [ Slavko ]
diff -Nru pbuilder-0.204/debian/control pbuilder-0.204+nmu1/debian/control
--- pbuilder-0.204/debian/control	2010-01-03 03:38:09.000000000 +0100
+++ pbuilder-0.204+nmu1/debian/control	2011-12-13 11:30:29.000000000 +0100
@@ -24,6 +24,7 @@
          wget,
          debianutils (>= 1.13.1),
          coreutils (>= 4.5.8-1),
+         dpkg-dev,
          ${misc:Depends}
 Recommends: fakeroot,
             sudo,


More information about the Pbuilder-maint mailing list