6bb43e417e529e0247a5e6d9d009bffbdd2d22b4
[external/busybox.git] / util-linux / debian / patches / debian-changes-1:1.17.1-10
1 Description: Upstream changes introduced in version 1:1.17.1-10
2  This patch has been created by dpkg-source during the package build.
3  Here's the last changelog entry, hopefully it gives details on why
4  those changes were made:
5  .
6  busybox (1:1.17.1-10) unstable; urgency=low
7  .
8    [ Michael Tokarev ]
9    * tiny build system changes: from main source to build directories:
10      don't copy .dotfiles, use ln instead of cp
11  .
12    [ Joey Hess ]
13    * Enable sha256sum in udeb, needed by debootstrap to handle Release
14      files w/o md5sums.
15    * Did not disable md5sum in udeb because eg anna still uses them to verify
16      md5sum fields from d-i Packages files. (Those fields are still present..
17      for now.)
18  .
19  The person named in the Author field signed this changelog entry.
20 Author: Joey Hess <joeyh@debian.org>
21
22 ---
23 The information above should follow the Patch Tagging Guidelines, please
24 checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
25 are templates for supplementary fields that you might want to add:
26
27 Origin: <vendor|upstream|other>, <url of original patch>
28 Bug: <url in upstream bugtracker>
29 Bug-Debian: http://bugs.debian.org/<bugnumber>
30 Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
31 Forwarded: <no|not-needed|url proving that it has been forwarded>
32 Reviewed-By: <name and email of someone who approved the patch>
33 Last-Update: <YYYY-MM-DD>
34
35 --- /dev/null
36 +++ busybox-1.17.1/busybox-1.17.1/.indent.pro
37 @@ -0,0 +1,33 @@
38 +--blank-lines-after-declarations
39 +--blank-lines-after-procedures
40 +--break-before-boolean-operator
41 +--no-blank-lines-after-commas
42 +--braces-on-if-line
43 +--braces-on-struct-decl-line
44 +--comment-indentation25
45 +--declaration-comment-column25
46 +--no-comment-delimiters-on-blank-lines
47 +--cuddle-else
48 +--continuation-indentation4
49 +--case-indentation0
50 +--else-endif-column33
51 +--space-after-cast
52 +--line-comments-indentation0
53 +--declaration-indentation1
54 +--dont-format-first-column-comments
55 +--dont-format-comments
56 +--honour-newlines
57 +--indent-level4
58 +/* changed from 0 to 4 */
59 +--parameter-indentation4
60 +--line-length78 /* changed from 75 */
61 +--continue-at-parentheses
62 +--no-space-after-function-call-names
63 +--dont-break-procedure-type
64 +--dont-star-comments
65 +--leave-optional-blank-lines
66 +--dont-space-special-semicolon
67 +--tab-size4
68 +/* additions by Mark */
69 +--case-brace-indentation0
70 +--leave-preprocessor-space