Your message dated Sun, 21 Jul 2013 06:00:08 +0000
with message-id <[email protected]>
and subject line Bug#717020: fixed in rpm 4.11.1-2
has caused the Debian Bug report #717020,
regarding rpm: split debugedit into seperate package
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.)


-- 
717020: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717020
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rpm
Version: 4.11.1-2
Severity: wishlist
Tags: patch

This patch splits debugedit into its own package
dh_strip can already use debugedit to rewrite base source locations on
..debug files, and I am championing doing this by default.

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: armhf (armv7l)
Foreign Architectures: armel

Kernel: Linux 3.4.0 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages rpm depends on:
ii  debugedit     4.11.1-2
ii  libc6         2.17-7
ii  libelf1       0.153-2
ii  libpopt0      1.16-7
ii  librpm3       4.11.1-1
ii  librpmbuild3  4.11.1-1
ii  librpmio3     4.11.1-1
ii  librpmsign1   4.11.1-1
ii  perl          5.14.2-21
ii  rpm-common    4.11.1-2
ii  rpm2cpio      4.11.1-1

rpm recommends no packages.

Versions of packages rpm suggests:
pn  alien     <none>
ii  elfutils  0.153-2
pn  rpm-i18n  <none>

-- no debconf information
>From c7955172c5187bbad64639a38d4f5c1b1184341a Mon Sep 17 00:00:00 2001
From: Shawn Landden <[email protected]>
Date: Mon, 15 Jul 2013 19:26:56 -0700
Subject: [PATCH] split debugedit out into its own package

---
 debian/changelog         |  6 ++++++
 debian/control           | 14 ++++++++++++++
 debian/debugedit.install |  1 +
 debian/rpm.install       |  1 -
 4 files changed, 21 insertions(+), 1 deletion(-)
 create mode 100644 debian/debugedit.install

diff --git a/debian/changelog b/debian/changelog
index ec9a349..7461555 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+rpm (4.11.1-2) UNRELEASED; urgency=low
+
+  * Split debugedit into its own package.
+
+ -- Shawn Landden <[email protected]>  Mon, 15 Jul 2013 19:48:26 -0700
+
 rpm (4.11.1-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/control b/debian/control
index 1dcfb99..258ba73 100644
--- a/debian/control
+++ b/debian/control
@@ -47,6 +47,7 @@ Depends: ${shlibs:Depends},
          ${misc:Depends},
          perl,
          rpm2cpio,
+         debugedit (= ${binary:Version}),
          rpm-common (= ${binary:Version})
 Replaces: manpages-pl (<< 20051017-1)
 Breaks: manpages-pl (<< 20051017-1), man-db (<< 2.5.0-1)
@@ -223,3 +224,16 @@ Description: Python bindings for RPM
  .
  This package includes the Python bindings for librpm, allowing Python
  scripts to manipulate RPM packages and the RPM database.
+ 
+Package: debugedit
+Architecture: any
+Suggests: rpm-i18n
+Replaces: rpm (<<4.11.1-2)
+Breaks: rpm (<<4.11.1-2)
+Multi-Arch: foreign
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
+Description: tool to mangle source locations in .debug files
+ This tool allows rewriting of source code locations in .debug files
+ to point to /usr/src (or anywhere else). It has been split out of the
+ rpm package to be useful on its own.
diff --git a/debian/debugedit.install b/debian/debugedit.install
new file mode 100644
index 0000000..4117c5d
--- /dev/null
+++ b/debian/debugedit.install
@@ -0,0 +1 @@
+usr/lib/rpm/debugedit
diff --git a/debian/rpm.install b/debian/rpm.install
index d80d9e4..176246d 100644
--- a/debian/rpm.install
+++ b/debian/rpm.install
@@ -5,7 +5,6 @@ usr/bin/rpm[a-z]*
 # which are in rpm-common.
 usr/lib/rpm/brp*
 usr/lib/rpm/check*
-usr/lib/rpm/debugedit
 usr/lib/rpm/find*
 usr/lib/rpm/libtool*
 usr/lib/rpm/mkinstalldirs
-- 
1.8.3.2


--- End Message ---
--- Begin Message ---
Source: rpm
Source-Version: 4.11.1-2

We believe that the bug you reported is fixed in the latest version of
rpm, 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.
Michal Čihař <[email protected]> (supplier of updated rpm 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: SHA256

Format: 1.8
Date: Tue, 16 Jul 2013 09:15:31 +0200
Source: rpm
Binary: rpm rpm2cpio rpm-common rpm-i18n librpm-dbg librpm3 librpmio3 
librpmbuild3 librpmsign1 librpm-dev python-rpm debugedit
Architecture: source amd64 all
Version: 4.11.1-2
Distribution: unstable
Urgency: low
Maintainer: Michal Čihař <[email protected]>
Changed-By: Michal Čihař <[email protected]>
Description: 
 debugedit  - tool to mangle source locations in .debug files
 librpm-dbg - debugging symbols for RPM
 librpm-dev - RPM shared library, development kit
 librpm3    - RPM shared library
 librpmbuild3 - RPM build shared library
 librpmio3  - RPM IO shared library
 librpmsign1 - RPM signing shared library
 python-rpm - Python bindings for RPM
 rpm        - package manager for RPM
 rpm-common - common files for RPM
 rpm-i18n   - localization and localized man pages for rpm
 rpm2cpio   - tool to convert RPM package to CPIO archive
Closes: 717020
Changes: 
 rpm (4.11.1-2) unstable; urgency=low
 .
   [ Shawn Landden ]
   * Split debugedit into its own package (Closes: #717020).
 .
   [ Michal Čihař ]
   * Use debhelper 9.
Checksums-Sha1: 
 5dfc16871cd912ecfee25989863937ae679035be 2722 rpm_4.11.1-2.dsc
 81311bb96f7691d9b25c9d52ffb64461b14fe186 36573 rpm_4.11.1-2.debian.tar.gz
 e4c6d6b4f35181d8e13c15e914b44324496a2e5b 1135358 rpm_4.11.1-2_amd64.deb
 a7b00f5b23db965897f1fcdcbdc0098fb301cb1d 1004982 rpm2cpio_4.11.1-2_amd64.deb
 5a5f91e0a438984c126f014aaeb11e45180e22de 1024356 rpm-common_4.11.1-2_amd64.deb
 153c7f8f3591bf9e20e10a56cf9d83243fff66b4 1565272 rpm-i18n_4.11.1-2_all.deb
 74e619184ed7aa07918cd2313fcf10953981cfda 2230268 librpm-dbg_4.11.1-2_amd64.deb
 a40dd6319701232597a6833dfea84ea1f41dd6dc 1186448 librpm3_4.11.1-2_amd64.deb
 3cbcba7c47b8f72271e70b02574d5522f1afea0c 1080290 librpmio3_4.11.1-2_amd64.deb
 384e54951acd7c26a2a6db39fbf79cbd8feb9a2a 1065470 
librpmbuild3_4.11.1-2_amd64.deb
 0e0e90bdeaa480b12c086d918272e0badbd7be2c 1008432 librpmsign1_4.11.1-2_amd64.deb
 864c9286bf09cc486bc63d170ba5e5731c19bfd3 1062514 librpm-dev_4.11.1-2_amd64.deb
 582e3161748a05909de6d3131104381a514354ac 1042748 python-rpm_4.11.1-2_amd64.deb
 38db3204a0e5158858d3460ab3d2ac95c92414f5 1016058 debugedit_4.11.1-2_amd64.deb
Checksums-Sha256: 
 0c150b9b06b3fd59cb5d3f714290015caafc449588c4d5c3cee122aa830a58bc 2722 
rpm_4.11.1-2.dsc
 93fea952d0f465bcb2e18f223776cc534caeecc802c047135aac609654c4971f 36573 
rpm_4.11.1-2.debian.tar.gz
 0af639ce3ed81ba4d66267b39139110618a13329e48aff93ed6d2072179e3f5b 1135358 
rpm_4.11.1-2_amd64.deb
 63b18ec65f653bfa9d9afd2d37ec0194f41a7ae5ac848818589a8497f0be06bb 1004982 
rpm2cpio_4.11.1-2_amd64.deb
 0c78787b3c8fc43f868e1e189d67ba2b50e0460c86e2ffc464980cabd35ca601 1024356 
rpm-common_4.11.1-2_amd64.deb
 2fce3549a1f638f895fc5ba93263d20942e6ddab2c8f0d251de4bcaa66794ec2 1565272 
rpm-i18n_4.11.1-2_all.deb
 5301623a6648a691bff5ad32e165bf430e542e6510a2d329481c5bf393957bee 2230268 
librpm-dbg_4.11.1-2_amd64.deb
 9b7ec7c5813303708b930af2ffadcd95984e2d5d425f13af2acd3588793f7bcf 1186448 
librpm3_4.11.1-2_amd64.deb
 93e750e1840495101c838969c821d861b4b4a6755cff4abfeeb21af36dae5920 1080290 
librpmio3_4.11.1-2_amd64.deb
 fa5579678281097ae49e380edd556e805689d8f16b6de3afb69546e18956a124 1065470 
librpmbuild3_4.11.1-2_amd64.deb
 b7830c844731f2cc253aecd72476ce41c2456c847b1a0bcc7eda36921b336141 1008432 
librpmsign1_4.11.1-2_amd64.deb
 8bb19693deef26f3ac289b4bad70cd4ccc01abced10b7b0add5cd8184a8fc947 1062514 
librpm-dev_4.11.1-2_amd64.deb
 53c261c8b5807b3d2bb39acc653b22c77763a41b30973046351a62f1126e4551 1042748 
python-rpm_4.11.1-2_amd64.deb
 5092318a8837cf30195cae76ff892d8b27089bbbae182a686ab7fe394df4a66f 1016058 
debugedit_4.11.1-2_amd64.deb
Files: 
 5379090cecbb07ee4560c265014cf12f 2722 admin optional rpm_4.11.1-2.dsc
 67fe78e1160d7bf7ecfb7d121e75b7ce 36573 admin optional 
rpm_4.11.1-2.debian.tar.gz
 267cd93d01768fba2ffcaa50c3505fa4 1135358 admin optional rpm_4.11.1-2_amd64.deb
 31891767305db3c035abc18fcfab652c 1004982 admin optional 
rpm2cpio_4.11.1-2_amd64.deb
 8f107af6f452c1ce24110aa62613b7ea 1024356 admin optional 
rpm-common_4.11.1-2_amd64.deb
 636138f453b990ccee2e594a72b0afb4 1565272 localization optional 
rpm-i18n_4.11.1-2_all.deb
 c7a3f78cb827a09dd6dc13fbe0a6ddd8 2230268 debug extra 
librpm-dbg_4.11.1-2_amd64.deb
 7e8e23cec47722f4375c846b4b47a038 1186448 libs optional 
librpm3_4.11.1-2_amd64.deb
 90b35866a20a049254fec9c2e5d38d0d 1080290 libs optional 
librpmio3_4.11.1-2_amd64.deb
 ebd5560b95f12d712e9f1259a95fe217 1065470 libs optional 
librpmbuild3_4.11.1-2_amd64.deb
 3ab87dce1085f92646587b0c0219daac 1008432 libs optional 
librpmsign1_4.11.1-2_amd64.deb
 dfb9b3c372ac2d8860a5eb45b1fff551 1062514 libdevel extra 
librpm-dev_4.11.1-2_amd64.deb
 38e9d305b40f24298b19e55ea98c9d10 1042748 python extra 
python-rpm_4.11.1-2_amd64.deb
 347ce97ca1df347c03403a7a9b51c1a8 1016058 admin optional 
debugedit_4.11.1-2_amd64.deb

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

iQIcBAEBCAAGBQJR5PP4AAoJEGo39bHX+xdNw4AP/29g3iohkTM55XBe8kbZgPB+
Qmeq7ivjls31PF8cpHLx1Vhp4Dh7gHPSZ/AHJSgahcmBWZxQPLwHVwsQ8RB6dnLm
hIp8Cpj+ZLMF9va5JfLXoG/kiKbDtwObouIUDQwi7wNmwei+m6U1ZEv6PZ4+HiI1
Tm4b7+ByD6WIy/mwy3u2xLt+qKrwEkyPwKqZeqa85FqFt2skv75CAowkjosjS5TH
luLbDiaoaaSl1Gx1ju6ks1Y9eada0o3KO7kQsFUGcU07x74eKOMM/mZ2w0z9/Vwu
kn9+YNPbs298itpwGZG8+gUgQOQ9Hh2wFScq0aP+sYZtPxi8+fmVoD0b7eTGpg9k
6qkqhoxEbwu4meu1VPbjPbieTGJ2cfkw3YvY9PsDjg3/XGF8QTd53jydqXy6xJko
fwi9RZbmGvKZH0uYhQgbib2NknI9HoODvg5oaARXqLfYjAjgmasr7Cqt/a2J1UPI
NdYvaVJDPFMU5gd/YnPuwtQuOZhjtjxNhfUgyJ7LaS4izJpH/qRop90vZzeXI+y6
ORA2tqj8PJ4hQzNQ2A/lzSK5/VRH2LUOU+Hxuon9IKKNkN46bb8LYaG4H/H4+j2e
plJ+A5wT9DmVOHNqqV4ON+lq9AJRMoMUBiusQfJPoqIubibQHtE/UyN3C58yWbLN
xZRGusxdMmUifFc7BRvM
=6fcX
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to