summaryrefslogtreecommitdiff
path: root/gbp/deb.py
AgeCommit message (Collapse)Author
2011-10-23git: Docstring updatesGuido Günther
2011-10-16Move guess_upstream_version into UpstreamSourceGuido Günther
2011-10-16Use known_compressions in guess_upstream_version tooGuido Günther
Closes: #645477
2011-08-09Add known_compressions() to UpstreamSourceGuido Günther
so we can use it for the DscFile parsing. This fixes the import of xz compressed upstream tarballs.
2011-07-30Epydoc indentationGuido Günther
Git-Dch: Ignore
2011-07-29Add copyright headers to all non autogenerated filesGuido Günther
Git-Dch: Ignore
2011-07-29Fix some epydoc warningsGuido Günther
Git-Dch: Ignore
2011-07-27Be less picky about empty filtersGuido Günther
Closes: #635641
2011-07-25Drop unpack_orig and tar_toplevelGuido Günther
2011-07-25Strip trailing '/' from the unpack pathGuido Günther
so the dirname/basename split works reliably Git-Dch: Ignore
2011-07-25git-import-orig: support filters for all input formatsGuido Günther
Closes: #628645
2011-07-25Support importing zip archivesGuido Günther
This can now be easily extended to support other formats
2011-07-24git-import-orig: Better support uscan of non tar.gz tarballsGuido Günther
Closes: #629538
2011-07-24Use target element of newer uscanGuido Günther
and move uscan parsing into a separate function. Git-Dch: Ignore
2011-04-17tests: add doctests for gbp.deb.orig_file()Guido Günther
2011-04-09Add aliases for gz and bz2 compression typesGuido Günther
2011-04-09Merge branch 'master' into experimentalGuido Günther
2011-03-19gbp: simplify is_native()Guido Günther
and add doctests Git-Dch: Ignore
2011-03-19gbp: simplify is_native()Guido Günther
and doctests Git-Dch: Ignore
2011-03-19gbp: Don't fail on paths without extensions in get_compression()Guido Günther
and add doctests for that. Closes: #618893
2011-01-23git.rev_parse: unconditionally use --quietGuido Günther
to avoid the confusing "fatal: Needed a single revision" error message
2010-12-26Rewrite gbp-pq in pythonGuido Günther
so we get consistent logging and debugging options.
2010-09-29Makes uscan options explicitGuido Günther
Closes; #596003 Thanks: Chris Butler
2010-09-17Let git-import-orig find the changelog when not on the debian-branch.Matthijs Kooijman
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.
2010-09-17Ask the user for the package name and version if needed.Matthijs Kooijman
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
2010-08-12Move DpkgCompareVersions and add compare_versionsGuido Günther
Git-Dch: Ignore
2010-06-26Add compression=autoGuido Günther
to guess compression type of upstream tarball from pristine-tar branch. This is now the default. Closes: #566993
2010-04-12Add --uscan command-line optionDavid Paleino
Launch uscan and use the tarball, if there's a new upstream version. Closes: #577394
2010-01-25DscFile: Parse name of debian.tar.gzGuido Günther
2009-12-24Allow to set compression typeGuido Günther
Closes: #554520
2009-12-13Improve error message when trying to import 3.0 source format packagesGuido Günther
until we properly support them.
2009-08-23drop superfluous _utils from module namesGuido Günther