[SCM] UNNAMED PROJECT branch, debian-unstable, updated. 3ee9d5a018d873823da8cc9551a66bd401d167af

Drew Parsons dparsons at debian.org
Fri Mar 27 05:21:12 UTC 2009


The following commit has been merged in the debian-unstable branch:
commit 3ee9d5a018d873823da8cc9551a66bd401d167af
Author: Drew Parsons <dparsons at debian.org>
Date:   Fri Mar 27 16:19:44 2009 +1100

    Borrow xsfbs from XSF (for quilt patches)
    
    In fact, the XSF handles patches with quilt so well that I'll borrow
    their xsfbs infrastructure verbatim (provides the patch and unpatch
    rule used in debian/rules. "debian/rules patch" to apply the patches,
    "debian/rules unpatch" to undo them and return to the bare upstream
    state).
    Keep debian/xsfbs up to date with
         git pull http://git.debian.org/git/pkg-xorg/xsfbs.git debian-unstable

diff --git a/debian/rules b/debian/rules
index f94be02..1836432 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,7 +13,7 @@ configure-stamp:
 	# Add here commands to configure the package.
 	touch configure-stamp
 
-build: configure-stamp build-stamp
+build: patch configure-stamp build-stamp
 build-stamp:
 	dh_testdir
 

-- 
UNNAMED PROJECT



More information about the debian-science-commits mailing list