[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted dpkg 1.13.12 (source i386 all)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 24 Jan 2006 11:15:36 +0100
Source: dpkg
Binary: dpkg dselect dpkg-dev
Architecture: source i386 all
Version: 1.13.12
Distribution: experimental
Urgency: low
Maintainer: Dpkg Developers <team@dpkg.org>
Changed-By: Frank Lichtenheld <djpig@debian.org>
Description: 
 dpkg       - package maintenance system for Debian
 dpkg-dev   - package building tools for Debian
 dselect    - user tool to manage Debian packages
Closes: 6820 7014 48711 96920 103024 144571 145714 164020 228125 238460 254449 285857 291939 306125 313300 314237 315253 315461 315548 315987 315990 316123 317082 323642 323662 323674 323775 323779 323821 323908 323938 323964 324114 324456 325224 325687 325804 325990 329908 330021 331232 332698 332826 332872 332872 334063 335056 335170 335170 337164 337307 337942 337948 338268 338904 340674 342089 344058 344513 344646 344671 345347 345347 345475 347225 347744 348575 348659 349151 349299
Changes: 
 dpkg (1.13.12) experimental; urgency=low
 .
   * Due to the changes in dpkg-shlibdeps it is not recommended
     to use this version for building packages intended to be
     uploaded into an official archive, yet.
 .
   [ Frank Lichtenheld ]
   * Update AUTHORS and debian/copyright for new maintainer team.
 .
   * Don't use the ldd output in dpkg-shlibdeps. Search for the
     matching libraries ourself. This fixes problems with both
     symlinked directories, Closes: #103024, #145714, #164020, #285857
     and biarch builds. Closes: #317082
   * Let dpkg-gencontrol bail out with an error if parsedep
     found an error while parsing a dependency field. Closes: #228125
   * dpkg-source -x now tries to chown all files extracted from
     tar files. The temporary directory is now created with mode
     0700, too. Together this should make it safer to run
     dpkg-source -x as root. Based on suggestions by Marcus
     Brinkmann and Colin Watson. Closes: #144571, #238460
   * Let dpkg-source -b check the build relation fields before
     putting them into the .dsc. As a side effect they also
     get normalized. Closes: #254449
   * Check the gpg signatures of .dsc files before unpacking. See
     the upstream changelog for a full description of the semantics.
     Based on a patch by Matt Zimmerman. Closes: #48711
   * Let dpkg-source ensure (as good as possible) that all
     build source packages can also be unpacked.
     Closes: #6820, #7014
     Also fixed handling of md5sum -b output in dpkg-source on
     the way. Based on a patch by Ingo Saitz. Closes: #316123
   * Check for illegal architecture strings in dpkg-gencontrol and
     dpkg-source. dpkg-gencontrol will only issue a warning while
     dpkg-source will error out. Closes: #96920
   * Add support "package types" to dpkg-shlibdeps. Patch by Joey Hess.
     Closes: #335056, #345475
   * Fix man page references to dpkg and dselect man pages. Many
     of them still had a wrong section.
     Closes: #332826
   * Let dpkg-source -b warn about special permissions of files added
     in the diff since these will get lost. Closes: #306125
   * dpkg-source -x didn't work in case the upstream version or
     the Debian version ended with ~. Fixed.
 .
   [ Christian Perrier ]
   * Updated Translations:
     - French (Christian Perrier).
     - Polish (Bartosz Fenski). Closes: #314237
     - Norwegian Bokmal (Hans F. Nordhaug). Closes: #315548, #315990
     - Czech (Miroslav Kure). Closes: #323775, #345347
     - Russian (Yuri Kozlov). Closes: #323821, #335170
     - Japanese (Kenshi Muto). Closes: #323938
     - Brazilian Portuguese (Andre Luis Lopes). Closes: #325224, #332872
     - Russian (Yuri Kozlov). Closes: #335170, #349151
     - Swedish (Peter karlsson). Closes: #325990, #344058, #337164, #334063
     - Norwegian Nynorsk (HÃ¥vard Korsvoll). Closes: #315987
     - Portuguese (Miguel Figueiredo).
       Closes: #315461, #323674, #323642, #330021
     - Spanish (Javier Fernández-Sanguino Peña). Closes: #323662, #315253
     - Danish (Claus Hindsgaul). Closes: #348575, #323779, #337948, #325687
     - Dutch (Bart Cornelis). Closes: #323908
     - German (Michael Piefel). Closes: #323964
     - Italian (Stefano Canepa). Closes: #324114, #344671, #347225
     - Catalan (Jordi Mallach). Closes: #324456
     - Basque (Piarres Beobide). Closes: #342089, #332698
     - Tagalog (Eric Pareja). Closes: #337307
     - Simplified Chinese (Tchaikov). Closes: #338268
     - Galician (Jacobo Tarrío). Closes: #338904
     - Romanian (Eddy PetriÅ?or). Closes: #340674
     - Vietnamese (Phan Vinh Thinh, Clytie Siddall).
     - Indonesian (Parlin Imanuel). Closes: #344513
     - Greek (Galaxico). Closes: #344646
     - Czech (Miroslav Kure). Closes: #345347
   * Fixed broken translation:
     - Brazilian Portuguese (James Troup). Closes: #332872
   * Fix Russian man page for start-stop-deamon(8)
     Closes: #325804
   * Fix German man page for update-alternatives(8)
     Closes: #329908
   * Fix typo in dpkg online help message. Unfuzzy translations
     Closes: #349299
 .
   [ Guillem Jover ]
   * Add armeb to cputable. Closes: #331232
     Thanks to Lennert Buytenhek <buytenh+debian@wantstofly.org>.
   * Don't try to compile in SELinux support on GNU/kFreeBSD.  Closes: #313300
     Thanks to Aurelien Jarno <aurel32@debian.org>.
   * When linking statically, explicitly add libsepol, even if its only a
     transitive library. The proper fix should come with a pkg-config file.
     Based on a patch by Bart Martens <bart.martens@advalvas.be>.
     Closes: #347744, #348659
   * Add support for architecture wildcards, but for now they will only be
     exposed in debian/control files, not in binary nor source packages.
     Closes: #291939
   * Change start-stop-daemon's --exec option behaviour on GNU/Linux to
     compare the filename pointed by '/proc/<pid>/exe' instead of the inode
     and device numbers. Thanks to Vasilis Vasaitis <v.vasaitis@sms.ed.ac.uk>.
     Closes: #337942
Files: 
 262855a5b05d9af77bdaf56c5d8f74cc 842 base required dpkg_1.13.12.dsc
 05e9b9add311c8f943df33c2de3d9e9b 3728747 base required dpkg_1.13.12.tar.gz
 ab6c8191f8758578e184d538fc08c7d0 1933498 base required dpkg_1.13.12_i386.deb
 e5152264b73f3f93d6af0ceae324e56b 120970 base required dselect_1.13.12_i386.deb
 7cf95b48647b398a4c4fa27b065d43d5 165198 utils standard dpkg-dev_1.13.12_all.deb

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

iD8DBQFD1gHVQbn06FtxPfARAhKEAJ9oh+/+EIu5eYWley8DUnc+irru2gCeLDPG
xO4ytjbJGKaeTPyH53qDlMA=
=4SDY
-----END PGP SIGNATURE-----


Accepted:
dpkg-dev_1.13.12_all.deb
  to pool/main/d/dpkg/dpkg-dev_1.13.12_all.deb
dpkg_1.13.12.dsc
  to pool/main/d/dpkg/dpkg_1.13.12.dsc
dpkg_1.13.12.tar.gz
  to pool/main/d/dpkg/dpkg_1.13.12.tar.gz
dpkg_1.13.12_i386.deb
  to pool/main/d/dpkg/dpkg_1.13.12_i386.deb
dselect_1.13.12_i386.deb
  to pool/main/d/dpkg/dselect_1.13.12_i386.deb




Reply to: