Browse Source

Replace non-breaking spaces with ASCII spaces

Guillem Jover 10 years ago
parent
commit
cd852844bc
3 changed files with 4 additions and 4 deletions
  1. 1 1
      ChangeLog.old
  2. 1 1
      scripts/Dpkg/Source/Patch.pm
  3. 2 2
      scripts/dpkg-shlibdeps.pl

+ 1 - 1
ChangeLog.old

@@ -9743,7 +9743,7 @@ Fri May 7 00:39:01 BST 2004 Christian Perrier <bubulle@debian.org>
 
 Fri May 7 00:04:28 BST 2004 Scott James Remnant <scott@netsplit.com>
 
-  * lib/parsehelp.c, scripts/dpkg-source.pl, scripts/cl-debian.pl: Remove
+  * lib/parsehelp.c, scripts/dpkg-source.pl, scripts/cl-debian.pl: Remove
   restriction that package names be at least two characters long.
 
 Thu May 6 23:57:52 BST 2004 Andrew Shugg <andrew@neep.com.au>

+ 1 - 1
scripts/Dpkg/Source/Patch.pm

@@ -592,7 +592,7 @@ sub apply {
     return $analysis;
 }
 
-# Verify if check will work...
+# Verify if check will work...
 sub check_apply {
     my ($self, $destdir, %opts) = @_;
     # Set default values to options

+ 2 - 2
scripts/dpkg-shlibdeps.pl

@@ -638,7 +638,7 @@ sub add_shlibs_dep {
     my ($soname, $pkg, $libfile) = @_;
     my @shlibs = ($shlibslocal, $shlibsoverride);
     if ($pkg eq '') {
-	# If the file is not packaged, try to find out the shlibs file in
+	# If the file is not packaged, try to find out the shlibs file in
 	# the package being built where the lib has been found
 	my $pkg_root = guess_pkg_root_dir($libfile);
 	if (defined $pkg_root) {
@@ -725,7 +725,7 @@ sub find_symbols_file {
     my ($pkg, $soname, $libfile) = @_;
     my @files;
     if ($pkg eq '') {
-	# If the file is not packaged, try to find out the symbols file in
+	# If the file is not packaged, try to find out the symbols file in
 	# the package being built where the lib has been found
 	my $pkg_root = guess_pkg_root_dir($libfile);
 	if (defined $pkg_root) {