devscripts (2.10.61ubuntu1) lucid; urgency=low

  [ ﺄﺤﻣﺩ ﺎﻠﻤﺤﻣﻭﺪﻳ (Ahmed El-Mahmoudy) ]
  * Resynchronise with Debian (LP: #500968). Remaining changes:
    - Drop universe packages from 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
      + libsoap-lite-perl: only needed for one less common command ("select")
        for bts, which isn't useful for Ubuntu itself, and pulls in a lot of
        other universe Perl libraries
      + debian-{keyring,maintainers}: not useful enough in Ubuntu
      + equivs: too much of a hack to install by default
      + libyaml-syck-perl: transition-check is fairly Debian-specific
    - scripts/debchange.pl:
      + 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= to override lsb_release output.
      + Default to "lucid" 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.
    - scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on Ubuntu.
    - Add test/debchange.pl, test/Makefile: debchange test suite; call it
      during build in debian/rules. Also add lsb-release build dependency for
      this, so that debchange uses Ubuntu mode.

  [ Daniel Holbach ]
  * Update merge to 2.10.61 instead of 2.10.59.

devscripts (2.10.61) unstable; urgency=low

  * bts: Correct the address used to email the submitter when using the "bts
    done" command.

devscripts (2.10.60) unstable; urgency=low

  The "Welcome to the New Year" release.

  [ James Vega ]
  * checkbashisms: Detect use of {x..z} expansion.  Thanks to Raphael
    Geissert.  (Closes: #560774)
  * who-uploads: Show usage if no arguments are given.  Thanks to Kumar
    Appaiah.  (Closes: #560955)
  * uscan:
    + Add missing escape of '\' in man page.  Thanks to Marco Túlio Gontijo
      for the patch.  (Closes: #562587)
    + Add missing verb in description of FTP syntax.  Thanks to Marco Túlio
      Gontijo for the patch.  (Closes: #562586)
  * annotate-output: Allow specifying a timestamp format.  (Closes: #539720)
  * bts:
    + Always include "thanks" at the end of the control block.  (Closes:
      #542962)
    + Allow specifying which fields will be shown by "bts status".  (Closes:
      #499283, #323782)
    + Add "verbose" option to "bts status", which will also show fields that
      don't have a set value.
    + Add "done" command which sends a close command as well as Ccing the bug
      submitter.  (Closes: #482751)
  * build-rdeps:
    + Add --origin option to specify which origin to use.
    + Use the Release file to determine which Sources file(s) to search for
      the given origin.  Thanks to Michael Schutte for the patch.  (Closes:
      #545115)

  [ Patrick Schoenfeld ]
  * licensecheck: Add support for some common variants of the WTFPL

  [ Ryan Niebur ]
  * deb-reversion: Fix use with recent dpkg-dev, thanks to Salvatore
    Bonaccorso (Closes: #559702)

  [ Adam D. Barratt ]
  * Bump Standards-Version to 3.8.3.  No changes required.
  * build-rdeps: Correct spelling error in manpage ("ommitted" -> "omitted").
  * checkbashisms: Correct spelling error in manpage ("preceeded" ->
    "preceded").
  * decbommit: Correct spelling error in manpage ("commiting" ->
    "committing").

devscripts (2.10.59) unstable; urgency=low

  [ James Vega ]
  * debrelease: Do not use .svn/deb-layout to determine debsdir if --debs-dir
    was used.  (Closes: #558172)
  * checkbashisms: Fix a false positive detection of ". $(foo bar)/baz" as
    attempting to pass arguments to a sourced script.  (Closes: #557639)

  [ Joachim Breitner ]
  * debcommit: Add support for having only debian/ under a svn, cvs or darcs
    VCS (Closes: #450878)

devscripts (2.10.58) unstable; urgency=low

  * who-uploads: Correct the argument to wget's -O option.  Thanks to
    Yves-Alexis Perez for the patch.  (Closes: #557507)

devscripts (2.10.57) unstable; urgency=low

  [ James Vega ]
  * debcommit: Fix gathering of "Closes" with dpkg >= 1.15.5.2.  (Closes:
    #557318)

  [ Ben Finney ]
  * Tighten default dirname regex to match a version only if it contains
    at least one character: ‘PACKAGE(-.+)?’.  (Closes: #521126)

devscripts (2.10.56) unstable; urgency=low

  [ Adam D. Barratt ]
  * debchange: Update the list of known Ubuntu distributions, adding
    lucid (lynx) and removing gutsy.

  [ James Vega ]
  * mk-build-deps:
    + Use Pod::Usage to generate the --help message.  This keeps the message
      in sync with the POD instead of keeping two different texts in sync.
      (Closes: #548245)
    + Skip comment/blank lines when parsing the control file.  (Closes:
      #549402)
  * debchange:
    + Based on a scan of the lintian lab, add '.', '!', and ':' to the set of
      punctuation characters we strip from the distribution name when we parse
      an "Upload to ..." line.  (Closes: #548171)
    + Consistently use “--nomainttrailer” in the manpage.  (Closes: #544351)
  * debuild:
    + Recognize dpkg-source's -z/-Z options.  (Closes: #553205)
    + Remove references to pbuilder-satisfydepends.  Suggest mk-build-deps
      instead.  (Closes: #446318)
  * debcommit:
    + Handle the split up of Dpkg::Changelog in Dpkg 1.15.5.2.
    + Use Dpkg::Changelog::Parse, if available, instead of shelling out to
      dpkg-parsechangelog.
    + Remove use of deprecated L<> markup for pod2man.
  * who-uploads: Set a 30 second timeout when invoking wget instead of using
    wget's default 900 second timeout.  (Closes: #541732)
  * debsign: Update the dcut reference to point to ftp.upload.debian.org
    instead of ftp-master.debian.org.
  * debrelease:
    + Support using buildArea from .svn/deb-layout.  (Closes: #456226)
    + Change to the package root directory before verifying the existence of
      debsdir.
  * bts: Remove use of deprecated L<> markup for pod2man.

  [ Ryan Niebur ]
  * add w3m to suggests for grep-excuses -w, check for it at runtime too
    (Closes: #551516)
  * mk-build-deps: allow passing options to the command in
    MKBUILDDEPS_TOOL. Setting MKBUILDDEPS_TOOL="aptitude --schedule-
    only" in ~/.devscripts should work now. (Closes: #547164)
  * mergechanges:
    + if both input files have the same file listed but with
      different checksums, keep the first and get rid of the one from the
      second.
    + make trailing whitespace consistent with how 'normal'
      .changes file are

  [ Patrick Schoenfeld ]
  * debchange:
    + Include patch from Mathieu Parent to allow --newversion to be mixed
      together with --package. (Closes: #549469)

  [ Stefano Zacchiroli ]
  * debcheckout: Set user.name and user.email in the checked out repository if
    it is a git repo.  (Closes: #555025)

Date: Wed, 06 Jan 2010 09:11:35 +0100
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) 
<aelmahmo...@users.sourceforge.net>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holb...@ubuntu.com>
https://launchpad.net/ubuntu/lucid/+source/devscripts/2.10.61ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 06 Jan 2010 09:11:35 +0100
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.10.61ubuntu1
Distribution: lucid
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: أحمد المحمودي (Ahmed El-Mahmoudy) 
<aelmahmo...@users.sourceforge.net>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 323782 446318 450878 456226 482751 499283 521126 539720 541732 542962 
544351 545115 547164 548171 548245 549402 549469 551516 553205 555025 557318 
557507 557639 558172 559702 560774 560955 562586 562587
Changes: 
 devscripts (2.10.61ubuntu1) lucid; urgency=low
 .
   [ ﺄﺤﻣﺩ ﺎﻠﻤﺤﻣﻭﺪﻳ (Ahmed El-Mahmoudy) ]
   * Resynchronise with Debian (LP: #500968). Remaining changes:
     - Drop universe packages from 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
       + libsoap-lite-perl: only needed for one less common command ("select")
         for bts, which isn't useful for Ubuntu itself, and pulls in a lot of
         other universe Perl libraries
       + debian-{keyring,maintainers}: not useful enough in Ubuntu
       + equivs: too much of a hack to install by default
       + libyaml-syck-perl: transition-check is fairly Debian-specific
     - scripts/debchange.pl:
       + 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= to override lsb_release output.
       + Default to "lucid" 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.
     - scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on Ubuntu.
     - Add test/debchange.pl, test/Makefile: debchange test suite; call it
       during build in debian/rules. Also add lsb-release build dependency for
       this, so that debchange uses Ubuntu mode.
 .
   [ Daniel Holbach ]
   * Update merge to 2.10.61 instead of 2.10.59.
 .
 devscripts (2.10.61) unstable; urgency=low
 .
   * bts: Correct the address used to email the submitter when using the "bts
     done" command.
 .
 devscripts (2.10.60) unstable; urgency=low
 .
   The "Welcome to the New Year" release.
 .
   [ James Vega ]
   * checkbashisms: Detect use of {x..z} expansion.  Thanks to Raphael
     Geissert.  (Closes: #560774)
   * who-uploads: Show usage if no arguments are given.  Thanks to Kumar
     Appaiah.  (Closes: #560955)
   * uscan:
     + Add missing escape of '\' in man page.  Thanks to Marco Túlio Gontijo
       for the patch.  (Closes: #562587)
     + Add missing verb in description of FTP syntax.  Thanks to Marco Túlio
       Gontijo for the patch.  (Closes: #562586)
   * annotate-output: Allow specifying a timestamp format.  (Closes: #539720)
   * bts:
     + Always include "thanks" at the end of the control block.  (Closes:
       #542962)
     + Allow specifying which fields will be shown by "bts status".  (Closes:
       #499283, #323782)
     + Add "verbose" option to "bts status", which will also show fields that
       don't have a set value.
     + Add "done" command which sends a close command as well as Ccing the bug
       submitter.  (Closes: #482751)
   * build-rdeps:
     + Add --origin option to specify which origin to use.
     + Use the Release file to determine which Sources file(s) to search for
       the given origin.  Thanks to Michael Schutte for the patch.  (Closes:
       #545115)
 .
   [ Patrick Schoenfeld ]
   * licensecheck: Add support for some common variants of the WTFPL
 .
   [ Ryan Niebur ]
   * deb-reversion: Fix use with recent dpkg-dev, thanks to Salvatore
     Bonaccorso (Closes: #559702)
 .
   [ Adam D. Barratt ]
   * Bump Standards-Version to 3.8.3.  No changes required.
   * build-rdeps: Correct spelling error in manpage ("ommitted" -> "omitted").
   * checkbashisms: Correct spelling error in manpage ("preceeded" ->
     "preceded").
   * decbommit: Correct spelling error in manpage ("commiting" ->
     "committing").
 .
 devscripts (2.10.59) unstable; urgency=low
 .
   [ James Vega ]
   * debrelease: Do not use .svn/deb-layout to determine debsdir if --debs-dir
     was used.  (Closes: #558172)
   * checkbashisms: Fix a false positive detection of ". $(foo bar)/baz" as
     attempting to pass arguments to a sourced script.  (Closes: #557639)
 .
   [ Joachim Breitner ]
   * debcommit: Add support for having only debian/ under a svn, cvs or darcs
     VCS (Closes: #450878)
 .
 devscripts (2.10.58) unstable; urgency=low
 .
   * who-uploads: Correct the argument to wget's -O option.  Thanks to
     Yves-Alexis Perez for the patch.  (Closes: #557507)
 .
 devscripts (2.10.57) unstable; urgency=low
 .
   [ James Vega ]
   * debcommit: Fix gathering of "Closes" with dpkg >= 1.15.5.2.  (Closes:
     #557318)
 .
   [ Ben Finney ]
   * Tighten default dirname regex to match a version only if it contains
     at least one character: ‘PACKAGE(-.+)?’.  (Closes: #521126)
 .
 devscripts (2.10.56) unstable; urgency=low
 .
   [ Adam D. Barratt ]
   * debchange: Update the list of known Ubuntu distributions, adding
     lucid (lynx) and removing gutsy.
 .
   [ James Vega ]
   * mk-build-deps:
     + Use Pod::Usage to generate the --help message.  This keeps the message
       in sync with the POD instead of keeping two different texts in sync.
       (Closes: #548245)
     + Skip comment/blank lines when parsing the control file.  (Closes:
       #549402)
   * debchange:
     + Based on a scan of the lintian lab, add '.', '!', and ':' to the set of
       punctuation characters we strip from the distribution name when we parse
       an "Upload to ..." line.  (Closes: #548171)
     + Consistently use “--nomainttrailer” in the manpage.  (Closes: #544351)
   * debuild:
     + Recognize dpkg-source's -z/-Z options.  (Closes: #553205)
     + Remove references to pbuilder-satisfydepends.  Suggest mk-build-deps
       instead.  (Closes: #446318)
   * debcommit:
     + Handle the split up of Dpkg::Changelog in Dpkg 1.15.5.2.
     + Use Dpkg::Changelog::Parse, if available, instead of shelling out to
       dpkg-parsechangelog.
     + Remove use of deprecated L<> markup for pod2man.
   * who-uploads: Set a 30 second timeout when invoking wget instead of using
     wget's default 900 second timeout.  (Closes: #541732)
   * debsign: Update the dcut reference to point to ftp.upload.debian.org
     instead of ftp-master.debian.org.
   * debrelease:
     + Support using buildArea from .svn/deb-layout.  (Closes: #456226)
     + Change to the package root directory before verifying the existence of
       debsdir.
   * bts: Remove use of deprecated L<> markup for pod2man.
 .
   [ Ryan Niebur ]
   * add w3m to suggests for grep-excuses -w, check for it at runtime too
     (Closes: #551516)
   * mk-build-deps: allow passing options to the command in
     MKBUILDDEPS_TOOL. Setting MKBUILDDEPS_TOOL="aptitude --schedule-
     only" in ~/.devscripts should work now. (Closes: #547164)
   * mergechanges:
     + if both input files have the same file listed but with
       different checksums, keep the first and get rid of the one from the
       second.
     + make trailing whitespace consistent with how 'normal'
       .changes file are
 .
   [ Patrick Schoenfeld ]
   * debchange:
     + Include patch from Mathieu Parent to allow --newversion to be mixed
       together with --package. (Closes: #549469)
 .
   [ Stefano Zacchiroli ]
   * debcheckout: Set user.name and user.email in the checked out repository if
     it is a git repo.  (Closes: #555025)
Checksums-Sha1: 
 7433cd4b5283103dd76512630537cfda8d1faa69 1520 devscripts_2.10.61ubuntu1.dsc
 97c61461318267d57adce39f0baf26d4aea7aa68 699277 
devscripts_2.10.61ubuntu1.tar.gz
Checksums-Sha256: 
 44aa88ad4efb4dc59dee76707dda2b6f096ae4a578f04f439a6c4d71a64f061b 1520 
devscripts_2.10.61ubuntu1.dsc
 606cc5a36f1169aa703e285d3ea6183e05629f293880953b91b354c2cd4db8a8 699277 
devscripts_2.10.61ubuntu1.tar.gz
Files: 
 fcacbe6cc599ef66c2750b91ccfee591 1520 devel optional 
devscripts_2.10.61ubuntu1.dsc
 3e364be53072b949cb3f8fecdc5e7f30 699277 devel optional 
devscripts_2.10.61ubuntu1.tar.gz
Launchpad-Bugs-Fixed: 429288 500968
Original-Maintainer: Devscripts Devel Team <pkg-devscri...@teams.debian.net>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAktERi4ACgkQRjrlnQWd1euzTgCfWA/iPDg6uigVznhVO0yj/qyQ
oSgAn1KRjuzC3OAUkRwM+qbIHIcLD4Rr
=jhsK
-----END PGP SIGNATURE-----
-- 
Lucid-changes mailing list
Lucid-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lucid-changes

Reply via email to