Author: fabbione
Date: 2004-10-04 12:31:19 -0500 (Mon, 04 Oct 2004)
New Revision: 25

Added:
   xorg/trunk/debian/scripts/independent-sources
Removed:
   xorg/trunk/debian/scripts/indipendent-sources
Modified:
   xorg/trunk/debian/CHANGESETS
   xorg/trunk/debian/rules
Log:
Change LANG s/en_IT/en_US/g ;).


Modified: xorg/trunk/debian/CHANGESETS
===================================================================
--- xorg/trunk/debian/CHANGESETS        2004-10-03 06:43:00 UTC (rev 24)
+++ xorg/trunk/debian/CHANGESETS        2004-10-04 17:31:19 UTC (rev 25)
@@ -12,7 +12,7 @@
     9
 
 * Add support for "banned sources" in scripts/split-source and add
-  scripts/indipendent-sources as general list of packages we do
+  scripts/independent-sources as general list of packages we do
   not want to ship.
     14
 
@@ -44,4 +44,7 @@
    171 times!)
     22
 
+* Cosmetic: s/indipendent/independent/g
+    25
+
 vim:set ai et sts=4 sw=4 tw=80:

Modified: xorg/trunk/debian/rules
===================================================================
--- xorg/trunk/debian/rules     2004-10-03 06:43:00 UTC (rev 24)
+++ xorg/trunk/debian/rules     2004-10-04 17:31:19 UTC (rev 25)
@@ -29,7 +29,7 @@
        ./debian/scripts/split-source $(CURDIR)/build-tree \
                                      $(TAR_DIR) \
                                      $(CURDIR)/$(SOURCE_DIR)/tarballs \
-                                     
$(CURDIR)/debian/scripts/indipendent-sources
+                                     
$(CURDIR)/debian/scripts/independent-sources
 
        touch $@
 
@@ -52,7 +52,7 @@
        # 
        # - a package that has been declared in debian/control but has not been 
built
        #   due to the following possible reasons:
-       #     + package has been banned (see debian/scripts/indipendent-sources)
+       #     + package has been banned (see debian/scripts/independent-sources)
        #     + package has been removed from the upstream tree
        #     + package has been renamed within the upstream tree
        #     + package changed location within the upstream tree

Copied: xorg/trunk/debian/scripts/independent-sources (from rev 23, 
xorg/trunk/debian/scripts/indipendent-sources)
===================================================================
--- xorg/trunk/debian/scripts/indipendent-sources       2004-10-03 06:42:21 UTC 
(rev 23)
+++ xorg/trunk/debian/scripts/independent-sources       2004-10-04 17:31:19 UTC 
(rev 25)
@@ -0,0 +1,12 @@
+# $Id$
+
+# List of sources that should not be built from this package because they have
+# gained their own independency from X tree.
+#
+# Format: one entry for each line.
+#
+# Example: programs-xset 
+# will skip xc/programs/xset and the result xorg-source-programs-xset.tar.gz
+# not generated.
+
+# vim:set ai et sts=4 sw=4 tw=80:

Deleted: xorg/trunk/debian/scripts/indipendent-sources
===================================================================
--- xorg/trunk/debian/scripts/indipendent-sources       2004-10-03 06:43:00 UTC 
(rev 24)
+++ xorg/trunk/debian/scripts/indipendent-sources       2004-10-04 17:31:19 UTC 
(rev 25)
@@ -1,12 +0,0 @@
-# $Id$
-
-# List of sources that should not be built from this package because they have
-# gained their own indipendency from X tree.
-#
-# Format: one entry for each line.
-#
-# Example: programs-xset 
-# will skip xc/programs/xset and the result xorg-source-programs-xset.tar.gz
-# not generated.
-
-# vim:set ai et sts=4 sw=4 tw=80:

Reply via email to