X Strike Force X.Org X11 SVN commit: r2268 - trunk/util/xutils-dev/debian
Author: dnusinow
Date: 2006-05-30 21:51:30 -0400 (Tue, 30 May 2006)
New Revision: 2268
Modified:
trunk/util/xutils-dev/debian/changelog
trunk/util/xutils-dev/debian/compat
trunk/util/xutils-dev/debian/control
trunk/util/xutils-dev/debian/rules
Log:
* Stop trying to put the debugging symbols somewhere. We're not going to
ship them unless there's a compelling reason to do so
* Run dh_install with --list-missing
* Bump debhelper compatibility to 5
Modified: trunk/util/xutils-dev/debian/changelog
===================================================================
--- trunk/util/xutils-dev/debian/changelog 2006-05-31 01:50:35 UTC (rev 2267)
+++ trunk/util/xutils-dev/debian/changelog 2006-05-31 01:51:30 UTC (rev 2268)
@@ -16,8 +16,12 @@
* Bump standards version to 3.7.2.0
* Correct the mkdirhier manpage rewrite patch so that the manpage suffix is
correct
+ * Stop trying to put the debugging symbols somewhere. We're not going to
+ ship them unless there's a compelling reason to do so
+ * Run dh_install with --list-missing
+ * Bump debhelper compatibility to 5
- -- David Nusinow <dnusinow@debian.org> Tue, 30 May 2006 01:19:46 -0400
+ -- David Nusinow <dnusinow@debian.org> Tue, 30 May 2006 21:51:43 -0400
xutils-dev (1:1.0.2-3) unstable; urgency=low
Modified: trunk/util/xutils-dev/debian/compat
===================================================================
--- trunk/util/xutils-dev/debian/compat 2006-05-31 01:50:35 UTC (rev 2267)
+++ trunk/util/xutils-dev/debian/compat 2006-05-31 01:51:30 UTC (rev 2268)
@@ -1 +1 @@
-4
+5
Modified: trunk/util/xutils-dev/debian/control
===================================================================
--- trunk/util/xutils-dev/debian/control 2006-05-31 01:50:35 UTC (rev 2267)
+++ trunk/util/xutils-dev/debian/control 2006-05-31 01:51:30 UTC (rev 2268)
@@ -3,7 +3,7 @@
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, quilt, x11proto-core-dev
+Build-Depends: debhelper (>= 5.0.0), pkg-config, quilt, x11proto-core-dev
Standards-Version: 3.7.2.0
Package: xutils-dev
Modified: trunk/util/xutils-dev/debian/rules
===================================================================
--- trunk/util/xutils-dev/debian/rules 2006-05-31 01:50:35 UTC (rev 2267)
+++ trunk/util/xutils-dev/debian/rules 2006-05-31 01:51:30 UTC (rev 2268)
@@ -80,10 +80,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
dh_compress
dh_fixperms
dh_installdeb
Reply to: