[Nickle] nickle: Branch 'master' - 2 commits

Keith Packard keithp at keithp.com
Tue Nov 14 02:02:47 PST 2017


 debian/changelog |    8 ++++++++
 debian/control   |    4 ++--
 debian/rules     |    8 +-------
 3 files changed, 11 insertions(+), 9 deletions(-)

New commits:
commit b331afa2478638c06664612ff6620ba100e6635e
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Nov 14 02:00:54 2017 -0800

    Version 2.80-2
    
    Debian packaging fixes.
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/debian/changelog b/debian/changelog
index df1c41f..841a5d7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nickle (2.80-2) unstable; urgency=low
+
+  * Update standard version to 4.1.1
+  * Remove unnecessary configure overrides in rules
+  * Remove use of autotools-dev
+
+ -- Keith Packard <keithp at keithp.com>  Tue, 14 Nov 2017 01:54:20 -0800
+
 nickle (2.80-1) unstable; urgency=medium
 
   * Support float values in JSON
commit e6549ca1f74a90ef9d9b464b3eddd41214671773
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Nov 14 02:00:09 2017 -0800

    debian: Clean up lintian warnings
    
     * Update standards version to 4.1.1
     * Remove use of autotools-dev
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/debian/control b/debian/control
index fb1bff1..b5cf30b 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: nickle
 Section: interpreters
 Priority: optional
 Maintainer: Keith Packard <keithp at keithp.com>
-Build-Depends: debhelper (>= 10), libreadline-dev, autotools-dev, docbook-utils, bison, flex
-Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 10), libreadline-dev, docbook-utils, bison, flex
+Standards-Version: 4.1.1
 
 Package: nickle
 Architecture: any
diff --git a/debian/rules b/debian/rules
index d6438fd..c1400e7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,14 +9,8 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
-configure_flags = --mandir='$${prefix}/share/man'
-
 %:
-	dh $@  --with autotools-dev
-
-override_dh_auto_configure:
-	dh_auto_configure -- $(configure_flags)
-
+	dh $@
 
 # Don't install duplicate copyright info from COPYING files
 # Make examples which happen to start with #! executable


More information about the Nickle mailing list