GitXplorerGitXplorer
c

makedebpkg

public
8 stars
1 forks
7 issues

Commits

List of commits on branch master.
Unverified
b57594b68596b20fb14fd9389f01751a21802f8a

Fixed hook scripts in split packaging

ccorpix committed 10 years ago
Unverified
38d6e24c94398725c440d9012c6c11cc23847e24

Fixed changes link name

ccorpix committed 10 years ago
Unverified
8b3b6c2b3fad917d3ee17be2808946e328ceb8c0

Refactored symlinking code a little bit

ccorpix committed 10 years ago
Unverified
fdadd2d976f38e493b4061f204ad9d310c9deeb9

Record about split packaging in readme

ccorpix committed 10 years ago
Unverified
b324be6bb3ceed15ed4554622b3c1aa4d8941ff0

Fixing tests

ccorpix committed 10 years ago
Unverified
0e4ef14ccb986aee6b72f855cc6148228a43bc2e

Added split packaging test

ccorpix committed 10 years ago

README

The README file for this repository.

** UNSTABLE! This tool was fofrked an modified very quickly, there are some stuff untested. Use it at your own risk. If you find a bug, please consider filling an issue.

** [62%] What done at now and what to be done:

  • [X] Debian control generation(required minimum)
  • [X] Build architecture dependent(or independent) DEB package
  • [X] Shasums and GnuPG validation of source archives
  • [X] Changelog provision(DONE, but not tested)
  • [X] Package GnuPG signing
  • [X] Split packaging
  • [ ] Dependency resolution don't works if concrete version specified :: I need a parser for this
  • [ ] Documentation :: There will be a complete tutorial to start from the scratch

** Difference between Archlinux makepkg and makedebpkg

  • There are some options removed, because dpkg/apt doesn't support them:
    • asdeps
    • needed
  • There are come extra options added:
    • controlsource :: An array of /Something: Value/ that will be appended to DEBIAN/control's source section
    • controlpackage :: Same as /controlsource/, but for package section