File: boo_mimetype.dpatch

package info (click to toggle)
monodevelop 1.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 32,528 kB
  • ctags: 40,669
  • sloc: cs: 255,472; xml: 10,041; makefile: 3,731; sh: 2,528; sed: 2
file content (17 lines) | stat: -rw-r--r-- 551 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#! /bin/sh /usr/share/dpatch/dpatch-run

@DPATCH@

--- monodevelop-0.10/monodevelop.xml.old	2006-04-13 12:12:05.676000000 +0200
+++ monodevelop-0.10/monodevelop.xml	2006-04-13 12:12:54.376000000 +0200
@@ -12,6 +12,10 @@
     <comment xml:lang="en">Nemerle source</comment>
     <glob pattern="*.n"/>
   </mime-type>
+  <mime-type type="text/x-boo">
+    <comment xml:lang="en">Boo source</comment>
+    <glob pattern="*.boo"/>
+  </mime-type>
   <mime-type type="text/x-vb">
     <comment xml:lang="en">VB source</comment>
     <glob pattern="*.vb"/>