Your message dated Thu, 27 Apr 2006 17:32:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#360213: fixed in parted 1.6.25.1-3
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: parted
Version: 1.6.25.1-2
Severity: wishlist
Tags: patch, d-i

Let's call this an important wishlist bug (important for Debian Installer 
anyway :-)

Please add the following line to your shlibs file:
udeb: libparted-1.6 13 libparted1.6-udeb (>= 1.6.24)

This will allow dpkg/debhelper to properly set the dependencies for udebs 
that depend on libparted. The dependencies for the (lib)parted udebs on 
other udebs will be updated at the same time.
Please see #345472 and #345475 for further info on this.

It would be very much appreciated if this change could be implemented
soon.


The attached patch implements the necessary changes:
- add --add-udeb option for dh_makeshlibs which autogenerates the
  udeb: lines for the shlibs file
- this requires debhelper 5.0.22
- drop the Provides: libparted1.6-13

I've also updated debian/compat to level 5, in line with the debhelper 
dependency.

I've checked the debdiff for the debs and udebs against current versions 
and there were no unexpected changes.

TIA,
Frans Pop

--- parted-1.6.25.1.sv/debian/compat	2006-03-10 18:54:23.741411934 +0100
+++ parted-1.6.25.1/debian/compat	2006-03-10 19:52:10.642968809 +0100
@@ -1 +1 @@
-4
+5
--- parted-1.6.25.1.sv/debian/control	2006-03-10 18:54:23.742411790 +0100
+++ parted-1.6.25.1/debian/control	2006-03-10 19:32:16.495164571 +0100
@@ -4,7 +4,7 @@
 Maintainer: Parted Maintainer Team <[EMAIL PROTECTED]>
 Uploaders: Sven Luther <[EMAIL PROTECTED]>, Otavio Salvador <[EMAIL PROTECTED]>
 Standards-Version: 3.6.2
-Build-Depends: debhelper (>= 4.2.0), dpatch, libncurses-dev | libncurses5-dev, libreadline5-dev | libreadline-dev, uuid-dev, gettext, texinfo (>= 4.2), debianutils (>= 1.13.1), autoconf, automake1.8, libtool
+Build-Depends: debhelper (>= 5.0.22), dpatch, libncurses-dev | libncurses5-dev, libreadline5-dev | libreadline-dev, uuid-dev, gettext, texinfo (>= 4.2), debianutils (>= 1.13.1), autoconf, automake1.8, libtool
 
 Package: parted
 Architecture: any
@@ -106,7 +106,6 @@
 Section: debian-installer
 Priority: extra
 Depends: ${shlibs:Depends}
-Provides: libparted1.6-13
 Description: The GNU Parted disk partitioning shared library
  GNU Parted is a program that allows you to create, destroy,
  resize, move and copy hard disk partitions. This is useful
--- parted-1.6.25.1.sv/debian/rules	2006-03-10 18:54:23.741411934 +0100
+++ parted-1.6.25.1/debian/rules	2006-03-10 19:20:02.597935489 +0100
@@ -347,7 +347,8 @@
 	dh_link
 	dh_compress
 	dh_fixperms
-	dh_makeshlibs -V'libparted$(SHAREDLIBPKGVER) (>= $(DEPVER))'
+	dh_makeshlibs -V'libparted$(SHAREDLIBPKGVER) (>= $(DEPVER))' \
+		--add-udeb=$(shell dh_listpackages | grep -E '^libparted$(LIBPKGVER)-udeb$$')
 	dh_shlibdeps -Llibparted$(SHAREDLIBPKGVER) \
 		-l/debian/libparted$(SHAREDLIBPKGVER)/lib
 	dh_installdeb

Attachment: pgp2ob0NkjnjN.pgp
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: parted
Source-Version: 1.6.25.1-3

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

libparted1.6-13_1.6.25.1-3_i386.deb
  to pool/main/p/parted/libparted1.6-13_1.6.25.1-3_i386.deb
libparted1.6-dbg_1.6.25.1-3_i386.deb
  to pool/main/p/parted/libparted1.6-dbg_1.6.25.1-3_i386.deb
libparted1.6-dev_1.6.25.1-3_i386.deb
  to pool/main/p/parted/libparted1.6-dev_1.6.25.1-3_i386.deb
libparted1.6-i18n_1.6.25.1-3_all.deb
  to pool/main/p/parted/libparted1.6-i18n_1.6.25.1-3_all.deb
libparted1.6-udeb_1.6.25.1-3_i386.udeb
  to pool/main/p/parted/libparted1.6-udeb_1.6.25.1-3_i386.udeb
parted-doc_1.6.25.1-3_all.deb
  to pool/main/p/parted/parted-doc_1.6.25.1-3_all.deb
parted-udeb_1.6.25.1-3_i386.udeb
  to pool/main/p/parted/parted-udeb_1.6.25.1-3_i386.udeb
parted_1.6.25.1-3.diff.gz
  to pool/main/p/parted/parted_1.6.25.1-3.diff.gz
parted_1.6.25.1-3.dsc
  to pool/main/p/parted/parted_1.6.25.1-3.dsc
parted_1.6.25.1-3_i386.deb
  to pool/main/p/parted/parted_1.6.25.1-3_i386.deb



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.
Otavio Salvador <[EMAIL PROTECTED]> (supplier of updated parted 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.7
Date: Thu, 20 Apr 2006 17:45:22 -0300
Source: parted
Binary: libparted1.6-13 libparted1.6-i18n libparted1.6-dbg parted-udeb 
parted-doc libparted1.6-dev libparted1.6-udeb parted
Architecture: source i386 all
Version: 1.6.25.1-3
Distribution: unstable
Urgency: low
Maintainer: Parted Maintainer Team <[EMAIL PROTECTED]>
Changed-By: Otavio Salvador <[EMAIL PROTECTED]>
Description: 
 libparted1.6-13 - The GNU Parted disk partitioning shared library
 libparted1.6-dbg - The GNU Parted disk partitioning library debug development 
files
 libparted1.6-dev - The GNU Parted disk partitioning library development files
 libparted1.6-i18n - The GNU Parted disk partitioning library i18n support
 libparted1.6-udeb - The GNU Parted disk partitioning shared library (udeb)
 parted     - The GNU Parted disk partition resizing program
 parted-doc - The GNU Parted disk partition resizing program documentation
 parted-udeb - The GNU Parted disk partition resizing program (udeb)
Closes: 355467 360213 363381
Changes: 
 parted (1.6.25.1-3) unstable; urgency=low
 .
   * Apply patch to include kFreeBSD support. Thanks to Robert Millan
     <[EMAIL PROTECTED]> (Closes: #363381)
   * Apply patch to use debhelper support for shlibs in udebs. Thanks to
     Frans Pop <[EMAIL PROTECTED]> (Closes: #360213)
   * Apply patch to fix RAID usage in SPARC. Thanks to Fabio Di Nitto
     <[EMAIL PROTECTED]> (Closes: #355467)
Files: 
 eea7fda5db22abf7a040e948a94f6baf 1015 admin optional parted_1.6.25.1-3.dsc
 34b03ef7b75e47a1385666438bd31ba6 53656 admin optional parted_1.6.25.1-3.diff.gz
 2898ce395ee85192119cda94f98f0d6a 83300 admin optional 
parted_1.6.25.1-3_i386.deb
 6484cca40f65ef806d31ea34f9653dff 20480 debian-installer extra 
parted-udeb_1.6.25.1-3_i386.udeb
 430e2a3cf5a4539a05849b94993630e1 225630 libs optional 
libparted1.6-13_1.6.25.1-3_i386.deb
 ae80bb1e400c7430ba4c64db21502e32 148416 debian-installer extra 
libparted1.6-udeb_1.6.25.1-3_i386.udeb
 fc9270ccf128efd53e0e34f29f756965 277116 libdevel optional 
libparted1.6-dev_1.6.25.1-3_i386.deb
 894838f4f4960b0fb7c81a15c0e96ee0 704496 libdevel extra 
libparted1.6-dbg_1.6.25.1-3_i386.deb
 2c660687b15b742329f076a7e13d44ef 236768 libs optional 
libparted1.6-i18n_1.6.25.1-3_all.deb
 05aca87942c2508ce444e7384b610699 145546 doc optional 
parted-doc_1.6.25.1-3_all.deb
Package-Type: udeb

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

iD8DBQFER/TCLqiZQEml+FURAkeOAKCGZV2b8bpHyWNJEeQiPJBFPMbdBgCeN1Mi
/jepq4X3FyyxsKdd8PZeCww=
=qCxH
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to