-
svn-buildpackage (0.6.25) unstable; urgency=low . [ Neil Williams ] * Change Section to vcs, matching archive override. * Add Hauke to Uploaders (meant to do that in 0.6.24) . [ Ryan Niebur ] * svn-upgrade: return 1 when there's an error (Closes: #528135) * fix bashism in svn-do (Closes: #530196) * svn-{inject,upgrade}: if the .orig.tar.gz is a symlink, handle copying it into the tarballs directory correctly (Closes: #449306) * update ENV{PWD} when changing directories (Closes: #474014) * add a --uscan option to svn-upgrade, to call uscan to download the new tarball (Closes: #367460) * when creating a new directory, add [svn-foobar] to the beginning of the commit message * fix detection of if the tempdir allows execution * only tell the user that URLs are being saved if --svn-savecfg is passed (Closes: #515531) * document that the prebuild and postbuild hooks replace some of svn- buildpackage's normal behavior (Closes: #432147) * fix rm command in clean target, doc/HOWTO.html is a directory * fix uninitialized value when mergeWithUpstream is used and origDir doesn't exist (Closes: #429465) * fix the tar command when using mergeWithUpstream * check return code of chdir (first half of #441184) * change the output when telling the user where the source code is checked out to be more clear (Closes: #441184) * add an --svn-download-orig option to svn-buildpackage, to make it try to download the tarball with apt, and if that doesn't work, try uscan (Closes: #480688) * add --debclean option to svn-upgrade to run debclean before merging the new upstream source. this will prevent merge conflicts if a patch system is being used. * Remove any extra --svn-* options from argv before running the builder. This bug only happened when there was an option to svn-{inject,upgrade} set in ~/.svn-buildpackage.conf that svn-buildpackage does not recognize. * fix determining the .changes file when you do a 'normal' binary build and then a source only build (Closes: #514942) * add svnpath-like detection of some paths (Closes: #433532) * fix tag version if there's no epoch * fix some uninitialized value warnings in svn-upgrade * remove the --noautodch option from svn-upgrade * a few more improvements to debian/rules * svn-upgrade: use File::LibMagic to determine the file type instead of using /usr/bin/file . [ Jan Hauke Rahm ] * Correct file permissions in build dir the same way dpkg-source does (Closes: #473903, #457103) * svn-upgrade: Allow '-v' in new tar.gz name (e.g. package-v1.0.tar.gz) (Closes: #471118) * svn-inject: Abort if source package format is different to 1.0. We cannot handle compressions different to gz, or multiple orig tarballs... * svn-buildpackage: tag full versions with epoch (Closes: #469684) * svn-upgrade: New option (-e, --auto-epoch) to automatically increase epoch if new upstream version is lower than current. (Closes: #417935) * debian/rules: switch to debhelper 7 and clean up * svn-buildpackage: Corrected error message (svn-upgrade doesn't set "NOT RELEASED YET" any more) * debian/control: updated description to mention every binary that's installed in /usr/bin (i.e. added svn-do and uclean) . [ Neil Williams ] * Migrate manpage/manual generation from SGML to DocBook XML. Drop PDF version of the manual. * Add default values for options in each manpage. (Closes: #473281) * put bash completion file into place directly, using install file. * Update copyright with recent contributors. Remove extra debian/clean target - done via Makefile. * Obtain SDCommon::version at runtime via dpkg-query instead of altering SDCommon.pm at build time.
svn-buildpackage (0.6.25) unstable; urgency=low . [ Neil Williams ] * Change Section to vcs, matching archive override. * Add Hauke to Uploaders (meant to do that in 0.6.24) . [ Ryan Niebur ] * svn-upgrade: return 1 when there's an error (Closes: #528135) * fix bashism in svn-do (Closes: #530196) * svn-{inject,upgrade}: if the .orig.tar.gz is a symlink, handle copying it into the tarballs directory correctly (Closes: #449306) * update ENV{PWD} when changing directories (Closes: #474014) * add a --uscan option to svn-upgrade, to call uscan to download the new tarball (Closes: #367460) * when creating a new directory, add [svn-foobar] to the beginning of the commit message * fix detection of if the tempdir allows execution * only tell the user that URLs are being saved if --svn-savecfg is passed (Closes: #515531) * document that the prebuild and postbuild hooks replace some of svn- buildpackage's normal behavior (Closes: #432147) * fix rm command in clean target, doc/HOWTO.html is a directory * fix uninitialized value when mergeWithUpstream is used and origDir doesn't exist (Closes: #429465) * fix the tar command when using mergeWithUpstream * check return code of chdir (first half of #441184) * change the output when telling the user where the source code is checked out to be more clear (Closes: #441184) * add an --svn-download-orig option to svn-buildpackage, to make it try to download the tarball with apt, and if that doesn't work, try uscan (Closes: #480688) * add --debclean option to svn-upgrade to run debclean before merging the new upstream source. this will prevent merge conflicts if a patch system is being used. * Remove any extra --svn-* options from argv before running the builder. This bug only happened when there was an option to svn-{inject,upgrade} set in ~/.svn-buildpackage.conf that svn-buildpackage does not recognize. * fix determining the .changes file when you do a 'normal' binary build and then a source only build (Closes: #514942) * add svnpath-like detection of some paths (Closes: #433532) * fix tag version if there's no epoch * fix some uninitialized value warnings in svn-upgrade * remove the --noautodch option from svn-upgrade * a few more improvements to debian/rules * svn-upgrade: use File::LibMagic to determine the file type instead of using /usr/bin/file . [ Jan Hauke Rahm ] * Correct file permissions in build dir the same way dpkg-source does (Closes: #473903, #457103) * svn-upgrade: Allow '-v' in new tar.gz name (e.g. package-v1.0.tar.gz) (Closes: #471118) * svn-inject: Abort if source package format is different to 1.0. We cannot handle compressions different to gz, or multiple orig tarballs... * svn-buildpackage: tag full versions with epoch (Closes: #469684) * svn-upgrade: New option (-e, --auto-epoch) to automatically increase epoch if new upstream version is lower than current. (Closes: #417935) * debian/rules: switch to debhelper 7 and clean up * svn-buildpackage: Corrected error message (svn-upgrade doesn't set "NOT RELEASED YET" any more) * debian/control: updated description to mention every binary that's installed in /usr/bin (i.e. added svn-do and uclean) . [ Neil Williams ] * Migrate manpage/manual generation from SGML to DocBook XML. Drop PDF version of the manual. * Add default values for options in each manpage. (Closes: #473281) * put bash completion file into place directly, using install file. * Update copyright with recent contributors. Remove extra debian/clean target - done via Makefile. * Obtain SDCommon::version at runtime via dpkg-query instead of altering SDCommon.pm at build time.
svn-buildpackage-howto 385 B
Document: svn-buildpackage-howto
Title: svn-buildpackage - maintaining Debian packages with Subversion
Author: Eduard Bloch
Abstract: This howto introduces developers to Debian package
maintenance using svn-buildpackage and the associated utlities
Section: Debian
Format: HTML
Index: /usr/share/doc/svn-buildpackage/html/index.html
Files: /usr/share/doc/svn-buildpackage/html/*.html