diff options
| author | Osamu Aoki <osamu@debian.org> | 2020-07-09 02:06:01 +0900 |
|---|---|---|
| committer | Osamu Aoki <osamu@debian.org> | 2020-07-09 02:16:10 +0900 |
| commit | d9ab97879121bf0d4019a4997cebf8d5ccad8064 (patch) | |
| tree | a726e4fd73b2b95ca7f0eeb7c3d2efdb2d8ee98f /extra3 | |
| parent | f90389b4954b3048a99cceb41083538053587835 (diff) | |
| parent | 0c0217d42b56ce23d978ea6123d0d766533bbaa1 (diff) | |
Import Debian changes 4.3.2-1
debmake (4.3.2-1) unstable; urgency=medium
[Ondřej Nový]
* d/changelog: Remove trailing whitespaces
[VictorRodriguez]
* Warning instead of error debmake fail due to missing shebang in setup.py
[ Osamu Aoki ]
* Drop incorrect statement on licensecheck. Closes: #953724
* Add the Upstream-Contact field. Closes: #935532
* Add JavaScript Node.js experimental support. Closes: #954828
Diffstat (limited to 'extra3')
| -rw-r--r-- | extra3/compat.ex | 9 | ||||
| -rw-r--r-- | extra3/manpage.xml.ex | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/extra3/compat.ex b/extra3/compat.ex new file mode 100644 index 0000000..38c0f57 --- /dev/null +++ b/extra3/compat.ex @@ -0,0 +1,9 @@ +# debian/compat must contain a positive number in the first line only. +# +# This should not be used now (debhelper 12 or newer) under the normal +# packaging. +# +# This may be still useful to set the compatibility level to experimental +# or beta compatibility levels. +# +# Please read "COMPATIBILITY LEVELS" in debhelper(7). diff --git a/extra3/manpage.xml.ex b/extra3/manpage.xml.ex index c3731bc..d0d941f 100644 --- a/extra3/manpage.xml.ex +++ b/extra3/manpage.xml.ex @@ -244,7 +244,7 @@ man(1), man(7), http://www.tldp.org/HOWTO/Man-Page/ </refsect1> <refsect1 id="see_also"> <title>SEE ALSO</title> - <!-- In alpabetical order. --> + <!-- In alphabetical order. --> <para><citerefentry> <refentrytitle>bar</refentrytitle> <manvolnum>1</manvolnum> |
