severity 475259 important tags 475259 pending thanks Hi Adam and Fumitoshi,
> /usr/bin/auto-apt uses debuild, but devscripts isn't in auto-apt's > Depends: field. > > It is, however, in the Build-Depends field, despite the fact that > nothing in the build process appears to use any part of devscripts and > the package builds under pbuilder without error if the Build-Dependency > is removed. > > I'd therefore suggest that the build-dependency should in fact be a > dependency. Reviewing this bug, I agree that it shouldn't be a build dependency. debuild is only used in one part of auto-apt. I therefore think it should rather be a Recommends than a Depends. And since debuild is only used in one specific option of auto-apt, I don't think the bug should be RC. Still, I've uploaded an NMU to delayed/10 to address the bug. The 10 days should be enough time to change our mind if either of you do not agree with this assessment. bye, Thijs
diff -Nru auto-apt-0.3.21/debian/changelog auto-apt-0.3.21+nmu1/debian/changelog
--- auto-apt-0.3.21/debian/changelog 2006-07-23 02:23:15.000000000 +0200
+++ auto-apt-0.3.21+nmu1/debian/changelog 2008-05-03 18:05:33.000000000 +0200
@@ -1,3 +1,12 @@
+auto-apt (0.3.21+nmu1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Move devscripts from Build-Depends to Recommends. It's not used
+ in the build process but in the program itself.
+ (Closes: #475259)
+
+ -- Thijs Kinkhorst <[EMAIL PROTECTED]> Sat, 03 May 2008 18:04:57 +0200
+
auto-apt (0.3.21) unstable; urgency=low
* debian/postrm; remove cache file when purged.
diff -Nru auto-apt-0.3.21/debian/control auto-apt-0.3.21+nmu1/debian/control
--- auto-apt-0.3.21/debian/control 2006-07-23 02:23:26.000000000 +0200
+++ auto-apt-0.3.21+nmu1/debian/control 2008-05-03 18:04:51.000000000 +0200
@@ -3,12 +3,12 @@
Priority: optional
Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]>
Standards-Version: 3.5.9
-Build-Depends: binutils, cpio, debhelper (>= 4.0.0), devscripts
+Build-Depends: binutils, cpio, debhelper (>= 4.0.0)
Package: auto-apt
Architecture: any
Depends: ${shlibs:Depends}
-Recommends: apt, sudo, ${perl:Depends}, wget, dpkg-dev
+Recommends: apt, sudo, ${perl:Depends}, wget, dpkg-dev, devscripts
Suggests: x-terminal-emulator, libgtk-perl, build-essential
Description: package search by file and on-demand package installation tool
auto-apt checks the file access of programs running within its
pgp0F5uXwHuRH.pgp
Description: PGP signature

