[ubuntu/oneiric] devscripts 2.10.73ubuntu1 (Accepted)

Benjamin Drung bdrung at ubuntu.com
Sun May 22 18:15:22 UTC 2011


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.

Date: Sun, 22 May 2011 19:49:16 +0200
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Benjamin Drung <bdrung at debian.org>
https://launchpad.net/ubuntu/oneiric/+source/devscripts/2.10.73ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 22 May 2011 19:49:16 +0200
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.10.73ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 513685 515852 535767 556248 560900 574155 577999 580861 586500 587523 589437 595251 595893 597675 597963 598514 599354 599641 600212 600909 601945 604740 605102 606053 606054 606060 607303 610027 610072 610192 610310 610326 612500 612521 613502 613941 614268 615108 615135 616630 617675 618513 620194 620902 621758 622889 623567 626086
Launchpad-Bugs-Fixed: 429288 485264 717389 783693
Changes: 
 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.
Checksums-Sha1: 
 e837d7f83dc62cf9b9e8e20234a7ac9a0d1ed615 2341 devscripts_2.10.73ubuntu1.dsc
 4ef83b3be373a06f1a62068d86bfc3e995f641b1 740341 devscripts_2.10.73ubuntu1.tar.gz
Checksums-Sha256: 
 edddb4eb19249c040a4081010bc50b651c26b498a932daf07a6f7cee7a97718e 2341 devscripts_2.10.73ubuntu1.dsc
 0b45564105b8a9baaf92ca36ed88040ec72c665cef2da17fd237faec3ffdf33f 740341 devscripts_2.10.73ubuntu1.tar.gz
Files: 
 bf593ee11e3afd31aa48d89a3c459388 2341 devel optional devscripts_2.10.73ubuntu1.dsc
 2873d80ceb7ff213edc2b5cf9b589286 740341 devel optional devscripts_2.10.73ubuntu1.tar.gz
Original-Maintainer: Devscripts Devel Team <pkg-devscripts at teams.debian.net>

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

iQIcBAEBCgAGBQJN2VDfAAoJEBWetcTvyHdMbzYQAKPTCpqCJmzuhw1PmBGjdR/h
FW4xv5MHcz3/QjyVcmypR8yuwtpZttSd7rge/5pt9NSVPtn5Bbm/hIODo576te1B
f3hJa1+88f/IUQBfLOf5lMOK05HfOgbHLAwa3kT86qVIQRQhGW7VoYkQc6YinSuc
9ifwz/FPoVqfm/Q8En5oHYgd4U1JtkUGr+qTmKB0xQztvVC8pX0+zJFpTbAeIE64
kSYAaFY0BzjNXm7JoazyAX4MGBxx8k2ris3V5Mzm5RJY7Z0Qk9gPqbZh/r2QtToU
ks3oKjimqpdm6xxmzHaHvJWcWF1MFPHwQJQiAsDjbc7UsLHYTUMw6ek0kg8XwC9i
kbwaASgJ34NSV/0xJ2HCGOxRGDG8Ou5LvIhYEjkYmZvdwNS5H2wsplo8Xm0GLVAc
xbvtFKZpS+TQhhZ/W12DKDqz+93cHIU3CxvDLtSMNKyFgv1HZ1EjwtYVp3bosKGG
2KKfnzk+rC7/5neaQowIvNaDbA3NQvqNdv85T43nNVoxTMJ/DUiSwxlaFt9C/yqK
Ug0Z/3RgFTB9/9oobseSo7fLIo7uVuAFMhzuodNEjnoc7NaY9dpG7zQJIdbKJeJK
aDicT8Gy233MWbi8DYqhfcVTiP98llEZdKOA8p2ngfRIbtnCk9tfoAxI/yb4q+DH
VI7k8lNc1SpiQY8q5emS
=/Gk5
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list