fix some debian stuff

This commit is contained in:
idk
2020-06-22 18:15:05 -04:00
parent f90e3b2755
commit 1ef2d90f46
3 changed files with 14 additions and 2 deletions

View File

@ -1,6 +1,6 @@
USER_GH=eyedeekay
VERSION=0.32.2
VERSION=0.32.3
packagename=sam3
echo:
@ -17,3 +17,8 @@ tar:
--exclude .go \
--exclude bin \
-cJvf ../$(packagename)_$(VERSION).orig.tar.xz .
copier:
echo '#! /usr/bin/env sh' > deb/copy.sh
echo 'for f in $$(ls); do scp $$f/*.deb user@192.168.99.106:~/DEBIAN_PKGS/$$f/main/; done' >> deb/copy.sh

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
golang-github-eyedeekay-sam3 (0.3.2.3) unreleased; urgency=medium
[ idk ]
* Purge ramp, re-release
-- idk <hankhill19580@gmail.com> Mon, 22 Jun 2020 17:55:03 -0500
golang-github-eyedeekay-sam3 (0.3.2.2) bionic; urgency=medium
[ idk ]

2
debian/control vendored
View File

@ -6,7 +6,7 @@ Uploaders: idk <hankhill19580@gmail.com>
Build-Depends: debhelper (>= 11),
dh-golang,
git,
golang-any
golang-any | golang-go,
Standards-Version: 4.2.1
Homepage: https://github.com/eyedeekay/sam3
Vcs-Browser: https://github.com/eyedeekay/sam3