[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r2477 - in branches/7.1/proto: bigreqsproto/debian damageproto/debian dmxproto/debian evieext/debian fontcacheproto/debian fontsproto/debian inputproto/debian kbproto/debian randrproto/debian recordproto/debian renderproto/debian resourceproto/debian scrnsaverproto/debian trapproto/debian videoproto/debian xcmiscproto/debian xextproto/debian xf86bigfontproto/debian xf86dgaproto/debian xf86driproto/debian xf86miscproto/debian xf86vidmodeproto/debian xineramaproto/debian



Author: dilinger
Date: 2006-07-20 04:07:08 -0400 (Thu, 20 Jul 2006)
New Revision: 2477

Modified:
   branches/7.1/proto/bigreqsproto/debian/changelog
   branches/7.1/proto/bigreqsproto/debian/control
   branches/7.1/proto/damageproto/debian/changelog
   branches/7.1/proto/damageproto/debian/control
   branches/7.1/proto/dmxproto/debian/changelog
   branches/7.1/proto/dmxproto/debian/control
   branches/7.1/proto/evieext/debian/changelog
   branches/7.1/proto/evieext/debian/control
   branches/7.1/proto/fontcacheproto/debian/changelog
   branches/7.1/proto/fontcacheproto/debian/control
   branches/7.1/proto/fontsproto/debian/changelog
   branches/7.1/proto/fontsproto/debian/control
   branches/7.1/proto/inputproto/debian/changelog
   branches/7.1/proto/inputproto/debian/control
   branches/7.1/proto/kbproto/debian/changelog
   branches/7.1/proto/kbproto/debian/control
   branches/7.1/proto/randrproto/debian/changelog
   branches/7.1/proto/randrproto/debian/control
   branches/7.1/proto/recordproto/debian/changelog
   branches/7.1/proto/recordproto/debian/control
   branches/7.1/proto/renderproto/debian/changelog
   branches/7.1/proto/renderproto/debian/control
   branches/7.1/proto/resourceproto/debian/changelog
   branches/7.1/proto/resourceproto/debian/control
   branches/7.1/proto/scrnsaverproto/debian/changelog
   branches/7.1/proto/scrnsaverproto/debian/control
   branches/7.1/proto/trapproto/debian/changelog
   branches/7.1/proto/trapproto/debian/control
   branches/7.1/proto/videoproto/debian/changelog
   branches/7.1/proto/videoproto/debian/control
   branches/7.1/proto/xcmiscproto/debian/changelog
   branches/7.1/proto/xcmiscproto/debian/control
   branches/7.1/proto/xextproto/debian/changelog
   branches/7.1/proto/xextproto/debian/control
   branches/7.1/proto/xf86bigfontproto/debian/changelog
   branches/7.1/proto/xf86bigfontproto/debian/control
   branches/7.1/proto/xf86dgaproto/debian/changelog
   branches/7.1/proto/xf86dgaproto/debian/control
   branches/7.1/proto/xf86driproto/debian/changelog
   branches/7.1/proto/xf86driproto/debian/control
   branches/7.1/proto/xf86miscproto/debian/changelog
   branches/7.1/proto/xf86miscproto/debian/control
   branches/7.1/proto/xf86vidmodeproto/debian/changelog
   branches/7.1/proto/xf86vidmodeproto/debian/control
   branches/7.1/proto/xineramaproto/debian/changelog
   branches/7.1/proto/xineramaproto/debian/control
Log:
Change build-dep-indep to normal build-deps in various proto packages, as
dh_clean is called from within the clean rule.  This shuts lintian up.



Modified: branches/7.1/proto/bigreqsproto/debian/changelog
===================================================================
--- branches/7.1/proto/bigreqsproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/bigreqsproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule. 
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:21 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:55:57 -0400
 
 x11proto-bigreqs (1.0.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/bigreqsproto/debian/control
===================================================================
--- branches/7.1/proto/bigreqsproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/bigreqsproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-bigreqs-dev

Modified: branches/7.1/proto/damageproto/debian/changelog
===================================================================
--- branches/7.1/proto/damageproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/damageproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule. 
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:24 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:56:36 -0400
 
 x11proto-damage (1.0.3-3) unstable; urgency=low
 

Modified: branches/7.1/proto/damageproto/debian/control
===================================================================
--- branches/7.1/proto/damageproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/damageproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-damage-dev

Modified: branches/7.1/proto/dmxproto/debian/changelog
===================================================================
--- branches/7.1/proto/dmxproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/dmxproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule. 
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:27 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:57:04 -0400
 
 x11proto-dmx (2.2.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/dmxproto/debian/control
===================================================================
--- branches/7.1/proto/dmxproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/dmxproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-dmx-dev

Modified: branches/7.1/proto/evieext/debian/changelog
===================================================================
--- branches/7.1/proto/evieext/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/evieext/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:29 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:57:25 -0400
 
 x11proto-evie (1:1.0.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/evieext/debian/control
===================================================================
--- branches/7.1/proto/evieext/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/evieext/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-evie-dev

Modified: branches/7.1/proto/fontcacheproto/debian/changelog
===================================================================
--- branches/7.1/proto/fontcacheproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/fontcacheproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:34 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:58:03 -0400
 
 x11proto-fontcache (0.1.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/fontcacheproto/debian/control
===================================================================
--- branches/7.1/proto/fontcacheproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/fontcacheproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-fontcache-dev

Modified: branches/7.1/proto/fontsproto/debian/changelog
===================================================================
--- branches/7.1/proto/fontsproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/fontsproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:36 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:58:32 -0400
 
 x11proto-fonts (2.0.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/fontsproto/debian/control
===================================================================
--- branches/7.1/proto/fontsproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/fontsproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-fonts-dev

Modified: branches/7.1/proto/inputproto/debian/changelog
===================================================================
--- branches/7.1/proto/inputproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/inputproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule. 
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:38 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:59:01 -0400
 
 x11proto-input (1.3.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/inputproto/debian/control
===================================================================
--- branches/7.1/proto/inputproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/inputproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-input-dev

Modified: branches/7.1/proto/kbproto/debian/changelog
===================================================================
--- branches/7.1/proto/kbproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/kbproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:41 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:59:19 -0400
 
 x11proto-kb (1.0.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/kbproto/debian/control
===================================================================
--- branches/7.1/proto/kbproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/kbproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-kb-dev

Modified: branches/7.1/proto/randrproto/debian/changelog
===================================================================
--- branches/7.1/proto/randrproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/randrproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule. 
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:43 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 03:59:46 -0400
 
 x11proto-randr (1.1.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/randrproto/debian/control
===================================================================
--- branches/7.1/proto/randrproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/randrproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-randr-dev

Modified: branches/7.1/proto/recordproto/debian/changelog
===================================================================
--- branches/7.1/proto/recordproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/recordproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,8 +3,10 @@
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
   * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:46 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:00:11 -0400
 
 x11proto-record (1.13.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/recordproto/debian/control
===================================================================
--- branches/7.1/proto/recordproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/recordproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-record-dev

Modified: branches/7.1/proto/renderproto/debian/changelog
===================================================================
--- branches/7.1/proto/renderproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/renderproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:49 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:00:52 -0400
 
 x11proto-render (2:0.9.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/renderproto/debian/control
===================================================================
--- branches/7.1/proto/renderproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/renderproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-render-dev

Modified: branches/7.1/proto/resourceproto/debian/changelog
===================================================================
--- branches/7.1/proto/resourceproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/resourceproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule. 
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:52 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:01:24 -0400
 
 x11proto-resource (1.0.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/resourceproto/debian/control
===================================================================
--- branches/7.1/proto/resourceproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/resourceproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-resource-dev

Modified: branches/7.1/proto/scrnsaverproto/debian/changelog
===================================================================
--- branches/7.1/proto/scrnsaverproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/scrnsaverproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:54 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:02:40 -0400
 
 x11proto-scrnsaver (1.1.0-1) unstable; urgency=low
 

Modified: branches/7.1/proto/scrnsaverproto/debian/control
===================================================================
--- branches/7.1/proto/scrnsaverproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/scrnsaverproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-scrnsaver-dev

Modified: branches/7.1/proto/trapproto/debian/changelog
===================================================================
--- branches/7.1/proto/trapproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/trapproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule. 
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:56 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:02:58 -0400
 
 x11proto-trap (3.4.3-3) unstable; urgency=low
 

Modified: branches/7.1/proto/trapproto/debian/control
===================================================================
--- branches/7.1/proto/trapproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/trapproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-trap-dev

Modified: branches/7.1/proto/videoproto/debian/changelog
===================================================================
--- branches/7.1/proto/videoproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/videoproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:23:59 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:03:17 -0400
 
 x11proto-video (2.2.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/videoproto/debian/control
===================================================================
--- branches/7.1/proto/videoproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/videoproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-video-dev

Modified: branches/7.1/proto/xcmiscproto/debian/changelog
===================================================================
--- branches/7.1/proto/xcmiscproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xcmiscproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:01 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:03:42 -0400
 
 x11proto-xcmisc (1.1.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xcmiscproto/debian/control
===================================================================
--- branches/7.1/proto/xcmiscproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xcmiscproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xcmisc-dev

Modified: branches/7.1/proto/xextproto/debian/changelog
===================================================================
--- branches/7.1/proto/xextproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xextproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:04 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:04:01 -0400
 
 x11proto-xext (7.0.2-4) unstable; urgency=low
 

Modified: branches/7.1/proto/xextproto/debian/control
===================================================================
--- branches/7.1/proto/xextproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xextproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xext-dev

Modified: branches/7.1/proto/xf86bigfontproto/debian/changelog
===================================================================
--- branches/7.1/proto/xf86bigfontproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86bigfontproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:06 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:04:21 -0400
 
 x11proto-xf86bigfont (1.1.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xf86bigfontproto/debian/control
===================================================================
--- branches/7.1/proto/xf86bigfontproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86bigfontproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xf86bigfont-dev

Modified: branches/7.1/proto/xf86dgaproto/debian/changelog
===================================================================
--- branches/7.1/proto/xf86dgaproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86dgaproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:08 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:04:40 -0400
 
 x11proto-xf86dga (2.0.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xf86dgaproto/debian/control
===================================================================
--- branches/7.1/proto/xf86dgaproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86dgaproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xf86dga-dev

Modified: branches/7.1/proto/xf86driproto/debian/changelog
===================================================================
--- branches/7.1/proto/xf86driproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86driproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:10 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:04:59 -0400
 
 x11proto-xf86dri (2.0.3-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xf86driproto/debian/control
===================================================================
--- branches/7.1/proto/xf86driproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86driproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xf86dri-dev

Modified: branches/7.1/proto/xf86miscproto/debian/changelog
===================================================================
--- branches/7.1/proto/xf86miscproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86miscproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:12 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:05:17 -0400
 
 x11proto-xf86misc (0.9.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xf86miscproto/debian/control
===================================================================
--- branches/7.1/proto/xf86miscproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86miscproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xf86misc-dev

Modified: branches/7.1/proto/xf86vidmodeproto/debian/changelog
===================================================================
--- branches/7.1/proto/xf86vidmodeproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86vidmodeproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:15 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:05:35 -0400
 
 x11proto-xf86vidmode (2.2.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xf86vidmodeproto/debian/control
===================================================================
--- branches/7.1/proto/xf86vidmodeproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xf86vidmodeproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xf86vidmode-dev

Modified: branches/7.1/proto/xineramaproto/debian/changelog
===================================================================
--- branches/7.1/proto/xineramaproto/debian/changelog	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xineramaproto/debian/changelog	2006-07-20 08:07:08 UTC (rev 2477)
@@ -2,9 +2,11 @@
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;
     idempotency fix.
-  * Run dh_install w/ --list-missing. 
+  * Run dh_install w/ --list-missing.
+  * Change debhelper build-dep-indep to a normal build-dep, as dh_clean
+    is called inside the clean rule.
 
- -- Andres Salomon <dilinger@debian.org>  Mon, 17 Jul 2006 01:24:17 -0400
+ -- Andres Salomon <dilinger@debian.org>  Thu, 20 Jul 2006 04:05:53 -0400
 
 x11proto-xinerama (1.1.2-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xineramaproto/debian/control
===================================================================
--- branches/7.1/proto/xineramaproto/debian/control	2006-07-19 05:16:26 UTC (rev 2476)
+++ branches/7.1/proto/xineramaproto/debian/control	2006-07-20 08:07:08 UTC (rev 2477)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
 Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>
-Build-Depends-Indep: debhelper (>= 4.0.0)
+Build-Depends: debhelper (>= 4.0.0)
 Standards-Version: 3.6.1.0
 
 Package: x11proto-xinerama-dev



Reply to: