aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp/deb.py
Commit message (Collapse)AuthorAge
* Add copyright headers to all non autogenerated filesGuido Günther2011-07-29
| | | | Git-Dch: Ignore
* Fix some epydoc warningsGuido Günther2011-07-29
| | | | Git-Dch: Ignore
* Be less picky about empty filtersGuido Günther2011-07-27
| | | | Closes: #635641
* Drop unpack_orig and tar_toplevelGuido Günther2011-07-25
|
* Strip trailing '/' from the unpack pathGuido Günther2011-07-25
| | | | | | so the dirname/basename split works reliably Git-Dch: Ignore
* git-import-orig: support filters for all input formatsGuido Günther2011-07-25
| | | | Closes: #628645
* Support importing zip archivesGuido Günther2011-07-25
| | | | This can now be easily extended to support other formats
* git-import-orig: Better support uscan of non tar.gz tarballsGuido Günther2011-07-24
| | | | Closes: #629538
* Use target element of newer uscanGuido Günther2011-07-24
| | | | | | and move uscan parsing into a separate function. Git-Dch: Ignore
* tests: add doctests for gbp.deb.orig_file()Guido Günther2011-04-17
|
* Add aliases for gz and bz2 compression typesGuido Günther2011-04-09
|
* Merge branch 'master' into experimentalGuido Günther2011-04-09
|\
| * gbp: simplify is_native()Guido Günther2011-03-19
| | | | | | | | | | | | and add doctests Git-Dch: Ignore
| * gbp: simplify is_native()Guido Günther2011-03-19
| | | | | | | | | | | | and doctests Git-Dch: Ignore
| * gbp: Don't fail on paths without extensions in get_compression()Guido Günther2011-03-19
| | | | | | | | | | | | and add doctests for that. Closes: #618893
* | git.rev_parse: unconditionally use --quietGuido Günther2011-01-23
|/ | | | to avoid the confusing "fatal: Needed a single revision" error message
* Rewrite gbp-pq in pythonGuido Günther2010-12-26
| | | | so we get consistent logging and debugging options.
* Makes uscan options explicitGuido Günther2010-09-29
| | | | | Closes; #596003 Thanks: Chris Butler
* Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman2010-09-17
| | | | | | When no changelog file is available in the checkout, look for the changelog in the repository. This allows for using git-import-orig when the upstream branch is checked out, for example.
* Ask the user for the package name and version if needed.Matthijs Kooijman2010-09-17
| | | | | | | | | | | | | | | If there is no debian/changelog to find the source package name, and/or the upstream version was not given on the commandline, ask the user for them. The values guessed from the original tarball name are offered as defaults to the user. Previously, this guessed version was used without confirmation. The source package name is now always taken from debian/changelog or prompted for, even when it might not be used (when importing a directory instead of a tarball, for example). This makes the code more straightforward and less errorprone in the future. Closes: #479172
* Move DpkgCompareVersions and add compare_versionsGuido Günther2010-08-12
| | | | Git-Dch: Ignore
* Add compression=autoGuido Günther2010-06-26
| | | | | | | to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
* Add --uscan command-line optionDavid Paleino2010-04-12
| | | | | | Launch uscan and use the tarball, if there's a new upstream version. Closes: #577394
* DscFile: Parse name of debian.tar.gzGuido Günther2010-01-25
|
* Allow to set compression typeGuido Günther2009-12-24
| | | | Closes: #554520
* Improve error message when trying to import 3.0 source format packagesGuido Günther2009-12-13
| | | | until we properly support them.
* drop superfluous _utils from module namesGuido Günther2009-08-23