update packaging
This commit is contained in:
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ apt-transport-i2phttp:
|
||||
-tags netgo \
|
||||
-ldflags '-w -extldflags "-static"'
|
||||
|
||||
install: apt-transport-i2phttp
|
||||
install:
|
||||
install -m755 apt-transport-i2phttp /usr/lib/apt/methods/i2p
|
||||
|
||||
clean:
|
||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
apt-transport-i2phttp (0.2) bionic; urgency=medium
|
||||
|
||||
[ idk ]
|
||||
* Update the packaging
|
||||
|
||||
-- idk <hankhill19580@gmail.com> Sat, 16 Mar 2019 14:04:22 -0500
|
||||
|
||||
apt-transport-i2phttp (0.1) bionic; urgency=medium
|
||||
|
||||
[ idk ]
|
||||
|
3
debian/rules
vendored
3
debian/rules
vendored
@ -2,6 +2,9 @@
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- --no-source
|
||||
mkdir -p debian/apt-transport-i2phttp/usr/lib/apt/methods/
|
||||
ln -sf debian/apt-transport-i2phttp/usr/bin/apt-transport-i2phttp \
|
||||
debian/apt-transport-i2phttp/usr/lib/apt/methods/i2p
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=golang --with=golang
|
||||
|
Reference in New Issue
Block a user