try and fix debian builds

This commit is contained in:
idk
2022-07-07 14:32:34 -04:00
parent 8bc3c3548f
commit dd84771885
2 changed files with 4 additions and 4 deletions

View File

@ -343,8 +343,6 @@ deb: clean
--exclude="i2p.plugins.tor-manager" \
--exclude="i2p.plugins.tor-manager.exe" \
--exclude="tmp" \
--exclude="repo" \
--exclude="flatpak.repo.i2p.plugins.tor-manager" \
-cvzf ../i2p.plugins.tor-manager_$(VERSION).orig.tar.gz .
dpkg-buildpackage -us -uc
@ -360,6 +358,8 @@ debsrc: clean
--exclude="i2p.plugins.tor-manager" \
--exclude="i2p.plugins.tor-manager.exe" \
--exclude="tmp" \
--exclude="repo" \
--exclude="flatpak.repo.i2p.plugins.tor-manager" \
-cvzf ../i2p.plugins.tor-manager_$(VERSION).orig.tar.gz .
debuild -S
mv "../hankhill19580_at_gmail.com.crl" ./

4
debian/rules vendored
View File

@ -1,12 +1,12 @@
#!/usr/bin/make -f
export DH_GOLANG_INSTALL_EXTRA := tor-browser/TPO-signing-key.pub tor-browser/unpack/awo@eyedeekay.github.io.xpi tor-browser/unpack/i2p.firefox tor-browser/unpack/i2p.firefox.config onion.png garliconion.png i2ptorbrowser.desktop torbrowser.desktop vendor
export DH_GOLANG_INSTALL_EXTRA := tor-browser/TPO-signing-key.pub tor-browser/NOT-TPO-signing-key.pub tor-browser/unpack/awo@eyedeekay.github.io.xpi tor-browser/unpack/i2p.firefox tor-browser/unpack/i2p.firefox.config onion.png garliconion.png offline.png i2ptorbrowser.desktop tor-browser/www/blizzard.png torbrowser.desktop vendor tor-browser/www
export DH_GOLANG_INSTALL_EXTRA += ../../../github.com/jchavannes/go-pgp/pgp ../../../github.com/justinas/nosurf ../../../github.com/eyedeekay/sam3 ../../../github.com/eyedeekay/goSam ../../../github.com/eyedeekay/checki2cp ../../../github.com/eyedeekay/go-i2cp ../../../github.com/eyedeekay/sam-forwarder ../../../github.com/eyedeekay/httptunnel ../../../github.com/itchio/damage ../../../github.com/itchio/headway ../../../github.com/otiai10/copy ../../../github.com/gtank/cryptopasta ../../../github.com/boreq/friendlyhash ../../../github.com/phayes/freeport ../../../github.com/mwitkow/go-http-dialer ../../../github.com/zieckey/goini ../../../howett.net/plist/
#
%:
dh $@ --builddirectory=_build --buildsystem=golang --with=golang
dh $@ --builddirectory=_build/ --buildsystem=golang --with=golang
#override_dh_auto_configure:
# mkdir -p _build/src/github.com/jchavannes/go-pgp/ _build/src/github.com/justinas/