aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/scripts/import_dsc.py
Commit message (Collapse)AuthorAge
* Parse author and comitter from changelog for native package tooGuido Günther2012-03-15
| | | | Closes: #662993
* import_dsc: Create debian branch for native packages tooGuido Günther2012-03-08
| | | | Closes: #663001
* Refactor config.py as preparation for rpm support.Markus Lehtonen2012-02-13
| | | | | | | | | | | Split GbpOptionParser in to a common base class and a Debian specific subclass, as a preparation for upcoming RPM support. This allows having different default values (and help texts) for common options between different package types, and, clearer separation of package type specific options. Signed-off-by: Guido Günther <agx@sigxcpu.org>
* PristineTar: move to separate moduleGuido Günther2012-01-22
| | | | | and make it accessible from GitRepository to group checkout/checkin/lookup.
* import_dsc: remove debian dir from upstream sourceGuido Günther2011-12-29
| | | | | | | after importing it. This gives as the orig tarball on upstream but the debian branch looks the same as with dpkg-source -x. Closes: #653472
* Move debian specific functions from GitRepository to DebianGitRepositoryGuido Günther2011-12-16
|
* Add ChangeLog classGuido Günther2011-11-28
| | | | making it easier to query versions. Add tests.
* Get rid of the symlinkGuido Günther2011-11-01
by moving the commands to gbp/scripts/