Compare commits

..

No commits in common. "c76b9cf7b5bdb9126f638f827baad31c45efdc0d" and "131be5e113248aea2f2817ca36293cd1ae4b772a" have entirely different histories.

7 changed files with 2 additions and 48 deletions

View File

@ -21,13 +21,8 @@ function build_git_repo()
VERSION=$(newest_git_tag)
fi
if [ -n "$VERSION" ] ; then
git verify-tag "$VERSION"
git checkout "$VERSION"
else
LAST_COMMIT_ID=$(git log --pretty="format:%h" -n1)
VERSION="0.1+git$LAST_COMMIT_ID"
fi
git verify-tag "$VERSION"
git checkout "$VERSION"
mv ../debian/ .
VERSION_CHANGELOG=$( echo $VERSION | sed -e 's/v//g')
sed -e "s/NAME_PLACEHOLDER/$NAME/g" -i ./debian/changelog

View File

@ -1,14 +0,0 @@
#!/bin/bash
source ../functions.bash
if [ $# -ne 1 ] ; then
echo "Usage: $0 poolpath" 1>&2
exit 1
fi
set -e
TAG="_auto_"
BUILDDIR=$(mktemp -d)
OUTPUT_DIR="$1"
build_git_repo "$BUILDDIR" "https://github.com/quitesimpleorg/hs9001" hs9001 "$TAG" "$OUTPUT_DIR"

View File

@ -1,5 +0,0 @@
hs9001 (1.0) unstable; urgency=medium
* Initial Release.
-- quitesimple.org repo management department ;-) <repo@quitesimple.org> Tue, 18 Aug 2020 18:17:03 +0200

View File

@ -1,12 +0,0 @@
Source: hs9001
Section: unknown
Priority: optional
Maintainer: quitesimple.org repo management department ;-) <repo@quitesimple.org>
Build-Depends: golang-go, debhelper-compat (= 12)
Standards-Version: 4.4.1
Homepage: <https://github.com/quitesimpleorg/hs9001>
Package: hs9001
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Bash history put into sqlite so it can be searched

View File

@ -1 +0,0 @@
hs9001 /usr/bin/

View File

@ -1,8 +0,0 @@
#!/usr/bin/make -f
%:
dh $@
override_dh_auto_build:
go build -ldflags "-s -w"
override_dh_auto_install:

View File

@ -1 +0,0 @@
3.0 (native)