From: ebelcrom Date: Tue, 29 May 2018 22:09:31 +0000 (+0200) Subject: comit last changes X-Git-Tag: v0.1~6 X-Git-Url: http://www.binomiant.duckdns.org/9wAuyR5S/?a=commitdiff_plain;h=fa9e89ee360132990e52b5245c2738d0b811b360;p=shgen.git comit last changes --- diff --git a/deb/make_deb.sh b/deb/make_deb.sh index 3038f64..5ffaba4 100755 --- a/deb/make_deb.sh +++ b/deb/make_deb.sh @@ -11,10 +11,6 @@ sudo apt-get install build-essential debhelper dh-make quilt fakeroot lintian # tar source for dh_make tar -czf $SRC_DIR.tar.gz $SRC_DIR pushd $SRC_DIR -# run dh_make -set +e -dh_make -s -y -f ../shgen-0.1.tar.gz -set -e # package source dpkg-buildpackage -S -us -uc # install needed packages for build up a ncurses/cdk application diff --git a/deb/shgen-0.1/debian/compat b/deb/shgen-0.1/debian/compat index ec63514..7f8f011 100644 --- a/deb/shgen-0.1/debian/compat +++ b/deb/shgen-0.1/debian/compat @@ -1 +1 @@ -9 +7 diff --git a/deb/shgen-0.1/debian/control b/deb/shgen-0.1/debian/control index f784bbc..f7fbc1e 100644 --- a/deb/shgen-0.1/debian/control +++ b/deb/shgen-0.1/debian/control @@ -2,12 +2,12 @@ Source: shgen Section: misc Priority: optional Maintainer: dragan -Build-Depends: debhelper (>= 9) -Standards-Version: 3.9.6 +Build-Depends: debhelper (>= 7) +Standards-Version: 3.8.3 Homepage: https://binomiant.duckdns.org/MpqU9XX8/shgen.git Package: shgen Architecture: any -Depends: libc6 (>= 2.4), libncurses5 (>= 5.0), libcdk5 (>= 5.0) +Depends: libc6 (>= 2.4), libcdk5 (>= 5.0) Description: Console shell script generator. Ncurses based shell script generator for execution in a console. diff --git a/deb/shgen-0.1/debian/shgen-docs.docs b/deb/shgen-0.1/debian/shgen-docs.docs deleted file mode 100644 index 7319041..0000000 --- a/deb/shgen-0.1/debian/shgen-docs.docs +++ /dev/null @@ -1,2 +0,0 @@ -README.source -README.Debian diff --git a/deb/shgen-0.1/debian/source/format b/deb/shgen-0.1/debian/source/format deleted file mode 100644 index 163aaf8..0000000 --- a/deb/shgen-0.1/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (quilt) diff --git a/src/shgen.c b/src/shgen.c index 050947e..ebde091 100644 --- a/src/shgen.c +++ b/src/shgen.c @@ -1,4 +1,5 @@ #include +#include #include /* diff --git a/src/usr_share_shgen/shgen.sh b/src/usr_share_shgen/shgen.sh index 5f78d00..b3c504f 100755 --- a/src/usr_share_shgen/shgen.sh +++ b/src/usr_share_shgen/shgen.sh @@ -350,3 +350,5 @@ while getopts ":cg" opt; do ;; esac done + +exit 0