File: CatalystIgnoreFiles.patch

package info (click to toggle)
ebug-http 0.31-2.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 348 kB
  • ctags: 343
  • sloc: perl: 1,957; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
diff -Nur ebug-http/Makefile.PL ebug-http.new/Makefile.PL
--- ebug-http/Makefile.PL	2007-10-15 16:53:42.000000000 +0000
+++ ebug-http.new/Makefile.PL	2007-10-15 16:54:08.000000000 +0000
@@ -17,6 +17,7 @@
   requires Test::Expect => 0;
 }
 
+catalyst_ignore('debian', 'CHANGES', 'ebug_http');
 catalyst;
 
 install_script glob('ebug_http');