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

X Strike Force XOrg SVN commit: r71 - xorg-template/trunk/debian



Author: fabbione
Date: 2004-10-21 10:40:03 -0500 (Thu, 21 Oct 2004)
New Revision: 71

Modified:
   xorg-template/trunk/debian/rules
Log:
Update standard templates.


Modified: xorg-template/trunk/debian/rules
===================================================================
--- xorg-template/trunk/debian/rules	2004-10-21 15:21:06 UTC (rev 70)
+++ xorg-template/trunk/debian/rules	2004-10-21 15:40:03 UTC (rev 71)
@@ -23,15 +23,9 @@
   include $(SCRIPT_DIR)/dpkg-arch.mk
 endif
 
-# Determine our architecture.
-include /usr/share/xorg/dbuild-scripts/arch.mk
+# Include all our shared scripts
+include /usr/share/xorg/dbuild-scripts/all.mk
 
-# Import standard check-manifest.
-include /usr/share/xorg/dbuild-scripts/check-manifest.mk
-
-# Import anal patch-audit check.
-include /usr/share/xorg/dbuild-scripts/patch-audit.mk
-
 configure: $(STAMP_DIR)/configure
 $(STAMP_DIR)/configure: $(patched)
 	dh_testdir
@@ -42,7 +36,7 @@
 	touch $@
 
 build: $(STAMP_DIR)/build
-$(STAMP_DIR)/build: patch-audit configure
+$(STAMP_DIR)/build: patch-audit symlinks configure
 	dh_testdir
 	cd $(SOURCE_TREE)/$(PROJECT_DIR) && \
 	 $(MAKE)



Reply to: