Commit Debian 3.0 (quilt) metadata
authorPeter Michael Green <plugwash@raspbian.org>
Sun, 12 Jan 2020 01:52:39 +0000 (01:52 +0000)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 12 Jan 2020 02:06:30 +0000 (02:06 +0000)
[dgit (9.9) quilt-fixup]

debian/patches/remove-problematic-gitattributes-files.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/remove-problematic-gitattributes-files.patch b/debian/patches/remove-problematic-gitattributes-files.patch
new file mode 100644 (file)
index 0000000..7e3359c
--- /dev/null
@@ -0,0 +1,92 @@
+From: Raspbian forward porter <root@raspbian.org>
+Subject: remove gitattributes files that cause problems for dgit.
+
+--- ceph-14.2.5.orig/src/civetweb/.gitattributes
++++ /dev/null
+@@ -1,33 +0,0 @@
+-# Auto detect text files and perform LF normalization
+-* -text
+-
+-# Custom for Visual Studio
+-*.cs     diff=csharp
+-*.sln    merge=union
+-*.csproj merge=union
+-*.vbproj merge=union
+-*.fsproj merge=union
+-*.dbproj merge=union
+-
+-# Standard to msysgit
+-*.doc    diff=astextplain
+-*.DOC    diff=astextplain
+-*.docx   diff=astextplain
+-*.DOCX   diff=astextplain
+-*.dot    diff=astextplain
+-*.DOT    diff=astextplain
+-*.pdf    diff=astextplain
+-*.PDF    diff=astextplain
+-*.rtf    diff=astextplain
+-*.RTF    diff=astextplain
+-
+-# Preserver Windows specfic lines endings
+-*.cmd text eol=crlf
+-
+-
+-# Settings for github syntax highlighting
+-# see https://github.com/github/linguist/blob/master/README.md
+-docs/* linguist-documentation
+-*.inl linguist-language=C
+-*.h linguist-language=C
+-include/CivetServer.h linguist-language=C++
+--- ceph-14.2.5.orig/src/rapidjson/.gitattributes
++++ /dev/null
+@@ -1,22 +0,0 @@
+-# Set the default behavior, in case people don't have core.autocrlf set.
+-* text=auto
+-
+-# Explicitly declare text files you want to always be normalized and converted
+-# to native line endings on checkout.
+-*.cpp text
+-*.h text
+-*.txt text
+-*.md text
+-*.cmake text
+-*.svg text
+-*.dot text
+-*.yml text
+-*.in text
+-*.sh text
+-*.autopkg text
+-Dockerfile text
+-
+-# Denote all files that are truly binary and should not be modified.
+-*.png binary
+-*.jpg binary
+-*.json binary
+\ No newline at end of file
+--- ceph-14.2.5.orig/src/zstd/.gitattributes
++++ /dev/null
+@@ -1,24 +0,0 @@
+-# Set the default behavior
+-* text eol=lf
+-
+-# Explicitly declare source files
+-*.c text eol=lf
+-*.h text eol=lf
+-
+-# Denote files that should not be modified.
+-*.odt binary
+-*.png binary
+-
+-# Visual Studio
+-*.sln text eol=crlf
+-*.vcxproj* text eol=crlf
+-*.vcproj* text eol=crlf
+-*.suo binary
+-*.rc text eol=crlf
+-
+-# Windows
+-*.bat text eol=crlf
+-*.cmd text eol=crlf
+-
+-# .travis.yml merging
+-.travis.yml merge=ours
index e1396eb5426f3d8a1cc058f300ea2586399ea541..d533c4f2de8da42f0da7692efeaef1c89c63d8b1 100644 (file)
@@ -15,3 +15,4 @@ fix-bash-completion-location
 32466.patch-1
 32466.patch-2
 detect-raspbian.diff
+remove-problematic-gitattributes-files.patch