1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- #!/bin/sh /usr/share/dpatch/dpatch-run
- ## 306-magic-add-clarion.dpatch by Julien Blache <jblache@debian.org>
- ##
- ## DP: New magic for the Clarion files (Closes: #282680).
- @DPATCH@
- diff -Naurp file-4.23.orig/magic/Magdir/clarion file-4.23/magic/Magdir/clarion
- --- file-4.23.orig/magic/Magdir/clarion 1970-01-01 00:00:00.000000000 +0000
- +++ file-4.23/magic/Magdir/clarion 2008-01-12 16:51:53.000000000 +0000
- @@ -0,0 +1,23 @@
- +# Type: Clarion Personal/Professional Developer (v2 and above)
- +# From: Julien Blache <jb@jblache.org>
- +
- +# Database files
- +# signature
- +0 leshort 0x3343 Clarion Personal/Professional Developer (v2 and above) data file
- +# attributes
- +>2 leshort &0x0001 \b, locked
- +>2 leshort &0x0004 \b, encrypted
- +>2 leshort &0x0008 \b, memo file exists
- +>2 leshort &0x0010 \b, compressed
- +>2 leshort &0x0040 \b, read only
- +# number of records
- +>5 lelong x \b, %ld records
- +
- +# Memo files
- +0 leshort 0x334d Clarion Personal/Professional Developer (v2 and above) memo data
- +
- +# Key/Index files
- +# No magic? :(
- +
- +# Help files
- +0 leshort 0x49e0 Clarion Personal/Professional Developer (v2 and above) help data
- diff -Naurp file-4.23.orig/magic/Makefile.am file-4.23/magic/Makefile.am
- --- file-4.23.orig/magic/Makefile.am 2007-11-07 22:09:58.000000000 +0000
- +++ file-4.23/magic/Makefile.am 2008-01-12 16:51:53.000000000 +0000
- @@ -60,6 +60,7 @@ Magdir/chord \
- Magdir/cisco \
- Magdir/citrus \
- Magdir/claris \
- +Magdir/clarion \
- Magdir/clipper \
- Magdir/cracklib \
- Magdir/spec \
- diff -Naurp file-4.23.orig/magic/Makefile.in file-4.23/magic/Makefile.in
- --- file-4.23.orig/magic/Makefile.in 2007-12-28 20:35:02.000000000 +0000
- +++ file-4.23/magic/Makefile.in 2008-01-12 16:51:53.000000000 +0000
- @@ -199,6 +199,7 @@ Magdir/chord \
- Magdir/cisco \
- Magdir/citrus \
- Magdir/claris \
- +Magdir/clarion \
- Magdir/clipper \
- Magdir/cracklib \
- Magdir/spec \
|