Browse Source

Add extra magic file for magic to be upstreamed

Christoph Biedl 5 years ago
parent
commit
b87c51e536
3 changed files with 18 additions and 0 deletions
  1. 2 0
      debian/debian-extra-magic
  2. 15 0
      debian/patches/local.extra-magic.patch
  3. 1 0
      debian/patches/series

+ 2 - 0
debian/debian-extra-magic

@@ -0,0 +1,2 @@
+
+# sorted by Debian bug report number

+ 15 - 0
debian/patches/local.extra-magic.patch

@@ -0,0 +1,15 @@
+Subject: Extra magic file, to be upstreamed
+Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
+Date: 2018-07-18
+Forwarded: not-yet
+
+--- a/magic/Makefile.am
++++ b/magic/Makefile.am
+@@ -10,6 +10,7 @@
+ EXTRA_DIST = \
+ $(MAGIC_DIR)/Header \
+ $(MAGIC_DIR)/Localstuff \
++$(MAGIC_FRAGMENT_DIR)/../../debian/debian-extra-magic \
+ $(MAGIC_FRAGMENT_DIR)/acorn \
+ $(MAGIC_FRAGMENT_DIR)/adi \
+ $(MAGIC_FRAGMENT_DIR)/adventure \

+ 1 - 0
debian/patches/series

@@ -10,3 +10,4 @@ local.mention-posixly-correct-dependent-behaviour-in-usage-message.patch
 local.report-gz-as-application-gzip.patch
 local.disable-detection-of-vax-coff-executables.patch
 local.disable-algol68-detection.patch
+local.extra-magic.patch