Compare commits
No commits in common. "c76b9cf7b5bdb9126f638f827baad31c45efdc0d" and "131be5e113248aea2f2817ca36293cd1ae4b772a" have entirely different histories.
c76b9cf7b5
...
131be5e113
@ -21,13 +21,8 @@ function build_git_repo()
|
|||||||
VERSION=$(newest_git_tag)
|
VERSION=$(newest_git_tag)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$VERSION" ] ; then
|
|
||||||
git verify-tag "$VERSION"
|
git verify-tag "$VERSION"
|
||||||
git checkout "$VERSION"
|
git checkout "$VERSION"
|
||||||
else
|
|
||||||
LAST_COMMIT_ID=$(git log --pretty="format:%h" -n1)
|
|
||||||
VERSION="0.1+git$LAST_COMMIT_ID"
|
|
||||||
fi
|
|
||||||
mv ../debian/ .
|
mv ../debian/ .
|
||||||
VERSION_CHANGELOG=$( echo $VERSION | sed -e 's/v//g')
|
VERSION_CHANGELOG=$( echo $VERSION | sed -e 's/v//g')
|
||||||
sed -e "s/NAME_PLACEHOLDER/$NAME/g" -i ./debian/changelog
|
sed -e "s/NAME_PLACEHOLDER/$NAME/g" -i ./debian/changelog
|
||||||
|
@ -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"
|
|
||||||
|
|
@ -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
|
|
@ -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
|
|
@ -1 +0,0 @@
|
|||||||
hs9001 /usr/bin/
|
|
@ -1,8 +0,0 @@
|
|||||||
#!/usr/bin/make -f
|
|
||||||
%:
|
|
||||||
dh $@
|
|
||||||
|
|
||||||
override_dh_auto_build:
|
|
||||||
go build -ldflags "-s -w"
|
|
||||||
|
|
||||||
override_dh_auto_install:
|
|
@ -1 +0,0 @@
|
|||||||
3.0 (native)
|
|
Loading…
Reference in New Issue
Block a user