lp:ubuntu/quantal/svn-buildpackage

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/quantal/svn-buildpackage
Members of Ubuntu branches can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Status:
Mature

Recent revisions

18. By Neil Williams

* Let svn-inject -o change to the new directory after
  moving it. (Closes: #678845)
* Let svn-do check `svn info` instead of relying on the
  old .svn directory. (Closes: #678203)

17. By jhr

[ Neil Williams ]
* [INTL:pt] Updated Portuguese translation for manpage
  (Closes: #606912)
* [INTL:da] Danish translation of svn-buildpackage (Closes: #625479)

[ Jan Hauke Rahm ]
* Implement support for xz tarballs. Thanks Sjoerd Simons <email address hidden>
  (Closes: #637900, #388567)
* Don't repack bzip2 or xz tarballs. Thanks Robert Luberda
  <email address hidden> (Closes: #617964)
* Search for bz2 and xz tarballs in ../tarballs, too (when origDir is not
  set) (Closes: #592339)
* Don't translate commit message when retagging (Closes: #638909)
* Remove ancient Conflicts/Replaces svn-devscripts; it's gone since 2005
* Allow file locks when building a package (Closes: 597192)
* Apapt recent alioth changes regarding VCS location
* Add support for xz in svn-inject, too
* Fix recognition of xz tarballs in svn-upgrade

16. By Neil Williams

[INTL:vi] Vietnamese program translation update (Closes: #598478)

15. By Neil Williams

* Document an example of svn-do with 3.0 quilt in the
  HOWTO guide.
* Add para markers inside listitem sections in XML docs
  to ensure strings are identified for translation. (Closes: #592756)
* [INTL:fr] French documentation translation (Closes: #594442)
* [INTL:fr] French program output translation (Closes: #596350)

14. By Neil Williams

[ Neil Williams ]
* svn-do: Fix check for incoming command to executing $SHELL
  if no command given. (Closes: #578112)
* svn-do: Call /bin/sh instead of /bin/bash for a default
  shell. (Closes: #578111)
* svn-buildpackage: chdir before tagging curdir, thanks Tobias Grimm
  <email address hidden> (Closes: #579803)
* svn-do: remove bashism in OUR_OPTS (Closes: #581006)

[ Jan Hauke Rahm ]
* [svn-buildpackage: Tag without -rBASE (Closes: #580545)

[ Neil Williams ]
* Ensure svn-tag and svn-tag-only use the same code.
* Display Tagging as the translation but do not commit the
  translated string. (Closes: #578700)
* svn-inject: add --tag option and add version numbers
  of injected packages to commit messages (Closes: #575616)
* Pass --svn-arch down to dpkg-buildpackage when set.
* Detect fakeroot before calling debian/rules clean (Closes: #583740)
* Detect pdebuild and no longer pretend svn-bp knows where pdebuild
  has put the results of the build.

13. By jhr

[ Neil Williams ]
* [l10n] Add French program messages translation. (Closes: #569615)
* Add revision number to environment for packages that want to access
  it easily.
* Fix interpolation of all output strings. (Closes: #573559)
* [doc]: Add pdebuild example alias to HOWTO (Closes: #550050)
* Output origDir variable, if defined but not found. (Closes: #571789)
* Add arbitrary options to svn-do and make output more verbose.
  (Closes: #549605)

[ Jan Hauke Rahm ]
* Implement support for Debian source package format 3.0 (incl. bz2 and lzma
  compression) at least for svn-buildpackage and svn-inject. Thanks to
  Raphael Hertzog <email address hidden> (Closes: #388567)
* Remove Eddy Petrișor from uploaders list. Thanks a lot for
  your contributions!
* Set alioth mailing list as maintainer
* Always (--svn-tag and --svn-only-tag) tag BASE instead of HEAD but trigger
  a fat warning about it if BASE differs from HEAD (Closes: #535177)

12. By Neil Williams

* Add dependency on liblocale-gettext-perl to support the
  program output translations. (Closes: #560095)
* Add support for source tarballs using .tar.bz2 if also using
  source format 3.0
* Document support for source format 3.0 and .orig.tar.bz2 in HOWTO.
* Add homepage at alioth.
* Add intltool in build-deps (Closes: #562044)
* Add EXAMPLES section to svn-buildpackage man page. (Closes: #351355)

11. By Neil Williams

[ Neil Williams ]
* Add useNativeDist property support for generated
  files in native packages.
* Replace old docs build config with translatable documentation and
  build-depend on po4a.
* Add support for translating the script output.
* Recommend debhelper for svn-do support. (Closes: #549560)
* svn-do needs to use copies instead of hard links and use
  --svn-ignore. (Closes: #549568)
* [INTL:vi] Vietnamese program translation (Closes: #549931)
* [INTL:pt] Initial Portuguese program translation (Closes: #553434)

[ Ryan Niebur ]
* update my email address, I am now a DD

[ Neil Williams ]
* Improve flexibility of genmanpages - changes from emdebian-rootfs.
* Switch to po4a-build from po4a 0.37.1 instead of our local copy.

10. By Ryan Niebur

undo the attempt to use .@BASE, it messed things up and I did it
wrong anyways (Closes: 547582)

9. By Neil Williams

[ Ryan Niebur ]
* if the tarball was downloaded by svn-upgrade's invocation of uscan,
  remove it on exit (Closes: #531197)
* if the svn repository is being accessed over ssh, set up a single
  ssh connection with an ssh control socket to use throughout the
  entire run. This has several advantages. If you are using password
  authentication, you will now only need to enter your password once,
  instead of many times. This also makes things a *lot* faster.
* allow setting paths relative to the repository root in svn-bp props
  (Closes: #415258)
* if they try to svn-upgrade on the tarball that's already in the
  tarballs directory, don't error because it already exists
* move the override stuff into SDCommon (Closes: #532239)
* fix --svn-savecfg with --svn-verbose
* allow --svn-savecfg to be used with --svn-override, obviously that's
  something that people want to do (based on bug #532239)
* fix downloading the tarball during build
* svn-upgrade: svn up before doing anything
* don't allow svn-upgrading to something that has already been tagged
  (Closes: #532832)
* add a setprops option (Closes: #534909)
* Debian Policy 3.8.2
* fix detecting of source builds (Closes: #535614)
* check that the opened changes file is actually a file, and not a
  directory (in the event it failed to detect). don't run lintian if
  a .changes file wasn't sucessfully found.
* don't die if the tarball can't be found with --svn-download-orig
* don't mention binaries if there aren't any

[ Neil Williams ]
* SDCommon.pm (readLayoutProps): only use repo_root for a Url property
  (like tagsUrl).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/raring/svn-buildpackage
This branch contains Public information 
Everyone can see this information.

Subscribers