|
|
@@ -14,8 +14,6 @@ execute_after_dh_auto_configure:
|
|
|
override_dh_auto_build:
|
|
|
DH_GOPKG="github.com/v2fly/v2ray-core/v5/main" dh_auto_build -- -ldflags "-s -w"
|
|
|
cd $(BUILDDIR); mv bin/main bin/v2ray
|
|
|
- DH_GOPKG="github.com/v2fly/v2ray-core/v5/infra/control/main" dh_auto_build -- -ldflags "-s -w" -tags confonly
|
|
|
- cd $(BUILDDIR); mv bin/main bin/v2ctl
|
|
|
|
|
|
override_dh_auto_install:
|
|
|
dh_auto_install -- --no-source
|