[ Packaging for AGE ] added packaging scripts : control,rules,format#691
Merged
JoshInnis merged 2 commits intoapache:AGE_packagingfrom Mar 5, 2023
sarthak-19:deb_packaging-sarthak
Merged
[ Packaging for AGE ] added packaging scripts : control,rules,format#691JoshInnis merged 2 commits intoapache:AGE_packagingfrom sarthak-19:deb_packaging-sarthak
JoshInnis merged 2 commits intoapache:AGE_packagingfrom
sarthak-19:deb_packaging-sarthak
Conversation
uhayat
suggested changes
Feb 21, 2023
debian/rules
Outdated
| # | ||
| #override_dh_auto_clean: | ||
| # +pg_buildext clean build-%v | ||
| # |
Contributor
There was a problem hiding this comment.
Remove the dead code L#8 till L#23
debian/gitlab-ci.yml
Outdated
| @@ -0,0 +1 @@ | |||
| include: https://salsa.debian.org/postgresql/postgresql-common/raw/master/gitlab/gitlab-ci.yml | |||
Contributor
There was a problem hiding this comment.
No need for this file and its incorrect
debian/control
Outdated
| Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> | ||
| Uploaders: | ||
| Sarthak Jaiswal <sarthak@debian.org>, | ||
| Ahmar Zaidi <ahmar@debian.org>, |
Contributor
There was a problem hiding this comment.
Use AGE maintainer email address from L#22 till L#25
debian/control
Outdated
| Ahmar Zaidi <ahmar@debian.org>, | ||
| Build-Depends: | ||
| debhelper-compat (= 13), | ||
| postgresql-11 | postgresql-12, |
debian/control
Outdated
| Rules-Requires-Root: no | ||
| Homepage: https://age.apache.org | ||
| Vcs-Browser: https://salsa.debian.org/postgresql/age | ||
| Vcs-Git: https://salsa.debian.org/postgresql/age.git |
Contributor
There was a problem hiding this comment.
L#37,38 not correct and should removed or fixed
Contributor
Author
|
Made the suggested changes. Request for review and merge |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Clean the directory and added scripts for debian package build.
The deb file can be build using
dpkg-buildpackage -b