Revision f6d9db6355227656108cb93dd8c74d9a9904c5fb authored by Arseny Maslennikov on 09 March 2019, 15:43:06 UTC, committed by Masahiro Yamada on 17 March 2019, 03:56:23 UTC
* The man page for dpkg-source(1) notes:

>      -b, --build directory [format-specific-parameters]
>             Build  a  source  package  (--build since dpkg 1.17.14).
>             <...>
>
>             dpkg-source will build the source package with the first
>             format found in this ordered list: the format  indicated
>             with  the  --format  command  line  option,  the  format
>             indicated in debian/source/format, “1.0”.  The  fallback
>             to “1.0” is deprecated and will be removed at some point
>             in the future, you should always  document  the  desired
>             source   format  in  debian/source/format.  See  section
>             SOURCE PACKAGE FORMATS for an extensive  description  of
>             the various source package formats.

  Thus it would be more foolproof to explicitly use 1.0 (as we always
  did) than to rely on dpkg-source's defaults.

* In a similar vein, debian/rules is not made executable by mkdebian,
  and dpkg-source warns about that but still silently fixes the file.
  Let's be explicit once again.

Signed-off-by: Arseny Maslennikov <ar@cs.msu.ru>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
1 parent da9cfb8
History
File Mode Size
sched
unaligned
atomic.h -rw-r--r-- 363 bytes
bitmap.h -rw-r--r-- 3.8 KB
bitops.h -rw-r--r-- 2.0 KB
bits.h -rw-r--r-- 833 bytes
bug.h -rw-r--r-- 442 bytes
compiler-gcc.h -rw-r--r-- 1.2 KB
compiler.h -rw-r--r-- 4.6 KB
coresight-pmu.h -rw-r--r-- 933 bytes
debug_locks.h -rw-r--r-- 288 bytes
delay.h -rw-r--r-- 117 bytes
err.h -rw-r--r-- 2.0 KB
export.h -rw-r--r-- 239 bytes
filter.h -rw-r--r-- 7.8 KB
ftrace.h -rw-r--r-- 120 bytes
gfp.h -rw-r--r-- 111 bytes
hardirq.h -rw-r--r-- 280 bytes
hash.h -rw-r--r-- 3.0 KB
hashtable.h -rw-r--r-- 4.4 KB
interrupt.h -rw-r--r-- 129 bytes
irqflags.h -rw-r--r-- 1.4 KB
jhash.h -rw-r--r-- 4.5 KB
kallsyms.h -rw-r--r-- 626 bytes
kern_levels.h -rw-r--r-- 954 bytes
kernel.h -rw-r--r-- 3.1 KB
linkage.h -rw-r--r-- 123 bytes
list.h -rw-r--r-- 22.1 KB
lockdep.h -rw-r--r-- 1.4 KB
log2.h -rw-r--r-- 4.7 KB
module.h -rw-r--r-- 270 bytes
mutex.h -rw-r--r-- 117 bytes
nmi.h -rw-r--r-- 0 bytes
numa.h -rw-r--r-- 292 bytes
overflow.h -rw-r--r-- 8.2 KB
poison.h -rw-r--r-- 2.6 KB
proc_fs.h -rw-r--r-- 123 bytes
rbtree.h -rw-r--r-- 5.1 KB
rbtree_augmented.h -rw-r--r-- 8.4 KB
rcu.h -rw-r--r-- 399 bytes
refcount.h -rw-r--r-- 4.1 KB
ring_buffer.h -rw-r--r-- 2.4 KB
seq_file.h -rw-r--r-- 126 bytes
spinlock.h -rw-r--r-- 1.2 KB
stacktrace.h -rw-r--r-- 678 bytes
string.h -rw-r--r-- 830 bytes
stringify.h -rw-r--r-- 380 bytes
time64.h -rw-r--r-- 347 bytes
types.h -rw-r--r-- 1.4 KB

back to top