Your message dated Wed, 08 Oct 2014 22:33:53 +0000
with message-id <[email protected]>
and subject line Bug#763341: fixed in libjpeg8 8d1-2
has caused the Debian Bug report #763341,
regarding libjpeg8: please remove "Provides: libjpeg-dev" from libjpeg8-dev as 
requested by tech-ctte decision
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
763341: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763341
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libjpeg8
Version: 8d1-1
Severity: important
Tags: patch

Bill,

please remove "Provides: libjpeg-dev" from libjpeg8-dev as stated in
Technical Committee decision on       default           jpeg library 
implementation in
Debian,   see https://bugs.debian.org/717076#235 paragraph 12.

Removing libjpeg-progs is also advisable as this package is now
provided by src:libjpeg-turbo.

I am attaching patches to accomplish both.

Thank you,
Ondrej

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
>From 35c0a6008132256819e873ba9f1513e697b49884 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <[email protected]>
Date: Mon, 29 Sep 2014 15:34:59 +0200
Subject: [PATCH 1/2] Remove Provides: libjpeg-dev

---
 debian/control | 2 --
 1 file changed, 2 deletions(-)

diff --git a/debian/control b/debian/control
index 0c34572..fc2f15d 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,6 @@ Description: Development files for the IJG JPEG library
 Depends: libjpeg8 (=${binary:Version}), libc-dev, ${misc:Depends}
 Conflicts: libjpeg62-dev, libjpeg7-dev
 Replaces: libjpeg62-dev, libjpeg7-dev
-Provides: libjpeg-dev
 
 Package: libjpeg8-dbg
 Architecture: any
@@ -40,7 +39,6 @@ Description: Development files for the IJG JPEG library
  JPEG files.
  .
  This package contains the debugging symbols for libjpeg.
-Provides: libjpeg-dbg
 Depends: libjpeg8 (=${binary:Version}), ${misc:Depends}
 Replaces: libjpeg62-dbg, libjpeg7-dbg
 
-- 
2.1.1

>From df83d01fa3a8f33d129ac5a0b55046a665aa1371 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <[email protected]>
Date: Mon, 29 Sep 2014 15:36:55 +0200
Subject: [PATCH 2/2] Don't build libjpeg-progs

---
 debian/control                     | 10 ----------
 debian/libjpeg-progs.README.Debian | 13 -------------
 debian/libjpeg-progs.docs          |  2 --
 debian/libjpeg-progs.files         |  2 --
 debian/rules                       |  4 ----
 5 files changed, 31 deletions(-)
 delete mode 100644 debian/libjpeg-progs.README.Debian
 delete mode 100644 debian/libjpeg-progs.docs
 delete mode 100644 debian/libjpeg-progs.files

diff --git a/debian/control b/debian/control
index fc2f15d..9656d25 100644
--- a/debian/control
+++ b/debian/control
@@ -41,13 +41,3 @@ Description: Development files for the IJG JPEG library
  This package contains the debugging symbols for libjpeg.
 Depends: libjpeg8 (=${binary:Version}), ${misc:Depends}
 Replaces: libjpeg62-dbg, libjpeg7-dbg
-
-Package: libjpeg-progs
-Architecture: any
-Description: Programs for manipulating JPEG files
- This package contains programs for manipulating JPEG files:
-  cjpeg/djpeg: convert to/from the JPEG file format
-  rdjpgcom/wrjpgcom: read/write comments in JPEG files
-  jpegtran: lossless transformations of JPEG files
-  jpegexiforient/exifautotran: manipulate EXIF orientation tag
-Depends: ${shlibs:Depends}, ${misc:Depends}
diff --git a/debian/libjpeg-progs.README.Debian b/debian/libjpeg-progs.README.Debian
deleted file mode 100644
index 721c55b..0000000
--- a/debian/libjpeg-progs.README.Debian
+++ /dev/null
@@ -1,13 +0,0 @@
-libjpeg-progs for Debian
-========================
-
-This package contains programs for manipulating JPEG files:
-   cjpeg/djpeg: convert to/from the JPEG file format
-   rdjpgcom/wrjpgcom: read/write comments in JPEG files
-   jpegtran: lossless transformations of JPEG files
-   jpegexiforient/exifautotran: manipulate EXIF orientation tag
-       
-Thanks for using Debian!
-
---
-Bill Allombert <[email protected]>  Sun, 05 Jul 2009 15:18:59 +0200
diff --git a/debian/libjpeg-progs.docs b/debian/libjpeg-progs.docs
deleted file mode 100644
index 0ca2a61..0000000
--- a/debian/libjpeg-progs.docs
+++ /dev/null
@@ -1,2 +0,0 @@
-usage.txt
-wizard.txt
diff --git a/debian/libjpeg-progs.files b/debian/libjpeg-progs.files
deleted file mode 100644
index 98d1583..0000000
--- a/debian/libjpeg-progs.files
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin
-usr/share/man/man1
diff --git a/debian/rules b/debian/rules
index 8f59ec9..3f7a724 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,8 +35,6 @@ build-stamp:
 ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	$(MAKE) check
 endif
-	$(MAKE) -C debian/extra CC="$(DEB_HOST_GNU_TYPE)-gcc"\
-                   CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 	touch build-stamp
 
 clean:
@@ -44,7 +42,6 @@ clean:
 	dh_testroot
 	-rm -f build-stamp
 	if [ -f Makefile ]; then $(MAKE) distclean; fi
-	$(MAKE) clean -C debian/extra
 	dh_autoreconf_clean
 	dh_clean
 
@@ -56,7 +53,6 @@ binary-arch: build
 	dh_prep
 	dh_installdirs 
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp
-	$(MAKE) install -C debian/extra prefix=/usr DESTDIR=`pwd`/debian/tmp
 	# fix jconfig.h 
 	rm debian/tmp/usr/include/jconfig.h
 	mkdir debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)
-- 
2.1.1


--- End Message ---
--- Begin Message ---
Source: libjpeg8
Source-Version: 8d1-2

We believe that the bug you reported is fixed in the latest version of
libjpeg8, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bill Allombert <[email protected]> (supplier of updated libjpeg8 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


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

Format: 1.8
Date: Wed, 08 Oct 2014 19:13:44 +0200
Source: libjpeg8
Binary: libjpeg8 libjpeg8-dev libjpeg8-dbg
Architecture: source amd64
Version: 8d1-2
Distribution: unstable
Urgency: low
Maintainer: Bill Allombert <[email protected]>
Changed-By: Bill Allombert <[email protected]>
Description:
 libjpeg8   - Independent JPEG Group's JPEG runtime library
 libjpeg8-dbg - Development files for the IJG JPEG library
 libjpeg8-dev - Development files for the IJG JPEG library
Closes: 763341
Changes:
 libjpeg8 (8d1-2) unstable; urgency=low
 .
   * Do not build libjpeg-progs.
   * debian/control:
     - libjpeg8-dev: do not Provides: libjpeg-dev anymore. closes: #763341
     - Bump standard version to 3.9.6.
Checksums-Sha1:
 6e6ce759f050d11c5fe1b60f67c25cc3a126166f 1813 libjpeg8_8d1-2.dsc
 dddf1efef23821a2a3a09b3d688c7297d47167f5 10364 libjpeg8_8d1-2.debian.tar.xz
 ee1aa8c21540fb9ee97393e8690b450761d626a9 119370 libjpeg8_8d1-2_amd64.deb
 38bb3017f448b449446ed81fa6039a0a6d2a9f69 216540 libjpeg8-dev_8d1-2_amd64.deb
 aad22ea7ab79df9c852d5e43461007021c4b2267 196946 libjpeg8-dbg_8d1-2_amd64.deb
Checksums-Sha256:
 55e602e055fcd37ef8270e5161400a572754c61b0055338c796dfa1801517807 1813 
libjpeg8_8d1-2.dsc
 61efd179c4316dea046ca7963d0a6b1ecc9385d7caaa97f557fce03af167ae8a 10364 
libjpeg8_8d1-2.debian.tar.xz
 45905ce264ac10db0faf0ac733dd7b2cd0a949298ac588dffb2cb952460c4750 119370 
libjpeg8_8d1-2_amd64.deb
 ce026026246f9752c6d5fef0e0d121bc3744a6a9a2c066d4c3e4e17ae1620795 216540 
libjpeg8-dev_8d1-2_amd64.deb
 fa3583aea827f41898f8cced1133f75b3f86963f22e3c9ad04c790aaaa8b3f8b 196946 
libjpeg8-dbg_8d1-2_amd64.deb
Files:
 79d329b3ea066c2f808f040e68d1f5b8 1813 graphics optional libjpeg8_8d1-2.dsc
 aecf8b1118d496052e92aae976c1f76e 10364 graphics optional 
libjpeg8_8d1-2.debian.tar.xz
 53f6c0580f91ec2ff43b72b0dd476c7b 119370 libs optional libjpeg8_8d1-2_amd64.deb
 86435c59f11f824b582b5a3a91a284db 216540 libdevel optional 
libjpeg8-dev_8d1-2_amd64.deb
 e3caf495e6f2d0390b041d68cba02625 196946 debug extra 
libjpeg8-dbg_8d1-2_amd64.deb

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

iQIcBAEBAgAGBQJUNaymAAoJEI8OfCtFIuOHFecP/jO/fAfTUqu4kxDGVyDz4iHS
qmCSYBFUJIXVlf0pTmo9BTss0jc1xC4nNnHCs/6wXYkQlZUxodKa2xz7thi1hweI
gIa04MnuvbRP9hYsmyNEKotke3/khXWUWMUYsKL7Oh7toY/BtMbwjdue7W4uD+Eu
1d0R4Dep+Tf8O/j+yj5CixewHu78P+cBmsTnBKLAqk307dJ+0/Ek0Nm7ckGr9qAH
jw/sw2yM2/PgtXRw9wnpMTYAwz2hcvF5TjMiea7lb7gMqCIh6zy2ja3wS96E1LvH
ifHNA1CH3dPqt91rVevpDqt6U9Ic8WaEkSs9dvt9vSXiG003Qw3c94X4VgyYdyrf
ukrzlVPWHtT6Ojyrdch1zGDR/980ehGF+sVq5JN1dZ8WgVocUHlFR8j8g6F04f3Y
DgIud9c19CqMItGFGx2DKtX2fmWlB7OABI4cp6p48/vQwtkxib+p8DOXI72W/7kK
ML62U0sAjIzVjvG9rwWG0qLO8EwPU487smyk7jrU7XFOyy0/SQ/Ns+WwCz+nnoPK
YCP/LhnZb0Y+KJCqdzrPOTljZMnAbZ6bMvy/bBnG9TalgS6j/dqhywY5V6BcmdEr
l9OBo9hqKJysSvFyXoZa2DV+7DaqfIp/R/6bggrOISriaYrOYe6Lb9MkzPGRoGUc
bfDEu10rUwMtXzVFrLv5
=m+ea
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to