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

X Strike Force Render SVN commit: rev 17 - trunk/debian



Author: branden
Date: 2003-10-15 00:47:19 -0500 (Wed, 15 Oct 2003)
New Revision: 17

Modified:
   trunk/debian/changelog
   trunk/debian/render-dev.install
   trunk/debian/rules
Log:
Make the versioned build-dependency on debhelper truthful, and thus make
this package buildable on woody by avoiding a feature introduced in
debhelper 4.0.4 (the version in woody is 4.0.2).

- debian/rules: do not call dh_install with --sourcedir option
- debian/render-dev.install:
  + use debian/tmp/ prefix on source files
  + consistently specify destination directories


Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2003-10-15 05:38:19 UTC (rev 16)
+++ trunk/debian/changelog	2003-10-15 05:47:19 UTC (rev 17)
@@ -1,3 +1,15 @@
+render (0.8-2) unstable; urgency=low
+
+  * Make the versioned build-dependency on debhelper truthful, and thus make
+    this package buildable on woody by avoiding a feature introduced in
+    debhelper 4.0.4 (the version in woody is 4.0.2).
+    - debian/rules: do not call dh_install with --sourcedir option
+    - debian/render-dev.install:
+      + use debian/tmp/ prefix on source files
+      + consistently specify destination directories
+
+ -- Branden Robinson <branden@debian.org>  Wed, 15 Oct 2003 00:43:20 -0500
+
 render (0.8-1) unstable; urgency=low
 
   * initial release

Modified: trunk/debian/render-dev.install
===================================================================
--- trunk/debian/render-dev.install	2003-10-15 05:38:19 UTC (rev 16)
+++ trunk/debian/render-dev.install	2003-10-15 05:47:19 UTC (rev 17)
@@ -1,5 +1,5 @@
-usr/share/doc/render/library usr/share/doc/render-dev/
-usr/share/doc/render/protocol usr/share/doc/render-dev/
-usr/lib/pkgconfig/render.pc
-usr/X11R6/include/X11/extensions/render.h
-usr/X11R6/include/X11/extensions/renderproto.h
+debian/tmp/usr/share/doc/render/library usr/share/doc/render-dev
+debian/tmp/usr/share/doc/render/protocol usr/share/doc/render-dev
+debian/tmp/usr/lib/pkgconfig/render.pc usr/lib
+debian/tmp/usr/X11R6/include/X11/extensions/render.h usr/X11R6/include/X11/extensions
+debian/tmp/usr/X11R6/include/X11/extensions/renderproto.h usr/X11R6/include/X11/extensions

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2003-10-15 05:38:19 UTC (rev 16)
+++ trunk/debian/rules	2003-10-15 05:47:19 UTC (rev 17)
@@ -25,7 +25,7 @@
 	dh_testdir
 	dh_testroot
 	$(MAKE) DESTDIR=debian/tmp install
-	dh_install --sourcedir=debian/tmp
+	dh_install
 	dh_installdocs
 	dh_installdebconf
 	dh_installmenu



Reply to: