From 5c747ca6a8aed0bff9790abeedd651877ec52959 Mon Sep 17 00:00:00 2001 From: Aeluin Chen Date: Mon, 14 Sep 2015 17:14:18 +0800 Subject: [PATCH] Correct the package version from 1.0 to 1.0.1 --- configure.ac | 2 +- debian/control | 1 - debian/rules | 2 +- debian/source/format | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index a7e93d6..0090a41 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([sanji-controller], [1.0], [aeluin.chen@moxa.com]) +AC_INIT([sanji-controller], [1.0.1], [aeluin.chen@moxa.com]) AM_INIT_AUTOMAKE([1.11 foreign]) AC_CONFIG_SRCDIR([src/sanji_controller.c]) AC_CONFIG_HEADERS([config.h]) diff --git a/debian/control b/debian/control index 8f51193..1dbeb35 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,6 @@ Section: libs Homepage: http://www.moxa.com #Vcs-Git: git@github.com:Sanji-IO/sanji-controller.git #Vcs-Browser: -X-Python-Version: >= 2.5 Package: sanji-controller Section: libs diff --git a/debian/rules b/debian/rules index 955dd78..f38d3ea 100755 --- a/debian/rules +++ b/debian/rules @@ -10,4 +10,4 @@ #export DH_VERBOSE=1 %: - dh $@ + dh $@ --with autotools-dev diff --git a/debian/source/format b/debian/source/format index 89ae9db..163aaf8 100644 --- a/debian/source/format +++ b/debian/source/format @@ -1 +1 @@ -3.0 (native) +3.0 (quilt)