mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/717
Author: @techfreakworm
Created: 3/14/2017
Status: ✅ Merged
Merged: 3/22/2017
Merged by: @cfsmp3
Base:
master← Head:master📝 Commits (10+)
5f12bd7Autoconf scripts added72c797bcreated autogen.sh6f9b8a6Corrected autogen.sh0632c3aUpdated configure.ac00522bcUpdated README.md7bb9a5fUpdated Makefile.am and configure.acb0ec1a0Added man pages for ccextractor460f4e9Changes to create release tarball scripts0bc2dbaMerge remote-tracking branch 'upstream/master'44adf64Corrected debian.sh and Makefile.am for package creation📊 Changes
9 files changed (+532 additions, -173 deletions)
View changed files
📝
.gitignore(+32 -0)📝
README.md(+22 -2)➖
linux/Makefile(+0 -167)➕
linux/Makefile.am(+316 -0)➕
linux/autogen.sh(+4 -0)➕
linux/cleanup(+4 -0)➕
linux/configure.ac(+114 -0)📝
package_creators/debian.sh(+10 -4)➕
package_creators/tarball.sh(+30 -0)📄 Description
Please prefix your pull request with one of the following: [FEATURE] [FIX] [IMPROVEMENT].
In raising this pull request, I confirm the following (please check boxes):
My familiarity with the project is as follows (check one):
-Added autoconf scripts such that they would be able to generate a tarball using
make distand create a script in ccextractor/package_creators for the same.-No pre-existing files changed.
-Pre-existing build mechanisms stay intact.
-Updated README.md accordingly.
-Wrote man pages in ccextractor/linux.
-wrote tarball.sh for *tar.gz release package creation in ccextractor/linux.
Resolves many issues stated in #678
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.