Your message dated Tue, 26 Aug 2014 21:00:40 +0000
with message-id <[email protected]>
and subject line Bug#757197: fixed in libphp-swiftmailer 5.2.1-1
has caused the Debian Bug report #757197,
regarding libphp-swiftmailer: Please rename binary package to php-swiftmailer
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.)


-- 
757197: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=757197
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libphp-swiftmailer
Version: 4.2.1-1
Severity: wishlist
Tags: patch

Hi,

Your package does not follow the pkg-php name convention, thus
forcing other packages using dh_phpcomposer to provide a
debian/pkg-php-tools-overrides in order to generate working
dependencies out of a composer.json.
Therefore your should consider renaming your binary package to
php-swiftmailer, providing a transitional package libphp-swiftmailer.

The patch provided with this bug report can be applied to a local
clone of swift.git with '# git am', e.g.:
# cd /PATH/TO/SWIFT-GIT-REPO
# git am /PATH/TO/0001-Rename-binary-package-to-php-swiftmailer.patch

Note that you might need to update the (<<5.1.0-1~) that is found in
the Replaces: and Breaks: fields in debian/control, if you intend to
do the renaming in a version post 5.1.0-1 - e.g. set it to (<<5.2.1-1~)
if it is renamed in your version 5.2.1-1.

Thanks
Daniel
From e8c478f6d16fdf8bce614249dfa515e5b6a42962 Mon Sep 17 00:00:00 2001
From: Daniel Beyer <[email protected]>
Date: Wed, 6 Aug 2014 08:23:33 +0200
Subject: [PATCH] Rename binary package to php-swiftmailer

The package does not follow the pkg-php name convention, thus forcing other
packages using dh_phpcomposer to provide a debian/pkg-php-tools-overrides
in order to generate working dependencies out of a composer.json.
Therefore the binary package is renamed to php-swiftmailer, providing a
transitional package libphp-swiftmailer.
---
 debian/control           | 12 +++++++++++-
 debian/dirs              |  2 +-
 debian/lintian-overrides |  2 +-
 debian/rules             |  4 ++--
 4 files changed, 15 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index deb489e..00768ae 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,12 @@ Homepage: http://swiftmailer.org/
 Vcs-Git: git://anonscm.debian.org/collab-maint/swift.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/swift.git
 
-Package: libphp-swiftmailer
+Package: php-swiftmailer
 Architecture: all
 Depends: ${misc:Depends}, php5 | php5-cli
+Replaces: libphp-swiftmailer (<<5.1.0-1~)
+Breaks: libphp-swiftmailer (<<5.1.0-1~)
+Provides: libphp-swiftmailer
 Description: component-based library for sending e-mails
  Swift Mailer is component based mailing solution for PHP 5
  Send emails using SMTP, sendmail, postfix or a custom Transport
@@ -23,3 +26,10 @@ Description: component-based library for sending e-mails
   - event-driven plugins to customize the library
   - MIME compliant HTML/multipart emails
   - large attachments and inline/embedded images with low memory use
+
+Package: libphp-swiftmailer
+Depends: ${misc:Depends}, php-swiftmailer
+Architecture: all
+Section: oldlibs
+Description: transitional dummy package
+ This is a transitional dummy package. It can safely be removed.
diff --git a/debian/dirs b/debian/dirs
index 260c4e7..7105aeb 100644
--- a/debian/dirs
+++ b/debian/dirs
@@ -1,2 +1,2 @@
 usr/share/php/Swift
-usr/share/doc/libphp-swiftmailer
+usr/share/doc/php-swiftmailer
diff --git a/debian/lintian-overrides b/debian/lintian-overrides
index 0095669..258599c 100644
--- a/debian/lintian-overrides
+++ b/debian/lintian-overrides
@@ -1,4 +1,4 @@
 # Upstream distribute it like this. That script is used to generate mime types
 # used by swiftmailer.
 # tell lintian to not complain:
-libphp-swiftmailer: script-not-executable
+php-swiftmailer: script-not-executable
diff --git a/debian/rules b/debian/rules
index 679fccb..4cea9c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,5 +14,5 @@
 
 override_dh_installdocs:
 	dh_installdocs
-	rm debian/libphp-swiftmailer/usr/share/doc/libphp-swiftmailer/test-suite/LICENSE
-	rm debian/libphp-swiftmailer/usr/share/doc/libphp-swiftmailer/test-suite/lib/simpletest/LICENSE
+	rm debian/php-swiftmailer/usr/share/doc/php-swiftmailer/test-suite/LICENSE
+	rm debian/php-swiftmailer/usr/share/doc/php-swiftmailer/test-suite/lib/simpletest/LICENSE
-- 
1.9.1

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: libphp-swiftmailer
Source-Version: 5.2.1-1

We believe that the bug you reported is fixed in the latest version of
libphp-swiftmailer, 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.
Jeremy T. Bouse <[email protected]> (supplier of updated libphp-swiftmailer 
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: SHA512

Format: 1.8
Date: Mon, 25 Aug 2014 13:26:49 -0400
Source: libphp-swiftmailer
Binary: php-swiftmailer libphp-swiftmailer
Architecture: source all
Version: 5.2.1-1
Distribution: unstable
Urgency: medium
Maintainer: Nicolas Roudaire <[email protected]>
Changed-By: Jeremy T. Bouse <[email protected]>
Description:
 libphp-swiftmailer - transitional dummy package
 php-swiftmailer - ${phpcomposer:description}
Closes: 757197
Changes:
 libphp-swiftmailer (5.2.1-1) unstable; urgency=medium
 .
   [ Daniel Beyer ]
   * Rename binary package to php-swiftmailer
 .
   [ Jeremy T. Bouse ]
   * Update Vcs fields and accept package rename patch.
     Thanks to Daniel Beyer <[email protected]> (Closes: #757197)
   * Update debian/watch for new upstream location
   * Add import-orig filter config to gbp.conf
   * Imported Upstream version 5.2.1
   * debian/control: Update Build-Depends to use pkg-php-tools
   * debian/lintian-overrides: Remove unused overrides
Checksums-Sha1:
 87461dc03ecd744bccecc7b7c3dd1882acb363fe 1995 libphp-swiftmailer_5.2.1-1.dsc
 5a262535f67a799913ec4dfab5a91a2bdb6cf0f0 270230 
libphp-swiftmailer_5.2.1.orig.tar.gz
 65350e575351233e0e040a7bcb88d41a8f3f28ed 3472 
libphp-swiftmailer_5.2.1-1.debian.tar.xz
 86c3a61faf0bdb6ac24d07db415927c3e03797ac 214790 php-swiftmailer_5.2.1-1_all.deb
 158893bcd44df58a45b62c609dd4b8f9618ac691 5450 
libphp-swiftmailer_5.2.1-1_all.deb
Checksums-Sha256:
 0f8fac46b3e57c2485ebd04c2c7361eff9e15479d9e45c5db4d6ddf95cfcef3e 1995 
libphp-swiftmailer_5.2.1-1.dsc
 c1813e7b9e0eb8afe49b5210339da8f1a7397dcd366c0e849448cc633be1fc21 270230 
libphp-swiftmailer_5.2.1.orig.tar.gz
 16dc85e0612b841cd9e522cdc5492abca30c9091acaccc7d32948dbe84523b37 3472 
libphp-swiftmailer_5.2.1-1.debian.tar.xz
 7519b014ace2a2a1852565f6ad5f24705876a180c03a83fe34e55fd663ea98d9 214790 
php-swiftmailer_5.2.1-1_all.deb
 0073b74fe4863cd85222a2769967d177fbc60c6f54cd0431469dcf582dc9a91a 5450 
libphp-swiftmailer_5.2.1-1_all.deb
Files:
 d1671ac1a763700e969daaef1b3daa05 214790 php optional 
php-swiftmailer_5.2.1-1_all.deb
 98796be82dce8fb6ca5832ce835bd1bc 5450 oldlibs optional 
libphp-swiftmailer_5.2.1-1_all.deb
 a42827e6a3c0ad298ae73e7fe76c4499 1995 php optional 
libphp-swiftmailer_5.2.1-1.dsc
 f36faeaf212d29374f1a7486b7697443 270230 php optional 
libphp-swiftmailer_5.2.1.orig.tar.gz
 79fb620a10ac2a527da53a7d1bab322d 3472 php optional 
libphp-swiftmailer_5.2.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQH8BAEBCgBmBQJT+3KlXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQwQjJGMEQ0Mzg5QkJCQTY4NjcxQzhDODY2
NEI5NUE4RDZFMjBCRDI0AAoJEGS5Wo1uIL0k/F8MALUbodOLLc1B0FoJCEkXhQF4
aIEg4ADA1sEJz+aCFWjPxTwBRlrw7tBSUU96W9YlWllUSqpiwOYmlAprH6PackDQ
Tz+iJQiWZkT8qORGBR3a5h8NwQ4Jnd3y4trNivDj4oCXJGXG/ds3K8tFrbCHRukF
YR2JV+eaIViJSNxivkKhFx0DPNOxpiJAHbdqIzbx2LXQJtQpAPsnPn5BOhQshoRc
nraRp+MK//XszdL/+FWaRhwerLAxbCMbosKTqCXH3bLFTGdNlopYvq6wNLoawB7U
taS8RPzY5LputPJnnj2VXNbSyiQUepp2AztXpcM2GkiDlYYJ4y3UrbgAYcAymy0j
M5mesfS9sTkxPW79Gr21E3G+SPwVTCdOKSYpjebCIqhcHgIuKumw6B/lcr81fa2g
BOpJ6sUAJ5vA6RWCZfkFhwkvYdAT6AMfzp0ygxRVyeNjAvvnIxAdVyDnWXzFcM/G
iFfNLvQhBJR/4TTATw6Khypz5GTtIb5XZP2BmpNmUw==
=Liqq
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to