X Strike Force X.Org X11 SVN commit: r3722 - trunk/lib/libxres/debian
Author: dparsons
Date: 2006-10-12 08:30:19 -0400 (Thu, 12 Oct 2006)
New Revision: 3722
Added:
trunk/lib/libxres/debian/libxres-dev.manpages
Modified:
trunk/lib/libxres/debian/changelog
trunk/lib/libxres/debian/libxres-dev.install
trunk/lib/libxres/debian/rules
Log:
* Upload to unstable (X11R7.1 transition).
* Use dh_installman to install man pages.
* Exclude libXRes.la from dh_install.
Modified: trunk/lib/libxres/debian/changelog
===================================================================
--- trunk/lib/libxres/debian/changelog 2006-10-12 12:12:45 UTC (rev 3721)
+++ trunk/lib/libxres/debian/changelog 2006-10-12 12:30:19 UTC (rev 3722)
@@ -1,8 +1,11 @@
-libxres (2:1.0.1-2) UNRELEASED; urgency=low
+libxres (2:1.0.1-2) unstable; urgency=low
+ * Upload to unstable (X11R7.1 transition).
* dbg package has priority extra.
+ * Use dh_installman to install man pages.
+ * Exclude libXRes.la from dh_install.
- -- Drew Parsons <dparsons@debian.org> Sat, 19 Aug 2006 22:24:06 +1000
+ -- Drew Parsons <dparsons@debian.org> Thu, 12 Oct 2006 22:24:59 +1000
libxres (2:1.0.1-1) experimental; urgency=low
Modified: trunk/lib/libxres/debian/libxres-dev.install
===================================================================
--- trunk/lib/libxres/debian/libxres-dev.install 2006-10-12 12:12:45 UTC (rev 3721)
+++ trunk/lib/libxres/debian/libxres-dev.install 2006-10-12 12:30:19 UTC (rev 3722)
@@ -2,4 +2,3 @@
usr/lib/libXRes.a
usr/lib/libXRes.so
usr/lib/pkgconfig/xres.pc
-usr/share/man/man3/*
Added: trunk/lib/libxres/debian/libxres-dev.manpages
===================================================================
--- trunk/lib/libxres/debian/libxres-dev.manpages (rev 0)
+++ trunk/lib/libxres/debian/libxres-dev.manpages 2006-10-12 12:30:19 UTC (rev 3722)
@@ -0,0 +1 @@
+debian/tmp/usr/share/man/man3/*
Modified: trunk/lib/libxres/debian/rules
===================================================================
--- trunk/lib/libxres/debian/rules 2006-10-12 12:12:45 UTC (rev 3721)
+++ trunk/lib/libxres/debian/rules 2006-10-12 12:30:19 UTC (rev 3722)
@@ -72,7 +72,8 @@
dh_testroot
dh_installdocs
- dh_install --sourcedir=debian/tmp --list-missing
+ dh_install --sourcedir=debian/tmp --list-missing --exclude=libXRes.la --exclude=usr/share/man/man3
+ dh_installman
dh_installchangelogs
dh_link
dh_strip --dbg-package=$(PACKAGE)-dbg
Reply to: