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

X Strike Force X.Org X11 SVN commit: r2577 - branches/7.1/lib/libxfixes/debian



Author: dparsons
Date: 2006-07-27 10:20:12 -0400 (Thu, 27 Jul 2006)
New Revision: 2577

Modified:
   branches/7.1/lib/libxfixes/debian/changelog
   branches/7.1/lib/libxfixes/debian/compat
   branches/7.1/lib/libxfixes/debian/control
   branches/7.1/lib/libxfixes/debian/rules
Log:
  * New upstream version.
  * Standards version 3.7.2.
  * Uses debhelper v5.
      


Modified: branches/7.1/lib/libxfixes/debian/changelog
===================================================================
--- branches/7.1/lib/libxfixes/debian/changelog	2006-07-27 06:11:51 UTC (rev 2576)
+++ branches/7.1/lib/libxfixes/debian/changelog	2006-07-27 14:20:12 UTC (rev 2577)
@@ -1,3 +1,11 @@
+libxfixes (1:4.0.1-1) experimental; urgency=low
+
+  * New upstream version.
+  * Standards version 3.7.2.
+  * Uses debhelper v5.
+
+ -- Drew Parsons <dparsons@debian.org>  Thu, 27 Jul 2006 23:49:26 +1000
+
 libxfixes (1:3.0.1.2-5) UNRELEASED; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;

Modified: branches/7.1/lib/libxfixes/debian/compat
===================================================================
--- branches/7.1/lib/libxfixes/debian/compat	2006-07-27 06:11:51 UTC (rev 2576)
+++ branches/7.1/lib/libxfixes/debian/compat	2006-07-27 14:20:12 UTC (rev 2577)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxfixes/debian/control
===================================================================
--- branches/7.1/lib/libxfixes/debian/control	2006-07-27 06:11:51 UTC (rev 2576)
+++ branches/7.1/lib/libxfixes/debian/control	2006-07-27 14:20:12 UTC (rev 2577)
@@ -2,9 +2,9 @@
 Section: x11
 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: debhelper (>= 4.0.0), libx11-dev (>= 1:0.99.2-1), x11proto-fixes-dev, pkg-config
-Standards-Version: 3.6.1.0
+Uploaders: David Nusinow <dnusinow@debian.org>, Branden Robinson <branden@debian.org>, Fabio M. Di Nitto <fabbione@fabbione.net>, Drew Parsons <dparsons@debian.org>
+Build-Depends: debhelper (>= 5), libx11-dev (>= 1:0.99.2-1), x11proto-fixes-dev, pkg-config
+Standards-Version: 3.7.2
 
 Package: libxfixes3
 Architecture: any
@@ -45,7 +45,7 @@
 Package: libxfixes-dev
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, libxfixes3 (= ${Source-Version}), libx11-dev, x11proto-fixes-dev
-Pre-Depends: x11-common (>= 1:1.09)
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 miscellaneous 'fixes' extension library (development headers)
  libXfixes provides an X Window System client interface to the 'XFIXES'
  extension to the X protocol.

Modified: branches/7.1/lib/libxfixes/debian/rules
===================================================================
--- branches/7.1/lib/libxfixes/debian/rules	2006-07-27 06:11:51 UTC (rev 2576)
+++ branches/7.1/lib/libxfixes/debian/rules	2006-07-27 14:20:12 UTC (rev 2577)
@@ -72,10 +72,10 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --list-missing --exclude=libXfixes.la
 	dh_installchangelogs
 	dh_link
-	dh_strip --dbg-package=$(PACKAGE)
+	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs



Reply to: