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

X Strike Force X.Org X11 SVN commit: r2773 - branches/7.1/lib/libxcursor/debian



Author: dparsons
Date: 2006-08-12 08:45:11 -0400 (Sat, 12 Aug 2006)
New Revision: 2773

Added:
   branches/7.1/lib/libxcursor/debian/libxcursor-dev.manpages
Removed:
   branches/7.1/lib/libxcursor/debian/libxcursor1-dbg.install
Modified:
   branches/7.1/lib/libxcursor/debian/changelog
   branches/7.1/lib/libxcursor/debian/control
   branches/7.1/lib/libxcursor/debian/libxcursor-dev.install
   branches/7.1/lib/libxcursor/debian/rules
Log:
Upload to experimental:
  * New upstream version (X11R7.1).
  * Install man pages with dh_installman.
  * Exclude .la and man files from dh_install.
  * Remove libxcursor1-dbg.install. Somehow debhelper just knows where
    to put the files (ooh, spooky).
    


Modified: branches/7.1/lib/libxcursor/debian/changelog
===================================================================
--- branches/7.1/lib/libxcursor/debian/changelog	2006-08-12 11:58:39 UTC (rev 2772)
+++ branches/7.1/lib/libxcursor/debian/changelog	2006-08-12 12:45:11 UTC (rev 2773)
@@ -1,3 +1,13 @@
+libxcursor (1.1.7-1) experimental; urgency=low
+
+  * New upstream version (X11R7.1).
+  * Install man pages with dh_installman.
+  * Exclude .la and man files from dh_install.
+  * Remove libxcursor1-dbg.install. Somehow debhelper just knows where
+    to put the files (ooh, spooky).
+
+ -- Drew Parsons <dparsons@debian.org>  Sat, 12 Aug 2006 22:39:03 +1000
+
 libxcursor (1.1.5.2-6) UNRELEASED; urgency=low
 
   * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build;

Modified: branches/7.1/lib/libxcursor/debian/control
===================================================================
--- branches/7.1/lib/libxcursor/debian/control	2006-08-12 11:58:39 UTC (rev 2772)
+++ branches/7.1/lib/libxcursor/debian/control	2006-08-12 12:45:11 UTC (rev 2773)
@@ -2,7 +2,7 @@
 Section: devel
 Priority: optional
 Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
-Uploaders: Branden Robinson <branden@debian.org>, ISHIKAWA Mutsumi <ishikawa@debian.org>, David Nusinow <dnusinow@debian.org>
+Uploaders: Branden Robinson <branden@debian.org>, ISHIKAWA Mutsumi <ishikawa@debian.org>, David Nusinow <dnusinow@debian.org>, Drew Parsons <dparsons@debian.org>
 Build-Depends: debhelper (>= 5.0.0), x11proto-core-dev (>= 6.2.1+cvs.20050722-1), libx11-dev (>= 1:6.2.1+cvs.20050722-1), libxrender-dev (>= 1:0.9.0-1), libxfixes-dev (>= 1:3.0.0-2), pkg-config
 Standards-Version: 3.7.2
 

Modified: branches/7.1/lib/libxcursor/debian/libxcursor-dev.install
===================================================================
--- branches/7.1/lib/libxcursor/debian/libxcursor-dev.install	2006-08-12 11:58:39 UTC (rev 2772)
+++ branches/7.1/lib/libxcursor/debian/libxcursor-dev.install	2006-08-12 12:45:11 UTC (rev 2773)
@@ -2,4 +2,4 @@
 usr/lib/libXcursor.a
 usr/lib/libXcursor.so
 usr/lib/pkgconfig/*.pc
-usr/share/man/man3/*
+

Added: branches/7.1/lib/libxcursor/debian/libxcursor-dev.manpages
===================================================================
--- branches/7.1/lib/libxcursor/debian/libxcursor-dev.manpages	2006-08-12 11:58:39 UTC (rev 2772)
+++ branches/7.1/lib/libxcursor/debian/libxcursor-dev.manpages	2006-08-12 12:45:11 UTC (rev 2773)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man3/*

Deleted: branches/7.1/lib/libxcursor/debian/libxcursor1-dbg.install
===================================================================
--- branches/7.1/lib/libxcursor/debian/libxcursor1-dbg.install	2006-08-12 11:58:39 UTC (rev 2772)
+++ branches/7.1/lib/libxcursor/debian/libxcursor1-dbg.install	2006-08-12 12:45:11 UTC (rev 2773)
@@ -1 +0,0 @@
-debian/tmp/usr/lib/libXcursor.so.* usr/lib/debug/

Modified: branches/7.1/lib/libxcursor/debian/rules
===================================================================
--- branches/7.1/lib/libxcursor/debian/rules	2006-08-12 11:58:39 UTC (rev 2772)
+++ branches/7.1/lib/libxcursor/debian/rules	2006-08-12 12:45:11 UTC (rev 2773)
@@ -73,7 +73,8 @@
 	dh_testroot
 
 	dh_installdocs
-	dh_install --sourcedir=debian/tmp --list-missing
+	dh_install --sourcedir=debian/tmp --list-missing --exclude=libXcursor.la --exclude=usr/share/man/man3
+	dh_installman
 	dh_installchangelogs
 	dh_link
 	dh_strip --dbg-package=$(PACKAGE)-dbg



Reply to: