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

X Strike Force X.Org X11 SVN commit: r2416 - branches/7.1/lib/libxdmcp/debian



Author: dnusinow
Date: 2006-07-02 22:22:22 -0400 (Sun, 02 Jul 2006)
New Revision: 2416

Modified:
   branches/7.1/lib/libxdmcp/debian/changelog
   branches/7.1/lib/libxdmcp/debian/compat
   branches/7.1/lib/libxdmcp/debian/control
   branches/7.1/lib/libxdmcp/debian/libxdmcp-dev.install
   branches/7.1/lib/libxdmcp/debian/rules
Log:
* New upstream release
* Version all x11-common dependencies to 1:7.0.0 to match the rest of Debian
  and shut Debian up
* Remove extra dep on x11-common in the -dev package
* Bump standards version to 3.7.2.0
* Reformat -dev description so that it's not too long on any one line
* Bump debhelper compat to 5
* Run dh_install with --list-missing
* Don't try and install manpages for the -dev package, there aren't any

Modified: branches/7.1/lib/libxdmcp/debian/changelog
===================================================================
--- branches/7.1/lib/libxdmcp/debian/changelog	2006-07-03 02:06:16 UTC (rev 2415)
+++ branches/7.1/lib/libxdmcp/debian/changelog	2006-07-03 02:22:22 UTC (rev 2416)
@@ -1,3 +1,17 @@
+libxdmcp (1:1.0.1-1) experimental; urgency=low
+
+  * New upstream release
+  * Version all x11-common dependencies to 1:7.0.0 to match the rest of Debian
+    and shut Debian up
+  * Remove extra dep on x11-common in the -dev package
+  * Bump standards version to 3.7.2.0
+  * Reformat -dev description so that it's not too long on any one line
+  * Bump debhelper compat to 5
+  * Run dh_install with --list-missing
+  * Don't try and install manpages for the -dev package, there aren't any
+
+ -- David Nusinow <dnusinow@debian.org>  Sun,  2 Jul 2006 22:13:38 -0400
+
 libxdmcp (1:1.0.0-4) unstable; urgency=low
 
   * Reorder makeshlib command in rules file so that ldconfig is run

Modified: branches/7.1/lib/libxdmcp/debian/compat
===================================================================
--- branches/7.1/lib/libxdmcp/debian/compat	2006-07-03 02:06:16 UTC (rev 2415)
+++ branches/7.1/lib/libxdmcp/debian/compat	2006-07-03 02:22:22 UTC (rev 2416)
@@ -1 +1 @@
-4
+5

Modified: branches/7.1/lib/libxdmcp/debian/control
===================================================================
--- branches/7.1/lib/libxdmcp/debian/control	2006-07-03 02:06:16 UTC (rev 2415)
+++ branches/7.1/lib/libxdmcp/debian/control	2006-07-03 02:22:22 UTC (rev 2416)
@@ -3,12 +3,12 @@
 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), pkg-config, x11proto-core-dev
-Standards-Version: 3.6.1.0
+Build-Depends: debhelper (>= 5.0.0), pkg-config, x11proto-core-dev
+Standards-Version: 3.7.2.0
 
 Package: libxdmcp6
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0)
 Description: X11 Display Manager Control Protocol library
  This package provides the main interface to the X11 display manager control
  protocol library, which allows for remote logins to display managers.
@@ -22,7 +22,7 @@
 
 Package: libxdmcp6-dbg
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0), libxdmcp6 (= ${Source-Version})
+Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common (>= 1:7.0.0), libxdmcp6 (= ${Source-Version})
 Description: X11 authorisation library (debug package)
  This package provides the main interface to the X11 display manager control
  protocol library, which allows for remote logins to display managers.
@@ -39,14 +39,14 @@
 
 Package: libxdmcp-dev
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, x11-common, libxdmcp6 (= ${Source-Version}), x11proto-core-dev
-Pre-Depends: x11-common (>= 1:7.0)
+Depends: ${shlibs:Depends}, ${misc:Depends}, libxdmcp6 (= ${Source-Version}), x11proto-core-dev
+Pre-Depends: x11-common (>= 1:7.0.0)
 Description: X11 authorisation library (development headers)
  This package provides the main interface to the X11 display manager control
  protocol library, which allows for remote logins to display managers.
  .
- This package contains the development headers for the library found in libxdmcp6.
- Non-developers likely have little use for this package.
+ This package contains the development headers for the library found in 
+ libxdmcp6. Non-developers likely have little use for this package.
  .
  More information about X.Org can be found at:
  <URL:http://xorg.freedesktop.org>

Modified: branches/7.1/lib/libxdmcp/debian/libxdmcp-dev.install
===================================================================
--- branches/7.1/lib/libxdmcp/debian/libxdmcp-dev.install	2006-07-03 02:06:16 UTC (rev 2415)
+++ branches/7.1/lib/libxdmcp/debian/libxdmcp-dev.install	2006-07-03 02:22:22 UTC (rev 2416)
@@ -1,5 +1,4 @@
 usr/include/X11/*
-usr/share/man/man3/*
 usr/lib/libXdmcp.a
 usr/lib/libXdmcp.so
 usr/lib/pkgconfig/xdmcp.pc

Modified: branches/7.1/lib/libxdmcp/debian/rules
===================================================================
--- branches/7.1/lib/libxdmcp/debian/rules	2006-07-03 02:06:16 UTC (rev 2415)
+++ branches/7.1/lib/libxdmcp/debian/rules	2006-07-03 02:22:22 UTC (rev 2416)
@@ -73,10 +73,10 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp
+	dh_install --sourcedir=debian/tmp --list-missing
 	dh_installchangelogs
 	dh_link
-	dh_strip --dbg-package=$(PACKAGE)
+	dh_strip --dbg-package=$(PACKAGE)-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs



Reply to: