From 53ad858346706f575a292ad0e027490772af6abc Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Mon, 23 Nov 2015 20:56:31 +0100 Subject: [PATCH] Reconfiguration for 1.18 release. --- debian/control | 4 ++-- debian/control.debian | 17 +++++++++++++++++ debian/copyright | 2 +- debian/copyright.debian | 18 ++++++++++++++++++ dist/ubuntu-make-all-distros.sh | 4 ++-- 5 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 debian/control.debian create mode 100644 debian/copyright.debian diff --git a/debian/control b/debian/control index ed9021f..9a15f7c 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: hstr +Source: hh Section: utils Priority: optional Maintainer: Martin Dvorak @@ -8,7 +8,7 @@ Homepage: https://github.com/dvorka/hstr Vcs-Git: https://github.com/dvorka/hstr.git Vcs-Browser: https://github.com/dvorka/hstr -Package: hstr +Package: hh Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Suggest box like shell history completion diff --git a/debian/control.debian b/debian/control.debian new file mode 100644 index 0000000..ed9021f --- /dev/null +++ b/debian/control.debian @@ -0,0 +1,17 @@ +Source: hstr +Section: utils +Priority: optional +Maintainer: Martin Dvorak +Build-Depends: debhelper (>= 8.0.0), autotools-dev, libreadline-dev, libncursesw5-dev +Standards-Version: 3.9.5 +Homepage: https://github.com/dvorka/hstr +Vcs-Git: https://github.com/dvorka/hstr.git +Vcs-Browser: https://github.com/dvorka/hstr + +Package: hstr +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Suggest box like shell history completion + A command line utility that brings improved shell command completion + from the history. It aims to make completion easier and faster than Ctrl-r. +Tag: implemented-in::c++, interface::commandline, role::program \ No newline at end of file diff --git a/debian/copyright b/debian/copyright index 0710208..9b58adb 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ -Upstream-Name: hstr +Upstream-Name: hh Source: https://github.com/dvorka/hstr Files: debian/* diff --git a/debian/copyright.debian b/debian/copyright.debian new file mode 100644 index 0000000..0710208 --- /dev/null +++ b/debian/copyright.debian @@ -0,0 +1,18 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: hstr +Source: https://github.com/dvorka/hstr + +Files: debian/* +Copyright: 2015 Martin Dvorak +License: Apache + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License diff --git a/dist/ubuntu-make-all-distros.sh b/dist/ubuntu-make-all-distros.sh index 6ad05cb..536b570 100755 --- a/dist/ubuntu-make-all-distros.sh +++ b/dist/ubuntu-make-all-distros.sh @@ -11,10 +11,10 @@ export HHBZRMSG="History management and color themes fixes." export VERSION=1.18. -export MINOR=1 +export MINOR=2 # precise quantal saucy precise / trusty utopic vivid wily -for DISTRO in wily +for DISTRO in trusty utopic vivid do ./ubuntu-make-distro.sh ${DISTRO} ${VERSION}${MINOR} "${HHBZRMSG}"