]> andersk Git - config-package-dev.git/blobdiff - encode
Make check-files aware of multiarch
[config-package-dev.git] / encode
diff --git a/encode b/encode
index e69cdf6cb810280d07fd1429649995d37742484f..48ba732618051343c8c3d9f3a8b5442ccc024aff 100755 (executable)
--- a/encode
+++ b/encode
@@ -1,8 +1,6 @@
 #!/usr/bin/perl
 # Encode name of a file in a Debian package name.
 #
-# DO NOT CHANGE THIS FUNCTION OR WE WILL ALL BURN IN CONFLICT HELL
-# 
 # The purpose of this encoding is to cause Debian configuration
 # packages (potentially from different sites) that divert the same
 # configuration file to conflict with each other.  Thus, it is
@@ -13,7 +11,6 @@
 # determine the cause of conflicts between different configuration
 # packages.
  
-print "configures-";
 $ARGV[0] =~ s,^/,,;
 split('', $ARGV[0]);
 foreach (@_){
This page took 0.024702 seconds and 4 git commands to generate.