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

X Strike Force Xcursor SVN commit: rev 22 - trunk/debian



Author: branden
Date: 2003-10-12 23:51:36 -0500 (Sun, 12 Oct 2003)
New Revision: 22

Modified:
   trunk/debian/rules
Log:
Simplify CDBS import logic.
  + Don't include buildcore.mk, as we expect it to be included by the
    higher-level stuff we are included.
  + Don't include simple-patchsys.mk, since we'll be applying patches
    straight to the SVN repository.

(cosmetic) Punctuate the ends of sentences.
- debian/rules


Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2003-10-13 04:36:27 UTC (rev 21)
+++ trunk/debian/rules	2003-10-13 04:51:36 UTC (rev 22)
@@ -2,10 +2,9 @@
 
 # $Id$
 
-include /usr/share/cdbs/1/rules/buildcore.mk
+# Import Common Debian Build System (CDBS).
 include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
-# RPATH is considered harmful by the Debian Project
+# RPATH is considered harmful by the Debian Project.
 DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath



Reply to: