[Piuparts-commits] rev 619 - trunk/debian
Holger Levsen
holger at alioth.debian.org
Mon Jan 4 13:03:16 UTC 2010
Author: holger
Date: 2010-01-04 13:03:13 +0000 (Mon, 04 Jan 2010)
New Revision: 619
Modified:
trunk/debian/changelog
trunk/debian/control
Log:
Add ${misc:Depends} to Depends in debian/control.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2010-01-03 23:44:42 UTC (rev 618)
+++ trunk/debian/changelog 2010-01-04 13:03:13 UTC (rev 619)
@@ -17,6 +17,7 @@
before this change.
TODO: make packagesDB.py read config
* piuparts-slave.py: fix crash when going into sleep when idle.
+ * Add ${misc:Depends} to Depends in debian/control.
-- Holger Levsen <holger at debian.org> Fri, 18 Dec 2009 13:32:16 +0100
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2010-01-03 23:44:42 UTC (rev 618)
+++ trunk/debian/control 2010-01-04 13:03:13 UTC (rev 619)
@@ -14,7 +14,7 @@
Package: piuparts
Architecture: all
Depends: apt, python (>> 2.4), debootstrap (>= 0.3.3), lsof, lsb-release,
- python-debian
+ python-debian, ${misc:Depends}
Suggests: python-rpy, ghostscript
Description: .deb package installation, upgrading, and removal testing tool
piuparts tests that .deb packages (as used by Debian) handle
More information about the Piuparts-commits
mailing list