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

X Strike Force X.Org X11 SVN commit: r450 - trunk/debian



Author: branden
Date: 2005-07-31 16:38:08 -0500 (Sun, 31 Jul 2005)
New Revision: 450

Modified:
   trunk/debian/control
   trunk/debian/rules
Log:
Further continue r389:
+ Replace false documentation of build-dependency on dbs with accurate
  documentation of build-dependency on quilt.
+ Drop hack (documented as such), which was solely for the benefit of dbs.
  We don't need it now that we don't use dbs.

BANG DRUM: When we change code, can we *please* update the corresponding
comments?  Pretty please?  With a cherry on top?


Modified: trunk/debian/control
===================================================================
--- trunk/debian/control	2005-07-31 21:32:32 UTC (rev 449)
+++ trunk/debian/control	2005-07-31 21:38:08 UTC (rev 450)
@@ -278,7 +278,7 @@
 #                                   package dependencies
 #   lynx                            generates plain-text version of Debian X FAQ
 #   po-debconf                      debconf template translation support
-#   dbs                             package build system
+#   quilt                           patch management system
 # Reasons for Build-Conflicts:
 #   cpp-3.3 (<< 1:3.3.3-0pre1)
 #       Previous versions of cpp 3.3 had broken support for the -traditional

Modified: trunk/debian/rules
===================================================================
--- trunk/debian/rules	2005-07-31 21:32:32 UTC (rev 449)
+++ trunk/debian/rules	2005-07-31 21:38:08 UTC (rev 450)
@@ -23,10 +23,6 @@
 # debhelper
 export DH_OPTIONS
 
-# Update $PATH so that dbs will be able to find our "up-scripts" script.
-PATH = $(shell echo $$PATH:debian/scripts)
-export PATH
-
 # Work around an aggressive overfeature of groff; see Debian Bug #312935 for
 # details.
 export GROFF_NO_SGR=1



Reply to: