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

X Strike Force X.Org X11 SVN commit: r2387 - branches/7.1/proto/xproto/debian



Author: dnusinow
Date: 2006-07-01 22:28:16 -0400 (Sat, 01 Jul 2006)
New Revision: 2387

Modified:
   branches/7.1/proto/xproto/debian/changelog
   branches/7.1/proto/xproto/debian/compat
   branches/7.1/proto/xproto/debian/control
   branches/7.1/proto/xproto/debian/rules
Log:
* Move debhelper from build-depends-indep to build-depends because we use
  dh_clean in the clean target
* Bump debhelper compat to 5
* Remove extra x11-common dependency
* Version x11-common pre-dependency to 1:7.0.0 to match the rest of Debian
  and shut lintian up
* Run dh_install with --list-missing

Modified: branches/7.1/proto/xproto/debian/changelog
===================================================================
--- branches/7.1/proto/xproto/debian/changelog	2006-07-02 01:41:36 UTC (rev 2386)
+++ branches/7.1/proto/xproto/debian/changelog	2006-07-02 02:28:16 UTC (rev 2387)
@@ -1,8 +1,15 @@
 x11proto-core (7.0.7-1) experimental; urgency=low
 
   * New upstream release
+  * Move debhelper from build-depends-indep to build-depends because we use
+    dh_clean in the clean target
+  * Bump debhelper compat to 5
+  * Remove extra x11-common dependency
+  * Version x11-common pre-dependency to 1:7.0.0 to match the rest of Debian
+    and shut lintian up
+  * Run dh_install with --list-missing
 
- -- David Nusinow <dnusinow@debian.org>  Sat,  1 Jul 2006 20:21:52 -0400
+ -- David Nusinow <dnusinow@debian.org>  Sat,  1 Jul 2006 22:27:12 -0400
 
 x11proto-core (7.0.4-3) unstable; urgency=low
 

Modified: branches/7.1/proto/xproto/debian/compat
===================================================================
--- branches/7.1/proto/xproto/debian/compat	2006-07-02 01:41:36 UTC (rev 2386)
+++ branches/7.1/proto/xproto/debian/compat	2006-07-02 02:28:16 UTC (rev 2387)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/proto/xproto/debian/control
===================================================================
--- branches/7.1/proto/xproto/debian/control	2006-07-02 01:41:36 UTC (rev 2386)
+++ branches/7.1/proto/xproto/debian/control	2006-07-02 02:28:16 UTC (rev 2387)
@@ -3,15 +3,15 @@
 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)
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0)
+Standards-Version: 3.7.2.0
 
 Package: x11proto-core-dev
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Conflicts: x-dev (<< 6.8.99.7-1)
 Replaces: x-dev (<< 6.8.99.7-1)
-Pre-Depends: x11-common (>= 1:1.0)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 core wire protocol and auxiliary headers
  This package provides the wire protocol for the core X11 protocol, and also
  provides a number of utility headers, used to abstract OS-specific functions.

Modified: branches/7.1/proto/xproto/debian/rules
===================================================================
--- branches/7.1/proto/xproto/debian/rules	2006-07-02 01:41:36 UTC (rev 2386)
+++ branches/7.1/proto/xproto/debian/rules	2006-07-02 02:28:16 UTC (rev 2387)
@@ -72,7 +72,7 @@
 
 	dh_installdocs
 	dh_installman
-	dh_install --sourcedir=debian/tmp
+	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs
 	dh_link
 	dh_strip



Reply to: