xaizek / hstr (License: Apachev2) (since 2018-12-07)
Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history.
Commit dfddecccd1bf3a353decfc0df129e2e6c1635fc7

Managed to fix Debian change log signature line + fixed changelog file name.
Author: Martin Dvorak
Author date (UTC): 2015-09-17 05:30
Committer name: Martin Dvorak
Committer date (UTC): 2015-09-17 05:30
Parent(s): 109af2e7643e62acaa7d21002ce40a6a160f8a8e
Signing key:
Tree: f7c5b28e8da4a7f28bd112c3811f097666f84853
File Lines added Lines deleted
Changelog 1 1
dist/2-debian-build-deb.sh 8 4
File Changelog renamed from ChangeLog (similarity 99%) (mode: 100644) (index 5ad9712..f33e4c0)
1 1 2015-05-09 Martin Dvorak <martin.dvorak@mindforger.com> 2015-05-09 Martin Dvorak <martin.dvorak@mindforger.com>
2
2
3 3 * Released v1.17 - History Management and Color Profiles * Released v1.17 - History Management and Color Profiles
4 4 * This release brings improvements and stabilization * This release brings improvements and stabilization
5 5 of the history management along with terminal of the history management along with terminal
File dist/2-debian-build-deb.sh changed (mode: 100755) (index f2867df..7482653)
... ... export SCRIPTHOME=`pwd`
5 5 . ./debian-env.sh . ./debian-env.sh
6 6
7 7 function createChangelog() { function createChangelog() {
8 # crazily strict Debian tool:
9 # - signature line MUST have one whitespace prefix
10 # - signature line MUST have double space between email and timestamp
11 # - traling lines must have exactly one space
12
8 13 export MYTS=`date "+%a, %d %b %Y %H:%M:%S"` export MYTS=`date "+%a, %d %b %Y %H:%M:%S"`
9 14 echo "Changelog timestamp: ${MYTS}" echo "Changelog timestamp: ${MYTS}"
10 15 echo -e "hstr (${HHFULLVERSION}) ${UBUNTUVERSION}; urgency=low" > $1 echo -e "hstr (${HHFULLVERSION}) ${UBUNTUVERSION}; urgency=low" > $1
11 echo -e "\n" >> $1
16 echo " " >> $1
12 17 echo -e " * ${HHBZRMSG}" >> $1 echo -e " * ${HHBZRMSG}" >> $1
13 echo -e "\n" >> $1
14 echo -e " -- Martin Dvorak (Dvorka) <martin.dvorak@mindforger.com> ${MYTS} +0100" >> $1
15 echo -e "\n" >> $1
18 echo " " >> $1
19 echo " -- Martin Dvorak <martin.dvorak@mindforger.com> ${MYTS} +0100" >> $1
16 20 } }
17 21
18 22 function createTarball() { function createTarball() {
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/hstr

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/hstr

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master