[Piuparts-commits] rev 694 - trunk/debian
Holger Levsen
holger at alioth.debian.org
Sun Oct 31 10:22:05 UTC 2010
Author: holger
Date: 2010-10-31 10:21:57 +0000 (Sun, 31 Oct 2010)
New Revision: 694
Modified:
trunk/debian/changelog
trunk/debian/control
Log:
Remove versioned dependencies on debhelper, dpkg-dev and debootstrap as
the versions available in Etch are sufficient.
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2010-09-04 13:24:20 UTC (rev 693)
+++ trunk/debian/changelog 2010-10-31 10:21:57 UTC (rev 694)
@@ -44,6 +44,8 @@
- fix --do-not-verify-signatures option (Closes: #574936) - thanks to
Cleto Martin Angelina for the patch.
* Add ${misc:Depends} to Depends in debian/control.
+ * Remove versioned dependencies on debhelper, dpkg-dev and debootstrap as
+ the versions available in Etch are sufficient.
* Makefile: support python 2.5 and 2.6 instead of 2.4 and 2.5, adjust
debian/control accordingly.
* piuparts.1.txt: update the pointer to custom-scripts.txt to point to
Modified: trunk/debian/control
===================================================================
--- trunk/debian/control 2010-09-04 13:24:20 UTC (rev 693)
+++ trunk/debian/control 2010-10-31 10:21:57 UTC (rev 694)
@@ -5,7 +5,7 @@
Section: devel
Priority: extra
Standards-Version: 3.8.3
-Build-Depends: debhelper (>=5.0.42), dpkg-dev (>=1.13.26)
+Build-Depends: debhelper, dpkg-dev
Build-Depends-Indep: python-support, asciidoc, xmlto
Vcs-Svn: svn://svn.debian.org/svn/piuparts/trunk/
Vcs-Browser: http://svn.debian.org/wsvn/piuparts/trunk/
@@ -13,7 +13,7 @@
Package: piuparts
Architecture: all
-Depends: apt, python (>> 2.5), debootstrap (>= 0.3.3), lsof, lsb-release,
+Depends: apt, python (>> 2.5), debootstrap, lsof, lsb-release,
python-debian, ${misc:Depends}
Suggests: python-rpy, ghostscript
Description: .deb package installation, upgrading, and removal testing tool
More information about the Piuparts-commits
mailing list