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

X Strike Force Render SVN commit: r82 - trunk/renderproto-0.9.2/debian



Author: dnusinow
Date: 2005-12-26 22:34:33 -0500 (Mon, 26 Dec 2005)
New Revision: 82

Added:
   trunk/renderproto-0.9.2/debian/patches/
Modified:
   trunk/renderproto-0.9.2/debian/changelog
   trunk/renderproto-0.9.2/debian/rules
Log:
* Add 001_library_and_protocol.diff to add missing files to upstream tree.
  These are elsewhere in the 7.0 source (where I pulled the tree from) so we
  need to artificially add them for now.
* Make debian/rules use xsfclean and patch targets from xsfbs


Modified: trunk/renderproto-0.9.2/debian/changelog
===================================================================
--- trunk/renderproto-0.9.2/debian/changelog	2005-12-27 03:28:57 UTC (rev 81)
+++ trunk/renderproto-0.9.2/debian/changelog	2005-12-27 03:34:33 UTC (rev 82)
@@ -7,8 +7,12 @@
     wanted.
     + Add build-depends on quilt
   * Update to 0.9.2 release upstream
+  * Add 001_library_and_protocol.diff to add missing files to upstream tree.
+    These are elsewhere in the 7.0 source (where I pulled the tree from) so we
+    need to artificially add them for now.
+  * Make debian/rules use xsfclean and patch targets from xsfbs
 
- -- David Nusinow <dnusinow@debian.org>  Mon, 26 Dec 2005 22:24:06 -0500
+ -- David Nusinow <dnusinow@debian.org>  Mon, 26 Dec 2005 22:33:19 -0500
 
 renderext (1:0.9+CVS20050905-1) experimental; urgency=low
 

Modified: trunk/renderproto-0.9.2/debian/rules
===================================================================
--- trunk/renderproto-0.9.2/debian/rules	2005-12-27 03:28:57 UTC (rev 81)
+++ trunk/renderproto-0.9.2/debian/rules	2005-12-27 03:34:33 UTC (rev 82)
@@ -4,19 +4,19 @@
 
 include debian/xsfbs/xsfbs.mk
 
-configure: configure-stamp
+configure: configure-stamp patch
 configure-stamp:
 	./configure --prefix=/usr --includedir=/usr/X11R6/include
 	touch $@
 
-clean: configure-stamp
+clean: configure-stamp xsfclean
 	dh_testdir
 	dh_testroot
 	$(MAKE) distclean
 	dh_clean build-stamp configure-stamp
 
 build: build-stamp
-build-stamp: configure-stamp
+build-stamp: configure-stamp 
 	dh_testdir
 	$(MAKE)
 	touch $@



Reply to: