Skip to content

Commit

Permalink
Merge pull request #4 from yezzey-gp/package-build
Browse files Browse the repository at this point in the history
Added debian directory for package build
  • Loading branch information
reshke authored Nov 13, 2023
2 parents 074adba + 5eec715 commit f8d8712
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
yproxy (YPROXY_VERSION) stable; urgency=low

* Package build

-- Kirill Reshke <[email protected]> Mon, 13 Nov 2023 12:00:00 +0000
1 change: 1 addition & 0 deletions debian/compat
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
9
14 changes: 14 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Source: yproxy
Section: database
Priority: optional
Maintainer: Kirill Reshke <[email protected]>
Build-Depends:
Standards-Version: 3.8.0
Homepage: https://github.com/yezzey-gp/yproxy

Package: yproxy
Conflicts:
Architecture: any
Depends:
Description: Local daemon for S3 access, caching & throttling
This package will install yproxy binaries into /usr/bin
1 change: 1 addition & 0 deletions debian/install
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
debian/build/* /usr/bin
14 changes: 14 additions & 0 deletions debian/rules
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/usr/bin/make -f
%:
dh $@

override_dh_auto_build:
make build

override_dh_auto_test:


override_dh_auto_install:
mkdir -p $(PWD)/debian/build
cp $(PWD)/devbin/* $(PWD)/debian/build

1 change: 1 addition & 0 deletions debian/source/format
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0 (native)

0 comments on commit f8d8712

Please sign in to comment.