PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 208 - Tarball has duplicate "Changelog" file -> broken
: Tarball has duplicate "Changelog" file -> broken
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: ApiExtractor
: 0.4.0
: All All
: P5 normal
Assigned To: renato filho
:
:
:
  Show dependency treegraph
 
Reported: 2010-04-07 06:59 EEST by Didier Raboud
Modified: 2010-05-04 18:41 EEST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Didier Raboud 2010-04-07 06:59:18 EEST
Hi, 

the 0.4.0 "technical preview" tarball for apiextractor has a duplicate
Changelog file and tar fails when used within a Debian build deamon.

It got repacked for Debian experimental, but it should be fixed on your side
for the future tarballs.
Comment 1 Didier Raboud 2010-04-07 07:20:36 EEST
Rapid proof is:

$ wget -q http://www.pyside.org/files/apiextractor-0.4.0.tar.bz2 -O - | tar -jt
| grep ChangeLog
Comment 2 Hugo Parente Lima 2010-04-07 10:57:09 EEST
I guess this is due the way I created the tar ball.. because I tagged tha
version 0.4.0 before the deletion of Changelog file from repository, anyway...
I think this is already fixed, check the sources from git, run: "make dist" and
check the generated tar ball.