r77963 - /scripts/gen-mrconfig.sh
    gregoa at users.alioth.debian.org 
    gregoa at users.alioth.debian.org
       
    Thu Jul 28 21:57:41 UTC 2011
    
    
  
Author: gregoa
Date: Thu Jul 28 21:57:37 2011
New Revision: 77963
URL: http://svn.debian.org/wsvn/?sc=1&rev=77963
Log:
 no need for special-casing dh-make-perl anymore
Modified:
    scripts/gen-mrconfig.sh
Modified: scripts/gen-mrconfig.sh
URL: http://svn.debian.org/wsvn/scripts/gen-mrconfig.sh?rev=77963&op=diff
==============================================================================
--- scripts/gen-mrconfig.sh (original)
+++ scripts/gen-mrconfig.sh Thu Jul 28 21:57:37 2011
@@ -16,7 +16,7 @@
 
 # Packages hosted in Git
 GIT_REPODIR="/git/pkg-perl/packages/"
-GIT_PKGS=$(ls -1 $GIT_REPODIR | grep -v dh-make-perl | sed 's/.git$//')
+GIT_PKGS=$(ls -1 $GIT_REPODIR | sed 's/.git$//')
 
 # cgi
 output "Content-type: text/plain\n"
    
    
More information about the Pkg-perl-cvs-commits
mailing list