[Touch-packages] [Bug 1607696] Re: Version string missing in libjpeg.pc

2019-02-25 Thread Launchpad Bug Tracker
This bug was fixed in the package libjpeg-turbo - 2.0.1-0ubuntu2

---
libjpeg-turbo (2.0.1-0ubuntu2) disco; urgency=medium

  * debian/libjpeg.pc.in, debian/rules:
- remove the distro .pc copy, upstream provides one nowadays
  which includes a valid Version entry (lp: #1607696)

 -- Sebastien Bacher   Mon, 25 Feb 2019 21:31:59
+0100

** Changed in: libjpeg-turbo (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 libjpeg-turbo in Ubuntu.
https://bugs.launchpad.net/bugs/1607696

Title:
  Version string missing in libjpeg.pc

Status in libjpeg-turbo package in Ubuntu:
  Fix Released

Bug description:
  Proper pkg-config files are installed if I build libjpeg-turbo myself.

  The description in the pkg-config file shipped by Ubuntu is also
  different from what is in upstream so I assume this is caused by
  Ubuntu (/Debian?) patching in a custom pkg-config file before they
  were included upstream in https://github.com/libjpeg-turbo/libjpeg-
  turbo/pull/53 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1607696/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607696] Re: Version string missing in libjpeg.pc

2019-02-25 Thread Sebastien Bacher
** Changed in: libjpeg-turbo (Ubuntu)
   Status: Confirmed => Fix Committed

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

Title:
  Version string missing in libjpeg.pc

Status in libjpeg-turbo package in Ubuntu:
  Fix Committed

Bug description:
  Proper pkg-config files are installed if I build libjpeg-turbo myself.

  The description in the pkg-config file shipped by Ubuntu is also
  different from what is in upstream so I assume this is caused by
  Ubuntu (/Debian?) patching in a custom pkg-config file before they
  were included upstream in https://github.com/libjpeg-turbo/libjpeg-
  turbo/pull/53 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1607696/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607696] Re: Version string missing in libjpeg.pc

2019-02-13 Thread Matthias Klose
** Changed in: libjpeg-turbo (Ubuntu)
 Assignee: Matthias Klose (doko) => (unassigned)

** Tags added: rls-dd-incoming

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

Title:
  Version string missing in libjpeg.pc

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Proper pkg-config files are installed if I build libjpeg-turbo myself.

  The description in the pkg-config file shipped by Ubuntu is also
  different from what is in upstream so I assume this is caused by
  Ubuntu (/Debian?) patching in a custom pkg-config file before they
  were included upstream in https://github.com/libjpeg-turbo/libjpeg-
  turbo/pull/53 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1607696/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607696] Re: Version string missing in libjpeg.pc

2019-02-12 Thread Sebastien Bacher
Confirmed, the problem is with the sed added in
http://launchpadlibrarian.net/241403193/libjpeg-
turbo_1.4.2-0ubuntu2_1.4.2-0ubuntu3.diff.gz

sed -e "s/@VERSION@/$(VERSION)/

But ${VERSION} is not defined

** Changed in: libjpeg-turbo (Ubuntu)
   Importance: Undecided => Low

** Changed in: libjpeg-turbo (Ubuntu)
 Assignee: (unassigned) => Matthias Klose (doko)

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

Title:
  Version string missing in libjpeg.pc

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Proper pkg-config files are installed if I build libjpeg-turbo myself.

  The description in the pkg-config file shipped by Ubuntu is also
  different from what is in upstream so I assume this is caused by
  Ubuntu (/Debian?) patching in a custom pkg-config file before they
  were included upstream in https://github.com/libjpeg-turbo/libjpeg-
  turbo/pull/53 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1607696/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607696] Re: Version string missing in libjpeg.pc

2019-02-11 Thread Michal
Package which contains this libjpeg.pc is libjpeg-turbo8-dev:

prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include

Name: libjpeg
Description: JPEG image codec
Version: 
Libs: -L${libdir} -ljpeg
Cflags: -I${includedir}

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

Title:
  Version string missing in libjpeg.pc

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Proper pkg-config files are installed if I build libjpeg-turbo myself.

  The description in the pkg-config file shipped by Ubuntu is also
  different from what is in upstream so I assume this is caused by
  Ubuntu (/Debian?) patching in a custom pkg-config file before they
  were included upstream in https://github.com/libjpeg-turbo/libjpeg-
  turbo/pull/53 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1607696/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1607696] Re: Version string missing in libjpeg.pc

2019-02-11 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: libjpeg-turbo (Ubuntu)
   Status: New => Confirmed

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

Title:
  Version string missing in libjpeg.pc

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  Proper pkg-config files are installed if I build libjpeg-turbo myself.

  The description in the pkg-config file shipped by Ubuntu is also
  different from what is in upstream so I assume this is caused by
  Ubuntu (/Debian?) patching in a custom pkg-config file before they
  were included upstream in https://github.com/libjpeg-turbo/libjpeg-
  turbo/pull/53 .

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1607696/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp