From 1ef2d90f463498d6479adabc61dd00ee14c6b5c5 Mon Sep 17 00:00:00 2001 From: idk Date: Mon, 22 Jun 2020 18:15:05 -0400 Subject: [PATCH] fix some debian stuff --- Makefile | 7 ++++++- debian/changelog | 7 +++++++ debian/control | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 41e3857..272884c 100644 --- a/Makefile +++ b/Makefile @@ -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 + diff --git a/debian/changelog b/debian/changelog index 2808f91..2e93d96 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +golang-github-eyedeekay-sam3 (0.3.2.3) unreleased; urgency=medium + + [ idk ] + * Purge ramp, re-release + + -- idk Mon, 22 Jun 2020 17:55:03 -0500 + golang-github-eyedeekay-sam3 (0.3.2.2) bionic; urgency=medium [ idk ] diff --git a/debian/control b/debian/control index f977344..9d1504f 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: idk 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