Your message dated Wed, 23 Sep 2009 15:37:10 +0000
with message-id <[email protected]>
and subject line Bug#516322: fixed in phatch 0.2.1-1
has caused the Debian Bug report #516322,
regarding phatch: generates incorrect package with python-support from
experimental
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.)
--
516322: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516322
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: phatch
Version: 0.1.6-1
Hi,
the phatch rules file contains the following:
binary-install/phatch::
rm -f debian/phatch/usr/share/python-support/phatch/phatch/phatch.py
With the upcoming version of python-support (currently in experimental),
this statement does nothing, since the files are now moved to a
different directory (/usr/share/pyshared). It does not prevent the
package from building, but the resulting package has the phatch.py
file in it.
In all cases, you should remove these files *before* calling
dh_pysupport, to avoid any manipulation it might do with them. Doing the
removal in the binary-install target and using the standard Python
directory there should be enough. (You probably also have to move the
python-distutils.mk include after the operation.)
As a general rule, please do not rely on the internals of python-support
in the packaging; this will avoid such issues in the future (although
hopefully there won’t be a need to change the paths any further).
Thanks,
--
.''`. Debian 5.0 "Lenny" has been released!
: :' :
`. `' Last night, Darth Vader came down from planet Vulcan and told
`- me that if you don't install Lenny, he'd melt your brain.
signature.asc
Description: Ceci est une partie de message numériquement signée
--- End Message ---
--- Begin Message ---
Source: phatch
Source-Version: 0.2.1-1
We believe that the bug you reported is fixed in the latest version of
phatch, which is due to be installed in the Debian FTP archive:
phatch-cli_0.2.1-1_all.deb
to pool/main/p/phatch/phatch-cli_0.2.1-1_all.deb
phatch-doc_0.2.1-1_all.deb
to pool/main/p/phatch/phatch-doc_0.2.1-1_all.deb
phatch-nautilus_0.2.1-1_all.deb
to pool/main/p/phatch/phatch-nautilus_0.2.1-1_all.deb
phatch_0.2.1-1.diff.gz
to pool/main/p/phatch/phatch_0.2.1-1.diff.gz
phatch_0.2.1-1.dsc
to pool/main/p/phatch/phatch_0.2.1-1.dsc
phatch_0.2.1-1_all.deb
to pool/main/p/phatch/phatch_0.2.1-1_all.deb
phatch_0.2.1.orig.tar.gz
to pool/main/p/phatch/phatch_0.2.1.orig.tar.gz
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.
Piotr Ożarowski <[email protected]> (supplier of updated phatch 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, 23 Sep 2009 10:24:46 +0200
Source: phatch
Binary: phatch phatch-cli phatch-nautilus phatch-doc
Architecture: source all
Version: 0.2.1-1
Distribution: unstable
Urgency: low
Maintainer: Python Applications Packaging Team
<[email protected]>
Changed-By: Piotr Ożarowski <[email protected]>
Description:
phatch - simple to use Photo Batch Processor - GUI
phatch-cli - simple to use Photo Batch Processor - command line interface
phatch-doc - simple to use Photo Batch Processor - developer documentation
phatch-nautilus - simple to use Photo Batch Processor - Nautilus scripts
Closes: 516322
Changes:
phatch (0.2.1-1) unstable; urgency=low
.
[ Stani M ]
* New upstream release (Closes LP: #198365, #234788, #270478,
#297241, #304132, #311646, #344548, #352009, #378889, #378890,
#379280, #379720, #380415, #380776, #380816, #381091, #381145,
#381149, #381169, #381379, #381660, #382266, #382763, #382766,
#382776, #382977, #383140, #383664, #383889, #384273, #384315,
#384322, #384420, #384421, #384495, #384522, #384548, #384974,
#385058, #385059, #385166, #385246, #385356, #385740, #386411,
#386494, #386509, #386638, #386643, #386707, #386741, #386761,
#386772, #387116, #387413, #388094, #388155, #388371, #388848,
#390070, #391006, #391483, #391484, #391486, #391488, #391539,
#391542, #392907, #392999, #393183, #393255, #393257, #393993,
#394022, #394041, #394946, #398704, #413271, #415152, #418519,
#419459, #419563, #425910)
* debian/copyright:
- Added copyrights for the new contributions.
* debian/control:
- Added python-notify and libtiff-tools as dependencies
.
[ Emilio Pozuelo Monfort ]
* debian/rules:
- Install phatch in /usr/share/phatch instead of as a public module.
- Stop removing a file from a pysupport folder. With the above change
is not necessary anymore. Closes: #516322.
* debian/copyright:
- Add "Copyright" to the debian copyright.
- Update years.
* debian/control:
- move python-nautilus and pkg-config to Build-Depends-Indep.
- Wrap depends.
* Update my email address.
.
[ Piotr Ożarowski ]
* Splitting out the package, new binary packages:
- phatch-cli (command line interface)
- phatch-doc (documentation for developers)
- phatch-nautilus (Python nautilus integration)
* Add blender and inkscape to phatch's Suggests
* Add imagemagick, libjpeg-progs, exiftran, xcftools and dcraw to
phatch-cli's Recommends (new actions will use them)
* Add ttf-freefont and ttf-thai-tlwg to phatch-cli Depends (and add symlinks
to use fonts from these packages instead of local copies)
* Add locate to phatch-cli's Depends (used to find fonts)
* Add python-sphinx and locate to build depens (docs are regenerated at
build time)
* Add lintian override for extra-license-file in phatch-doc (false positive)
* Bump Standards-Version to 3.8.3 (no changes needed)
Checksums-Sha1:
ff1c28c7c5cdbf22d742f3fe6f53637ee9030259 1503 phatch_0.2.1-1.dsc
9be79ff97b4808e0eaffecd321ed29cc448633f8 6473355 phatch_0.2.1.orig.tar.gz
7f4c33442d91a304cdf9081d11e79440517ccf87 8886 phatch_0.2.1-1.diff.gz
ebaa030e2bbdace2d5b161db77c1075d2fac97b9 226694 phatch_0.2.1-1_all.deb
3e60e2e8f3e6affa231692badf38ace836bd317a 3646236 phatch-cli_0.2.1-1_all.deb
b6e4bc44bfebba6529d40f395f79247913551a49 12078 phatch-nautilus_0.2.1-1_all.deb
2be97418737e2c541246eba8a6d38346158229f5 123586 phatch-doc_0.2.1-1_all.deb
Checksums-Sha256:
5e9d9ab7c7d02cb7b639cc99e8077bf5fefc6ae1f4ef3cca4d0aa68f799e1f75 1503
phatch_0.2.1-1.dsc
c4fff4462554954b048975ec915a5bd195b732611f0f01efe875acae78a567b3 6473355
phatch_0.2.1.orig.tar.gz
96e9fd5c53480410f8db7805af441e83b333185f24090c1a09da81668504841a 8886
phatch_0.2.1-1.diff.gz
bfad0430658c8b0d16ef2c11d75a2b3a456d58fd317d8d9604f75c5bf7b4ba27 226694
phatch_0.2.1-1_all.deb
511a32a5bb5bfe747361afcd80449285b8c76cb1dbca77931a54b7e939070c49 3646236
phatch-cli_0.2.1-1_all.deb
3f60a072fc436fe5327da1af41c23aa4f3d0fdfaa46eaddd9ea0f9eb95c54ce7 12078
phatch-nautilus_0.2.1-1_all.deb
3b7edf6b438933d72c889ea5f5ccee5cb011b804f873c247874d293e2c7e4939 123586
phatch-doc_0.2.1-1_all.deb
Files:
b0f660face80bb71af9ca45488f777f4 1503 graphics optional phatch_0.2.1-1.dsc
274750cf746f28af82584ed984f7a2b2 6473355 graphics optional
phatch_0.2.1.orig.tar.gz
bdadda12cbf20e35c7c93f427f289d33 8886 graphics optional phatch_0.2.1-1.diff.gz
192d051cf481b4451176c55718c09ef1 226694 graphics optional
phatch_0.2.1-1_all.deb
cea8a8f3b392bc0d9bcbf540ea1c652d 3646236 graphics optional
phatch-cli_0.2.1-1_all.deb
2891e0a2a2242d6df7d08bf54bdbcaed 12078 graphics optional
phatch-nautilus_0.2.1-1_all.deb
4331bb11f2aa309c8765c5d62ba6810d 123586 doc extra phatch-doc_0.2.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkq59W4ACgkQB01zfu119ZmNzwCgn32fYqII0Qog8dQGHmnaSv6t
KXIAnA1Br1SkgsNJkknJDoN9M4iI3BRm
=a9yU
-----END PGP SIGNATURE-----
--- End Message ---