[ubuntu/quantal] pcsc-lite 1.8.3-3ubuntu1 (Accepted)

Michael Bienia geser at ubuntu.com
Mon May 21 07:30:43 UTC 2012


pcsc-lite (1.8.3-3ubuntu1) quantal; urgency=low

  * Merge with Debian unstable (lp: #1001775). Remaining Ubuntu changes:
    - debian/rules: Move runtime libraries to /lib, for the benefit of
      wpasupplicant. (See Debian #531592)

pcsc-lite (1.8.3-3) unstable; urgency=low

  * rebuild for multi-arch. See bug #647522

pcsc-lite (1.8.3-2) unstable; urgency=low

  * Fix "invoke-rc.d pcscd start starts the daemon again if allready
    running" do not remove /var/run/pcscd/ if already present (Closes: #666465)

pcsc-lite (1.8.3-1) unstable; urgency=low

  * New upstream release
  * Fix "fails to start if config directory contains subdirectories"
    fixed upstream (Closes: #658322)
  * debian/control: Standards-Version: 3.9.2 -> 3.9.3. No change needed.
  * Add Build-Depends: dpkg-dev (>= 1.16.1~) so that dpkg-buildflags supports
    --export=configure as we use it in debian/rules. This is needed to easily
    packport the package.
    Thanks to Jean-Michel Pouré for the bug report.
  * Add multi-arch support. (LP: #949912)

pcsc-lite (1.8.2-1) unstable; urgency=low

  * New upstream release
  * Fix "Please enabled hardened build flags" by using $(shell
    dpkg-buildflags --export=configure) as a ./configure argument
    (Closes: #656273)
  * Fix "please package libpcsclite debug symbols" by providing a new
    package libpcsclite-dbg (Closes: #655915)
  * Fix "please package pcsc-spy.py tool" by installing pcsc-spy in
    /usr/bin/ from package libpcsclite-dev (Closes: #655756)

pcsc-lite (1.8.1-5) unstable; urgency=low

  * Fix "[pcscd] unusable due to typo in init.d-script" Correctly set the
    access rights of /var/run/pcscd (Closes: #652236)

pcsc-lite (1.8.1-4) unstable; urgency=low

  * If systemd is used then do not start pcscd at boot but on demand
    http://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html

pcsc-lite (1.8.1-3) unstable; urgency=low

  * debian/{control,rules}: do not Build-Depends: on systemd but use
    --with-systemdsystemunitdir=/lib/systemd/system instead
    Fix "Not building on !linux architectures" (Closes: #650251)

pcsc-lite (1.8.1-2) unstable; urgency=low

  * debian/pcscd.postinst: Fix "Fails to configure" check that systemd is
    installed _and_ running (Closes: #650174)
  * debian/control: Add Build-Depends: systemd since the ./configure script
    uses pkg-config --variable=systemdsystemunitdir systemd

pcsc-lite (1.8.1-1) unstable; urgency=low

  * New upstream release
  * debian/copyright: use Machine-readable DEP-5 format
  * debian/pcscd.init: Fix "init.d status support" (Closes: #644127)
  * debian/pcscd.postinst: enable pcscd for systemd is systemd is installed
  * debian/control: libpcsclite1 now Breaks: instead of Conflicts:
    libpcsclite-dev (<< ${binary:Version})
  * debian/control: Suggests: systemd
  * debian/control: libpcsclite-dev now provides libpcscspy.so
  * debian/pcscd.dirs: do not install empty directories usr/lib/pcsc/drivers
    and usr/lib/pcsc/services. Reported by lintian
  * debian/libpcsclite-dev.install: do not distribute the .la file any more
  * debian/pcscd.install: install systemd configuration files

Date: Sat, 19 May 2012 23:22:13 +0200
Changed-By: Michael Bienia <geser at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Daniel Holbach <daniel.holbach at ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/pcsc-lite/1.8.3-3ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 19 May 2012 23:22:13 +0200
Source: pcsc-lite
Binary: pcscd libpcsclite-dev libpcsclite-dbg libpcsclite1
Architecture: source
Version: 1.8.3-3ubuntu1
Distribution: quantal
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Michael Bienia <geser at ubuntu.com>
Description: 
 libpcsclite-dbg - Middleware to access a smart card using PC/SC (debugging symbols)
 libpcsclite-dev - Middleware to access a smart card using PC/SC (development files)
 libpcsclite1 - Middleware to access a smart card using PC/SC (library)
 pcscd      - Middleware to access a smart card using PC/SC (daemon side)
Closes: 644127 650174 650251 652236 655756 655915 656273 658322 666465
Launchpad-Bugs-Fixed: 949912 1001775
Changes: 
 pcsc-lite (1.8.3-3ubuntu1) quantal; urgency=low
 .
   * Merge with Debian unstable (lp: #1001775). Remaining Ubuntu changes:
     - debian/rules: Move runtime libraries to /lib, for the benefit of
       wpasupplicant. (See Debian #531592)
 .
 pcsc-lite (1.8.3-3) unstable; urgency=low
 .
   * rebuild for multi-arch. See bug #647522
 .
 pcsc-lite (1.8.3-2) unstable; urgency=low
 .
   * Fix "invoke-rc.d pcscd start starts the daemon again if allready
     running" do not remove /var/run/pcscd/ if already present (Closes: #666465)
 .
 pcsc-lite (1.8.3-1) unstable; urgency=low
 .
   * New upstream release
   * Fix "fails to start if config directory contains subdirectories"
     fixed upstream (Closes: #658322)
   * debian/control: Standards-Version: 3.9.2 -> 3.9.3. No change needed.
   * Add Build-Depends: dpkg-dev (>= 1.16.1~) so that dpkg-buildflags supports
     --export=configure as we use it in debian/rules. This is needed to easily
     packport the package.
     Thanks to Jean-Michel Pouré for the bug report.
   * Add multi-arch support. (LP: #949912)
 .
 pcsc-lite (1.8.2-1) unstable; urgency=low
 .
   * New upstream release
   * Fix "Please enabled hardened build flags" by using $(shell
     dpkg-buildflags --export=configure) as a ./configure argument
     (Closes: #656273)
   * Fix "please package libpcsclite debug symbols" by providing a new
     package libpcsclite-dbg (Closes: #655915)
   * Fix "please package pcsc-spy.py tool" by installing pcsc-spy in
     /usr/bin/ from package libpcsclite-dev (Closes: #655756)
 .
 pcsc-lite (1.8.1-5) unstable; urgency=low
 .
   * Fix "[pcscd] unusable due to typo in init.d-script" Correctly set the
     access rights of /var/run/pcscd (Closes: #652236)
 .
 pcsc-lite (1.8.1-4) unstable; urgency=low
 .
   * If systemd is used then do not start pcscd at boot but on demand
     http://ludovicrousseau.blogspot.com/2011/11/pcscd-auto-start-using-systemd.html
 .
 pcsc-lite (1.8.1-3) unstable; urgency=low
 .
   * debian/{control,rules}: do not Build-Depends: on systemd but use
     --with-systemdsystemunitdir=/lib/systemd/system instead
     Fix "Not building on !linux architectures" (Closes: #650251)
 .
 pcsc-lite (1.8.1-2) unstable; urgency=low
 .
   * debian/pcscd.postinst: Fix "Fails to configure" check that systemd is
     installed _and_ running (Closes: #650174)
   * debian/control: Add Build-Depends: systemd since the ./configure script
     uses pkg-config --variable=systemdsystemunitdir systemd
 .
 pcsc-lite (1.8.1-1) unstable; urgency=low
 .
   * New upstream release
   * debian/copyright: use Machine-readable DEP-5 format
   * debian/pcscd.init: Fix "init.d status support" (Closes: #644127)
   * debian/pcscd.postinst: enable pcscd for systemd is systemd is installed
   * debian/control: libpcsclite1 now Breaks: instead of Conflicts:
     libpcsclite-dev (<< ${binary:Version})
   * debian/control: Suggests: systemd
   * debian/control: libpcsclite-dev now provides libpcscspy.so
   * debian/pcscd.dirs: do not install empty directories usr/lib/pcsc/drivers
     and usr/lib/pcsc/services. Reported by lintian
   * debian/libpcsclite-dev.install: do not distribute the .la file any more
   * debian/pcscd.install: install systemd configuration files
Checksums-Sha1: 
 a79eb85335192e2d263efc92cc25324ba9e53da1 1600 pcsc-lite_1.8.3-3ubuntu1.dsc
 e8fffbc5f7afd40e403984d0222baed2ec5ef5a3 552100 pcsc-lite_1.8.3.orig.tar.bz2
 a7a37aa39481d82e29a8884f9d7b6c4ddbe4039a 15860 pcsc-lite_1.8.3-3ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a8ce4e7c51fd52df187c112e508a2753d8deb1d41e81ba03cc2d7a6471114896 1600 pcsc-lite_1.8.3-3ubuntu1.dsc
 b4442d76e9d033340844fb419783f4ee4817dc8d0e5ff208991bb0be1db45d73 552100 pcsc-lite_1.8.3.orig.tar.bz2
 790f32fb682ed05c3ef6a6e68a0223299ae993f7e1e56f6effedbeb1242f4221 15860 pcsc-lite_1.8.3-3ubuntu1.debian.tar.gz
Files: 
 04e6280fe8c5c050fd1b7e7f26930739 1600 misc optional pcsc-lite_1.8.3-3ubuntu1.dsc
 7ad8c97c89f77aab7a00317eb7e811e9 552100 misc optional pcsc-lite_1.8.3.orig.tar.bz2
 b806bfc6cc7de68f3628d704f5a19a80 15860 misc optional pcsc-lite_1.8.3-3ubuntu1.debian.tar.gz
Original-Maintainer: Ludovic Rousseau <rousseau at debian.org>

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

iEYEARECAAYFAk+57dIACgkQRjrlnQWd1etoiQCfX4zZNU7pbvWpO2J1ZALA0poX
bb0AmwT1X1IFUwiKk8x6hbTuD7+BP7ec
=gibP
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list