Skip to content

#86: Add support for Debian packaging.#87

Open
jlfranklin wants to merge 3 commits intopmatias:2.xfrom
jlfranklin:feature/debian-package
Open

#86: Add support for Debian packaging.#87
jlfranklin wants to merge 3 commits intopmatias:2.xfrom
jlfranklin:feature/debian-package

Conversation

@jlfranklin
Copy link
Contributor

@jlfranklin jlfranklin commented Sep 25, 2023

This PR makes it possible to create a Debian package for this project. Addresses #86.

To create the package:

  1. Create a Debian or Ubuntu VM.
  2. Clone the code, check out this PR branch
  3. Install the packages needed to build packages:
$ sudo apt install build-essential fakeroot devscripts
  1. Install the build dependencies.
$ sudo apt install dh-exec dh-python python3-all python3-setuptools python3-backoff
  1. Build the package
$ cd /path/to/python-acquia-cloud-2
$ dpkg-buildpackage -rfakeroot -us -uc -b

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (488ba06) 87.62% compared to head (725574a) 87.62%.

Additional details and impacted files
@@           Coverage Diff           @@
##              2.x      #87   +/-   ##
=======================================
  Coverage   87.62%   87.62%           
=======================================
  Files          21       21           
  Lines         719      719           
=======================================
  Hits          630      630           
  Misses         89       89           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant