[Glibc-bsd-commits] r2123 - trunk/posixtestsuite/debian

guillem at alioth.debian.org guillem at alioth.debian.org
Sat Feb 2 20:25:43 UTC 2008


Author: guillem
Date: 2008-02-02 20:25:43 +0000 (Sat, 02 Feb 2008)
New Revision: 2123

Modified:
   trunk/posixtestsuite/debian/changelog
   trunk/posixtestsuite/debian/control
Log:
Move debhelper and quilt from Build-Depends-Indep to Build-Depends

They are used during clean.


Modified: trunk/posixtestsuite/debian/changelog
===================================================================
--- trunk/posixtestsuite/debian/changelog	2008-02-02 20:24:33 UTC (rev 2122)
+++ trunk/posixtestsuite/debian/changelog	2008-02-02 20:25:43 UTC (rev 2123)
@@ -20,6 +20,8 @@
   * Add Homepage, Vcs-Browser and Vcs-Svn fields in debian/control.
   * Do not ignore make errors on 'debian/rules clean'.
   * Bump Standards-Version to 3.7.3 (no changes needed).
+  * Move debhelper and quilt from Build-Depends-Indep to Build-Depends, as
+    they are used during clean.
 
  -- Guillem Jover <guillem at debian.org>  Wed, 14 Jun 2006 11:12:42 +0300
 

Modified: trunk/posixtestsuite/debian/control
===================================================================
--- trunk/posixtestsuite/debian/control	2008-02-02 20:24:33 UTC (rev 2122)
+++ trunk/posixtestsuite/debian/control	2008-02-02 20:25:43 UTC (rev 2123)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: GNU/kFreeBSD Maintainers <debian-bsd at lists.debian.org>
 Uploaders: Guillem Jover <guillem at debian.org>, Aurelien Jarno <aurel32 at debian.org>
-Build-Depends-Indep: debhelper (>= 5), quilt (>= 0.40), expect
+Build-Depends: debhelper (>= 5), quilt (>= 0.40)
+Build-Depends-Indep: expect
 Standards-Version: 3.7.3
 Homepage: http://posixtest.sourceforge.net/
 Vcs-Browser: http://svn.debian.org/viewsvn/glibc-bsd/trunk/posixtestsuite/




More information about the Glibc-bsd-commits mailing list