[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-07-01 Thread Launchpad Bug Tracker
This bug was fixed in the package poppler - 0.44.0-3ubuntu1

---
poppler (0.44.0-3ubuntu1) yakkety; urgency=medium

  * Merge with Debian. (LP: #1591528) Remaining changes:
- debian/control:
  + Don't build-depend on libopenjp2-7-dev since it's in universe
- debian/rules:
  + Use --disable-libopenjpeg
  * Dropped changes:
- Only suggest poppler-data since it's too big for CDs and
  language-selector automatically installs it after install
- debian/patches/revert_api_change.patch:
  + revert upstream commit that removed an enum, they claim it's
not an abi change because it's unused, but other packages (bindings)
rely on it to build still, we can drop the patch later once the
rdepends have been updated

poppler (0.44.0-3) unstable; urgency=medium

  * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
- replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
- pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 2.x
  is used

 -- Jeremy Bicha   Sat, 11 Jun 2016 18:16:34 -0400

** Changed in: poppler (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1591528

Title:
  Merge poppler 0.44.0-3 (main) from Debian unstable (main)

Status in poppler package in Ubuntu:
  Fix Released

Bug description:
  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.

  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.

  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB

  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =

  poppler (0.44.0-3) unstable; urgency=medium

    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used

   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200

  poppler (0.44.0-2) unstable; urgency=medium

    * Upload to unstable. (See #823667)

   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200

  poppler (0.44.0-1) experimental; urgency=medium

    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.

   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200

  poppler (0.43.0-1) experimental; urgency=medium

    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build 

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-07-01 Thread Martin Pitt
Sponsored, thank you!

** Changed in: poppler (Ubuntu)
   Status: New => Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1591528

Title:
  Merge poppler 0.44.0-3 (main) from Debian unstable (main)

Status in poppler package in Ubuntu:
  Fix Committed

Bug description:
  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.

  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.

  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB

  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =

  poppler (0.44.0-3) unstable; urgency=medium

    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used

   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200

  poppler (0.44.0-2) unstable; urgency=medium

    * Upload to unstable. (See #823667)

   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200

  poppler (0.44.0-1) experimental; urgency=medium

    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.

   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200

  poppler (0.43.0-1) experimental; urgency=medium

    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build dependencies:
  - add zlib1g-dev for Flate compression
  - add libnss3-dev for signature handling
    * Mention pdfsig in the description of poppler-utils.

   -- Pino Toscano   Sun, 01 May 2016 09:31:22 +0200

  poppler (0.38.0-3) unstable; urgency=medium

    * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix
  a crash on invalid files, reported also as CVE-2015-8868; patch
  upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578)
    * Update Vcs-* fields.
    * Bump Standards-Version to 3.9.8, no changes required.

   -- Pino Toscano   Mon, 25 Apr 2016 16:51:07 +0200

  poppler (0.38.0-2) unstable; urgency=medium

    * Upload to unstable. (See #807089)

   -- Pino Toscano   Wed, 09 Dec 2015 20:21:27 +0100

  poppler (0.38.0-1) experimental; urgency=medium

    * New upstream release:
  - fixes an initialized value in Splash (Closes: #777250)
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler57
    * Update copyright.
    * debian/patches:
  

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-06-15 Thread Mathew Hodson
** Changed in: poppler (Ubuntu)
   Importance: Undecided => Wishlist

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1591528

Title:
  Merge poppler 0.44.0-3 (main) from Debian unstable (main)

Status in poppler package in Ubuntu:
  New

Bug description:
  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.

  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.

  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB

  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =

  poppler (0.44.0-3) unstable; urgency=medium

    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used

   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200

  poppler (0.44.0-2) unstable; urgency=medium

    * Upload to unstable. (See #823667)

   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200

  poppler (0.44.0-1) experimental; urgency=medium

    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.

   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200

  poppler (0.43.0-1) experimental; urgency=medium

    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build dependencies:
  - add zlib1g-dev for Flate compression
  - add libnss3-dev for signature handling
    * Mention pdfsig in the description of poppler-utils.

   -- Pino Toscano   Sun, 01 May 2016 09:31:22 +0200

  poppler (0.38.0-3) unstable; urgency=medium

    * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix
  a crash on invalid files, reported also as CVE-2015-8868; patch
  upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578)
    * Update Vcs-* fields.
    * Bump Standards-Version to 3.9.8, no changes required.

   -- Pino Toscano   Mon, 25 Apr 2016 16:51:07 +0200

  poppler (0.38.0-2) unstable; urgency=medium

    * Upload to unstable. (See #807089)

   -- Pino Toscano   Wed, 09 Dec 2015 20:21:27 +0100

  poppler (0.38.0-1) experimental; urgency=medium

    * New upstream release:
  - fixes an initialized value in Splash (Closes: #777250)
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler57
    * Update copyright.
    * debian/patches:
  - qt-visibility.diff: refresh
   

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-06-12 Thread Jeremy Bicha
** Description changed:

  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.
  
  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.
  
  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB
  
  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =
  
  poppler (0.44.0-3) unstable; urgency=medium
  
    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used
  
   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200
  
  poppler (0.44.0-2) unstable; urgency=medium
  
    * Upload to unstable. (See #823667)
  
   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200
  
  poppler (0.44.0-1) experimental; urgency=medium
  
    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.
  
   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200
  
  poppler (0.43.0-1) experimental; urgency=medium
  
    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build dependencies:
  - add zlib1g-dev for Flate compression
  - add libnss3-dev for signature handling
    * Mention pdfsig in the description of poppler-utils.
  
   -- Pino Toscano   Sun, 01 May 2016 09:31:22 +0200
  
  poppler (0.38.0-3) unstable; urgency=medium
  
    * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix
  a crash on invalid files, reported also as CVE-2015-8868; patch
  upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578)
    * Update Vcs-* fields.
    * Bump Standards-Version to 3.9.8, no changes required.
  
   -- Pino Toscano   Mon, 25 Apr 2016 16:51:07 +0200
  
  poppler (0.38.0-2) unstable; urgency=medium
  
    * Upload to unstable. (See #807089)
  
   -- Pino Toscano   Wed, 09 Dec 2015 20:21:27 +0100
  
  poppler (0.38.0-1) experimental; urgency=medium
  
    * New upstream release:
  - fixes an initialized value in Splash (Closes: #777250)
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler57
    * Update copyright.
    * debian/patches:
  - qt-visibility.diff: refresh
    * Update symbols files.
    * Merge changes from 0.26.5-3 and 0.26.5-4.
  
   -- Pino Toscano   Sun, 29 Nov 2015 19:42:03 +0100
  poppler (0.26.5-4) unstable; urgency=medium
  
    * Handle the new libstc++ ABI of GCC 5 on libpoppler-cpp: (Closes: #796919)
  - rename libpoppler-cpp0 

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-06-11 Thread Jeremy Bicha
** Patch added: "poppler-diff-from-ubuntu.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1591528/+attachment/4681902/+files/poppler-diff-from-ubuntu.debdiff

** Changed in: poppler (Ubuntu)
 Assignee: Jeremy Bicha (jbicha) => (unassigned)

** Changed in: poppler (Ubuntu)
   Status: In Progress => New

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1591528

Title:
  Merge poppler 0.44.0-3 (main) from Debian unstable (main)

Status in poppler package in Ubuntu:
  New

Bug description:
  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.

  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.

  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB

  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =

  poppler (0.44.0-3) unstable; urgency=medium

    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used

   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200

  poppler (0.44.0-2) unstable; urgency=medium

    * Upload to unstable. (See #823667)

   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200

  poppler (0.44.0-1) experimental; urgency=medium

    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.

   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200

  poppler (0.43.0-1) experimental; urgency=medium

    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build dependencies:
  - add zlib1g-dev for Flate compression
  - add libnss3-dev for signature handling
    * Mention pdfsig in the description of poppler-utils.

   -- Pino Toscano   Sun, 01 May 2016 09:31:22 +0200

  poppler (0.38.0-3) unstable; urgency=medium

    * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix
  a crash on invalid files, reported also as CVE-2015-8868; patch
  upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578)
    * Update Vcs-* fields.
    * Bump Standards-Version to 3.9.8, no changes required.

   -- Pino Toscano   Mon, 25 Apr 2016 16:51:07 +0200

  poppler (0.38.0-2) unstable; urgency=medium

    * Upload to unstable. (See #807089)

   -- Pino Toscano   Wed, 09 Dec 2015 20:21:27 +0100

  poppler (0.38.0-1) experimental; urgency=medium

   

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-06-11 Thread Jeremy Bicha
** Patch added: "poppler-diff-from-debian.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1591528/+attachment/4681901/+files/poppler-diff-from-debian.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1591528

Title:
  Merge poppler 0.44.0-3 (main) from Debian unstable (main)

Status in poppler package in Ubuntu:
  New

Bug description:
  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.

  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.

  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB

  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =

  poppler (0.44.0-3) unstable; urgency=medium

    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used

   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200

  poppler (0.44.0-2) unstable; urgency=medium

    * Upload to unstable. (See #823667)

   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200

  poppler (0.44.0-1) experimental; urgency=medium

    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.

   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200

  poppler (0.43.0-1) experimental; urgency=medium

    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build dependencies:
  - add zlib1g-dev for Flate compression
  - add libnss3-dev for signature handling
    * Mention pdfsig in the description of poppler-utils.

   -- Pino Toscano   Sun, 01 May 2016 09:31:22 +0200

  poppler (0.38.0-3) unstable; urgency=medium

    * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix
  a crash on invalid files, reported also as CVE-2015-8868; patch
  upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578)
    * Update Vcs-* fields.
    * Bump Standards-Version to 3.9.8, no changes required.

   -- Pino Toscano   Mon, 25 Apr 2016 16:51:07 +0200

  poppler (0.38.0-2) unstable; urgency=medium

    * Upload to unstable. (See #807089)

   -- Pino Toscano   Wed, 09 Dec 2015 20:21:27 +0100

  poppler (0.38.0-1) experimental; urgency=medium

    * New upstream release:
  - fixes an initialized value in Splash (Closes: #777250)
    * Rename packages according to the new SONAMEs:
  - 

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-06-11 Thread Jeremy Bicha
** Description changed:

  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.
  
  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.
  
  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB
  
  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =
  
  poppler (0.44.0-3) unstable; urgency=medium
  
    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used
  
   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200
  
  poppler (0.44.0-2) unstable; urgency=medium
  
    * Upload to unstable. (See #823667)
  
   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200
  
  poppler (0.44.0-1) experimental; urgency=medium
  
    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.
  
   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200
  
  poppler (0.43.0-1) experimental; urgency=medium
  
    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build dependencies:
  - add zlib1g-dev for Flate compression
  - add libnss3-dev for signature handling
    * Mention pdfsig in the description of poppler-utils.
  
   -- Pino Toscano   Sun, 01 May 2016 09:31:22 +0200
  
  poppler (0.38.0-3) unstable; urgency=medium
  
    * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix
  a crash on invalid files, reported also as CVE-2015-8868; patch
  upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578)
    * Update Vcs-* fields.
    * Bump Standards-Version to 3.9.8, no changes required.
  
   -- Pino Toscano   Mon, 25 Apr 2016 16:51:07 +0200
  
  poppler (0.38.0-2) unstable; urgency=medium
  
    * Upload to unstable. (See #807089)
  
   -- Pino Toscano   Wed, 09 Dec 2015 20:21:27 +0100
  
  poppler (0.38.0-1) experimental; urgency=medium
  
    * New upstream release:
  - fixes an initialized value in Splash (Closes: #777250)
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler57
    * Update copyright.
    * debian/patches:
  - qt-visibility.diff: refresh
    * Update symbols files.
    * Merge changes from 0.26.5-3 and 0.26.5-4.
  
   -- Pino Toscano   Sun, 29 Nov 2015 19:42:03 +0100
  poppler (0.26.5-4) unstable; urgency=medium
  
    * Handle the new libstc++ ABI of GCC 5 on libpoppler-cpp: (Closes: #796919)
  - rename libpoppler-cpp0 

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-06-11 Thread Jeremy Bicha
** Patch removed: "poppler-diff-from-debian.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/poppler/+bug/1591528/+attachment/4681899/+files/poppler-diff-from-debian.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to poppler in Ubuntu.
https://bugs.launchpad.net/bugs/1591528

Title:
  Merge poppler 0.44.0-3 (main) from Debian unstable (main)

Status in poppler package in Ubuntu:
  New

Bug description:
  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)

  Explanation of the Ubuntu delta and why it can be dropped:
  ===
    * Updated for soname change libpoppler58 -> 61
    * New upstream version (soname update 57->58)
    * debian/patchres/revert_api_change.patch:
  - revert upstream commit that removed an enum, they claim it's
    not an abi change because it's unused, but other packages (bindings)
    rely on it to build still, we can drop the patch later once the
    redpends have been updated
    * Updated for soname change libpoppler56 -> 57
    * Updated for soname change libpoppler52 -> 56
    * Set hardening flags to "+all,-pie" to build with all hardening flags
  except -fPIE.
    * New upstream release (LP: #1449991)
    * Rename packages according to the new SONAMEs:
  - libpoppler49 -> libpoppler52
    * debian/libpoppler-glib8.symbols.in:
    * debian/libpoppler-qt4-4.symbols.in:
    * debian/libpoppler-qt5-1.symbols.in:
  - Updated
    * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
  before but now configure fails without this flag.
    * Rename packages according to the new SONAMEs:
  - libpoppler47 -> libpoppler49
    * Resynchronise with Debian, remaining changes:
  - Drop libopenjpeg-dev build depends, it is in universe.
  - Lower poppler-data to Suggests, it is too big for CD images,
    handled by language-selector.

  All of that is in the Debian package except for these:
  
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
  - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.

  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB

  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
  =

  poppler (0.44.0-3) unstable; urgency=medium

    * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
  - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
  - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
    is used

   -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200

  poppler (0.44.0-2) unstable; urgency=medium

    * Upload to unstable. (See #823667)

   -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200

  poppler (0.44.0-1) experimental; urgency=medium

    * New upstream release.
    * Rename packages according to the new SONAMEs:
  - libpoppler60 -> libpoppler61
    * Update copyright.

   -- Pino Toscano   Sun, 22 May 2016 08:46:59 +0200

  poppler (0.43.0-1) experimental; urgency=medium

    * New upstream release: (Closes: #822644)
  - fixes pdfinfo man page (Closes: #813500)
  - fixes build with GCC 6 (Closes: #811901)
    * Rename packages according to the new SONAMEs:
  - libpoppler57 -> libpoppler60
    * Update copyright.
    * Update symbols files:
  - adapt to the different internal symbols with GCC 6
    * Update build dependencies:
  - add zlib1g-dev for Flate compression
  - add libnss3-dev for signature handling
    * Mention pdfsig in the description of poppler-utils.

   -- Pino Toscano   Sun, 01 May 2016 09:31:22 +0200

  poppler (0.38.0-3) unstable; urgency=medium

    * Backport upstream commit b3425dd3261679958cd56c0f71995c15d2124433 to fix
  a crash on invalid files, reported also as CVE-2015-8868; patch
  upstream_Do-not-crash-on-invalid-files.patch. (Closes: #822578)
    * Update Vcs-* fields.
    * Bump Standards-Version to 3.9.8, no changes required.

   -- Pino Toscano   Mon, 25 Apr 2016 16:51:07 +0200

  poppler (0.38.0-2) unstable; urgency=medium

    * Upload to unstable. (See #807089)

   -- Pino Toscano   Wed, 09 Dec 2015 20:21:27 +0100

  poppler (0.38.0-1) experimental; urgency=medium

    * New upstream release:
  - fixes an initialized value in Splash (Closes: #777250)
    * Rename packages according to the new SONAMEs:
  - 

[Touch-packages] [Bug 1591528] Re: Merge poppler 0.44.0-3 (main) from Debian unstable (main)

2016-06-11 Thread Jeremy Bicha
** Description changed:

  Please merge poppler 0.44.0-3 (main) from Debian unstable (main)
  
  Explanation of the Ubuntu delta and why it can be dropped:
-   * Updated for soname change libpoppler58 -> 61
-   * New upstream version (soname update 57->58)
-   * debian/patchres/revert_api_change.patch:
- - revert upstream commit that removed an enum, they claim it's
-   not an abi change because it's unused, but other packages (bindings)
-   rely on it to build still, we can drop the patch later once the
-   redpends have been updated
-   * Updated for soname change libpoppler56 -> 57
-   * Updated for soname change libpoppler52 -> 56
-   * Set hardening flags to "+all,-pie" to build with all hardening flags
- except -fPIE.
-   * New upstream release (LP: #1449991)
-   * Rename packages according to the new SONAMEs:
- - libpoppler49 -> libpoppler52
-   * debian/libpoppler-glib8.symbols.in:
-   * debian/libpoppler-qt4-4.symbols.in:
-   * debian/libpoppler-qt5-1.symbols.in:
- - Updated
-   * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
- before but now configure fails without this flag.
-   * Rename packages according to the new SONAMEs:
- - libpoppler47 -> libpoppler49
-   * Resynchronise with Debian, remaining changes:
- - Drop libopenjpeg-dev build depends, it is in universe.
- - Lower poppler-data to Suggests, it is too big for CD images,
-   handled by language-selector.
+ ===
+   * Updated for soname change libpoppler58 -> 61
+   * New upstream version (soname update 57->58)
+   * debian/patchres/revert_api_change.patch:
+ - revert upstream commit that removed an enum, they claim it's
+   not an abi change because it's unused, but other packages (bindings)
+   rely on it to build still, we can drop the patch later once the
+   redpends have been updated
+   * Updated for soname change libpoppler56 -> 57
+   * Updated for soname change libpoppler52 -> 56
+   * Set hardening flags to "+all,-pie" to build with all hardening flags
+ except -fPIE.
+   * New upstream release (LP: #1449991)
+   * Rename packages according to the new SONAMEs:
+ - libpoppler49 -> libpoppler52
+   * debian/libpoppler-glib8.symbols.in:
+   * debian/libpoppler-qt4-4.symbols.in:
+   * debian/libpoppler-qt5-1.symbols.in:
+ - Updated
+   * Explicitly pass --disable-libopenjpeg now - this support was auto-disabled
+ before but now configure fails without this flag.
+   * Rename packages according to the new SONAMEs:
+ - libpoppler47 -> libpoppler49
+   * Resynchronise with Debian, remaining changes:
+ - Drop libopenjpeg-dev build depends, it is in universe.
+ - Lower poppler-data to Suggests, it is too big for CD images,
+   handled by language-selector.
  
  All of that is in the Debian package except for these:
+ 
  1. Drop libopenjpeg-dev build-depends, it is in universe
  - We still need this dropped, except it is now libopenjp2-7-dev
  2. Use --disable-libopenjpeg
  - Still needed
  3. debian/patches/revert_api_change.patch:
- - Doing test build to see if any of Ubuntu's rdepends still need this to build
- 
+ - Not needed, see test build results below
  4. Lower poppler-data to Suggests since it's too big for CD images
  - Since we aren't as concerned about 1 or 2 MBs since we do DVDs instead
  of CDs, this seems like an obsolete change. See bug 893920 where we have
  language-selector install this for everyone after install anyway.
  
  $ apt show poppler-data
  Installed-Size: 12.4 MB
  Download-Size: 1,495 kB
  
- 
  Changelog entries since current yakkety version 0.44.0-0ubuntu1:
+ =
  
  poppler (0.44.0-3) unstable; urgency=medium
  
-   * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
- - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
- - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
-   is used
+   * Switch from OpenJPEG 1.x to 2.x: (Closes: #826825)
+ - replace the libopenjpeg-dev build dependency with libopenjp2-7-dev
+ - pass --enable-libopenjpeg=openjpeg2 to configure, to be sure OpenJPEG 
2.x
+   is used
  
-  -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200
+  -- Pino Toscano   Thu, 09 Jun 2016 23:14:49 +0200
  
  poppler (0.44.0-2) unstable; urgency=medium
  
-   * Upload to unstable. (See #823667)
+   * Upload to unstable. (See #823667)
  
-  -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200
+  -- Pino Toscano   Fri, 27 May 2016 22:13:46 +0200
  
  poppler (0.44.0-1) experimental; urgency=medium
  
-   * New upstream release.
-   * Rename packages according to the new SONAMEs:
- - libpoppler60 -> libpoppler61
-   * Update copyright.
+   * New upstream release.
+   * Rename packages according to the new SONAMEs:
+ - libpoppler60 -> libpoppler61
+   * Update