[Nickle] nickle: Branch 'master'

Keith Packard keithp at keithp.com
Wed Oct 3 15:11:40 PDT 2018


 Makefile.am      |    2 +-
 debian/changelog |    6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

New commits:
commit ea3d55a6f635554f454564b7b914f9437b6584eb
Author: Keith Packard <keithp at keithp.com>
Date:   Wed Oct 3 15:10:07 2018 -0700

    Include debian/source/format in tarball
    
    The tarball is used to build the debian package and without this file
    the resulting bits have a lintian warning.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/Makefile.am b/Makefile.am
index 7f1b497..0fe0a19 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@ NICKLEFILES = builtin.5c math.5c scanf.5c mutex.5c \
 	prime_sieve.5c factorial.5c gamma.5c sort.5c list.5c skiplist.5c \
 	json.5c
 
-DEBIAN = debian/changelog debian/compat \
+DEBIAN = debian/changelog debian/compat debian/source/format \
 	 debian/control debian/copyright debian/rules debian/lintian.override
 	 
 EXTRA_DIST = README.name README.release autogen.sh ChangeLog \
diff --git a/debian/changelog b/debian/changelog
index 84d4d86..8609d38 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nickle (2.83-1) UNRELEASED; urgency=medium
+
+  * Include debian/source/format in tarball
+
+ -- Keith Packard <keithp at keithp.com>  Wed, 03 Oct 2018 14:59:47 -0700
+
 nickle (2.82-1) unstable; urgency=medium
 
   * Switch to mktime from timelocal for musl compatibility


More information about the Nickle mailing list