devscripts 2.10.73ubuntu1 source package in Ubuntu

Changelog

devscripts (2.10.73ubuntu1) oneiric; urgency=low

  * Merge from Debian unstable (LP: #717389); remaining changes:
    - Demote Recommends to Suggests:
      + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL
        download sites), wasn't installed by default in previous releases
        either, and seems quite dead upstream; universe only.
      + debian-{keyring,maintainers}: not useful enough in Ubuntu; universe
        only.
      + equivs: too much of a hack to install by default; universe only.
      + libyaml-syck-perl: transition-check is fairly Debian-specific.
    - scripts/debchange.{pl,1}:
      + Adjust --security template for Ubuntu.
      + Add -U/--upstream flag that forces original "just increment
        the end" behaviour; Ubuntu is upstream for some pieces of software.
      + Add --distributor= and DEBCHANGE_DISTRIBUTOR to override lsb_release
        output.
      + Default to "oneiric" as distribution.
      + Add "ubuntu1" to version string for new versions, with tweaks for
        special cases.
      + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
      + Don't use the last distribution in debian/changelog when doing
        "dch -r" on Ubuntu. "Just because it was last uploaded to jaunty
        doesn't mean that's the right thing to do now." Thanks to Colin
        Watson. (LP: #429288)
    - scripts/debsign.{sh,1}: Implement DEBSIGN_ALWAYS_RESIGN variable to skip
      the "Would you like to use the current signature?" question. (Debian
      #447955)
    - scripts/debuild.pl: Enforce Ubuntu merge policy.
    - scripts/dscverify.pl: Add Ubuntu keyrings.
    - scripts/rmadison.pl: Change default URL parameter to ubuntu.
    - Add test/debchange.pl, test/Makefile: debchange test suite.
    - Rename XS-Vcs-* to XS-Debian-Vcs-*.
  * debchange: Use dpkg-vendor instead of lsb_release.
  * debchange: Add DEBCHANGE_DISTRIBUTOR to array of config variables. Thanks
    to Adam Dorsey for the patch. (LP: #783693)

devscripts (2.10.73) unstable; urgency=low

  [ James Vega ]
  * uscan:
    + Use the correct path when repacking zip files.  (Closes: #622889)
    + Make file show all matched file types instead of just the first.
      (Closes: #574155)
  * uupdate: Handle hidden files when the upstream archive doesn't contain its
    files under one top-level directory.  (Closes: #601945)
  * bts:
    + Indicate version argument is optional for done command.  (Closes:
      #623567)
    + Silence warnings with (un)subscribe command when no email is specified.
      (Closes: #626086)
    + Indicate email argument is optional for (un)subscribe commands.
  * debsnap:
    + Add support for downloading binary packages.  Thanks to Timo Juhani
      Lindfors for the patch.  (Closes: #587523)
    + Only download a file if it doesn't exist or its hashsum doesn't match
      the one specified by snapshot.d.o.
  * debchange:
    + Add -M option to use debian/control's Maintainer information.  Thanks to
      Modestas Vainius for the patch.  (Closes: #560900)
    + Update recognized Ubuntu releases (- jaunty/karmic, + oneiric).
  * dget: Improve wget()'s handling of file/copy URIs.  Thanks to Adam
    Borowski for the suggestions.
    + Allow relative paths for file/copy URIs.
    + Follow symlinks when copying/hard linking files from a local cache.
      (Closes: #515852)
    + Call system() with a list of arguments to prevent shell interpolation of
      the command.

  [ Benjamin Drung ]
  * Add myself to uploaders.
  * Wrap and sort lists in debian/control. (Closes: #577999)
  * Switch to simple dh 8 rule.
  * debcommit: Support for committing from debian/ when using bzr. Thanks to
    Loïc Minier for the patch. (Closes: #580861)
  * debian/control: Bump Standards-Version to 3.9.2 (no changes needed).

  [ Patrick Schoenfeld ]
  * checkbashisms:
    - add code to detect weither STDIN is a pipe and if so, write the lines
      passed via stdin to a tempfile
    - add tempfile filename to the list of files to process
    - add logic to detect if filename is a tempfile and if so, use the string
    "(stdin)" for filename display instead of the real filename.
    (Closes: #586500)

devscripts (2.10.72) unstable; urgency=low

  [ James Vega ]
  * debuild: Use 3-argument form of open to suppress warnings about unused
    symbols.  (Closes: #606054)
  * Cleanup Recommends to avoid pulling in as many packages by default.  The
    remaining Recommends are relevant to the more commonly used scripts or
    functionality.  Relationships removed from Recommends were either added to
    Suggests if it makes sense to call some attention to them or were removed
    from debian/control completely.  (Closes: #605102, #610310, LP: #485264)
  * uscan:
    + Let unzip convert text files to native line endings when repacking.
      Thanks to Daniel Kahn Gilmor for the suggestion.  (Closes: #618513)
    + Avoid "Use of uninitialized value" warning when URL doesn't have
      "/" after the host.  Thanks to Mats Erik Andersson for the patch.
      (Closes: #600909)
    + Parse responses from FTP sites on a line-by-line basis to help prevent
      overly greedy regular expressions in watch files returning bad results.
      (Closes: #597963)
    + Fix "Use of uninitialized value" warnings when processing certain
      version 1 watch files.
    + Fix various issues when repacking a zip to a tarball.  Thanks to
      Christian Kastner for the patch.  (Closes: #615108)
      - Run tar from within the temp directory to prevent getting a ‘./’
        archive member.
      - Use root/root as the owner for the archive members to prevent leaking
        the user's login.
  * Remove use of lzma command in favor of xz. (Closes: #599641)
    + debian/control: Remove lzma from Recommends.
    + uscan: Use xz to repack lzma tarballs.
    + uupdate: Use xz to handle lzma-compressed files.
  * More typography updates for man pages.  Thanks to David Prévot for the
    patch.  (Closes: #616630)
  * pts-subscribe: Do not perform arithmetic comparison of --until argument.
    Thanks to Stefano Rivera for the patch.  (Closes: #620194)
  * mk-build-deps:
    + Add --root-cmd option to install the build-dep .deb.  Thanks to Felipe
      Sateler for the patch.  (Closes: #615135)
    + Add MKBUILDDEPS_ROOTCMD configuration variable.
    + Show modified configuration variables in usage.
  * debchange: Correct the backport name in the man page.  Thanks to Salvatore
    Bonaccorso for the patch.  (Closes: #617675)
  * getbuildlog:
    + Remove experimental.debian.net, now that experimental logs show up on
      the normal buildd site. (Closes: #621758)
    + Remove temp file if the script exits early.
  * licensecheck: Remove "(the License)" from check for Apache license.
    Thanks to Dmitry Kurochkin for the suggestion.  (Closes: #620902)

  [ Ron Lee ]
  * cowpoke: add a --return option that copies the build results back to a
    directory somewhere.  (Closes: #614268)

  [ Christoph Berg ]
  * debcheckout: Correctly extract package name from svn://.../trunk/$pkg
    style URLs.

devscripts (2.10.71) unstable; urgency=low

  [ Christoph Berg ]
  * debcommit (git): Don't treat "no files to commit" as an error when called
    with --release, otherwise it is not possible to tag after the final build.

  [ James Vega ]
  * bts:
    + Use Pod::Text to remove POD markup before displaying the help.  (Closes:
      #613502)
    + Document that whitespace is required around the dot/comma separating
      command stanzas.  (Closes: #595893)
  * dget: Ignore IO::File errors from local cache when a URL is given.
    The local cache should be used when accessible, but not prevent downloads
    when it isn't.  (Closes: #599354)
  * build-rdeps: Remove hard-coded path for grep-dctrl.
  * debchange:
    + Require an argument for the --allow-lower-version option.  (Closes:
      #597675)
    + Since the entry added by --closes requires editing anyway, require the
      user to save the changelog for it update the original changelog.

  [ Patrick Schoenfeld ]
  * build-rdeps: Update release_pattern for the new InRelease release files,
    which apt began downloading in newer versions instead of the Release file.
    (Closes: #613941)

  [ Ron Lee ]
  * cowpoke: try to rsync source files to the build host.  (Closes: #610072)
    Thanks to Joachim Breitner for the idea and initial patch.

devscripts (2.10.70) unstable; urgency=low

  [ James Vega ]
  * debuild:
    + Properly quote shell variable when parsing options.  (Closes: #556248)
    + Don't treat “-nc” as implying binary only build.  (Closes: #607303)
    + Add recognition of dpkg-buildpackage's “-A” option for building only
      binary independent packages.
  * pts-subscribe: Handle “--until 0” the same as “--forever”.  (Closes:
    #604740)
  * uscan:
    + Update documentation to use “.+” instead of “.*” in groupings.  Thanks
      to Ben Finney for the patch.  (Closes: #606060)
    + Add “target” element to --dehs' XML, specifying the name of the
      downloaded file.  (Closes: #598514)
  * debcheckout: Use the correct prototype for set_destdir.  (Closes: #606053)
  * Use “mktemp --tmpdir” instead of specifying an absolute path under /tmp.
    (Closes: #610027)
  * Fix a typo in debchange(1).  (Closes: #610192)
  * bts: Make the message number optional for the “summary” sub-command.  This
    allows clearing an already set summary.  (Closes: #610326)
  * rmadison: Document udd url shorthand, added in 2.10.62.  (Closes: #589437)
  * Use appropriate typography for literal vs. replacement text in man pages.
    Thanks to David Prévot for the patch and French translation updates.
    (Closes: #600212)
  * dd-list: Ignore extraneous whitespace.  (Closes: #595251)
  * build-rdeps: Remove extraneous EOL whitespace in the output.  (Closes:
    #612500)
  * debian/control: Bump Standards-Version to 3.9.1.0 -- no changes necessary.

  [ Christoph Berg ]
  * debcheckout: For debian-dir-only repositories, also retrieve the source
    package, unpack it, and move the missing files over. Add a new option
    --source (DEBCHECKOUT_SOURCE) to control this behavior. (Closes: #535767)
  * Makefiles: Fix parallelization for use with make -j N.
  * rmadison: New configuration variable: RMADISON_ARCHITECTURE.
    Set the default architecture to use unless overridden by a command line
    option. To see any packages with a set B<RMADISON_ARCHITECTURE>, use
    --architecture='*'. By Uli Martens.

  [ Raphael Geissert ]
  * rmadison: Exit with a non-zero code if curl/wget has a failure.  (Closes:
    #513685)

devscripts (2.10.69+squeeze1) stable; urgency=low

  * bts: Accept the "wheezy" and "wheezy-ignore" tags.  (Closes: #612521)
  * debchange:
    + Set Squeeze as the default backports target.
    + Recognize "lenny-backports-sloppy" and "squeeze-backports"
      distributions.
    + Remove "etch-backports" and "etch-volatile" distributions.
 -- Benjamin Drung <email address hidden>   Sun, 22 May 2011 19:49:16 +0200

Upload details

Uploaded by:
Benjamin Drung
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
devscripts_2.10.73ubuntu1.tar.gz 723.0 KiB 0b45564105b8a9baaf92ca36ed88040ec72c665cef2da17fd237faec3ffdf33f
devscripts_2.10.73ubuntu1.dsc 2.3 KiB edddb4eb19249c040a4081010bc50b651c26b498a932daf07a6f7cee7a97718e

Available diffs

View changes file

Binary packages built by this source

devscripts: No summary available for devscripts in ubuntu oneiric.

No description available for devscripts in ubuntu oneiric.