mirror of
https://github.com/dvorka/hstr.git
synced 2025-02-21 21:35:31 +08:00
Reconfiguration for 1.18 release.
This commit is contained in:
parent
5892e5d98c
commit
53ad858346
5 changed files with 40 additions and 5 deletions
4
debian/control
vendored
4
debian/control
vendored
|
@ -1,4 +1,4 @@
|
|||
Source: hstr
|
||||
Source: hh
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Martin Dvorak <martin.dvorak@mindforger.com>
|
||||
|
@ -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
|
||||
|
|
17
debian/control.debian
vendored
Normal file
17
debian/control.debian
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
Source: hstr
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Martin Dvorak <martin.dvorak@mindforger.com>
|
||||
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
|
2
debian/copyright
vendored
2
debian/copyright
vendored
|
@ -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/*
|
||||
|
|
18
debian/copyright.debian
vendored
Normal file
18
debian/copyright.debian
vendored
Normal file
|
@ -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 <martin.dvorak@mindforger.com>
|
||||
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
|
4
dist/ubuntu-make-all-distros.sh
vendored
4
dist/ubuntu-make-all-distros.sh
vendored
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue