[Bug 641233] New: dsc file for Debian builds are generated incorrectly
https://bugzilla.novell.com/show_bug.cgi?id=641233 https://bugzilla.novell.com/show_bug.cgi?id=641233#c0 Summary: dsc file for Debian builds are generated incorrectly Classification: Internal Novell Products Product: openSUSE Build Service Version: osc Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: General AssignedTo: adrian@novell.com ReportedBy: miroslav@suchy.cz QAContact: adrian@novell.com Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; cs-CZ; rv:1.9.1.13) Gecko/20100916 Iceweasel/3.5.13 (like Firefox/3.5.13) I run: osc build on my python-rhnlib package in OBS. One of the produced files is python-rhnlib_2.5.27-1.dsc. Current output is: Format: 1.0 Source: python-rhnlib Binary: python-rhnlib Architecture: all Version: 2.5.27-1 Maintainer: Miroslav Suchý <miroslav@suchy.cz> Homepage: https://fedorahosted.org/spacewalk/ Standards-Version: 3.7.3 Build-Depends: python-all-dev, python-support (>= 0.8), debhelper (>= 7) Checksums-Sha1: 444fe0994b77e6a9cc8a006fd1bcb003115c9091 51389 rhnlib-2.5.27.tar.gz Checksums-Sha256: 31394cab7c60f25707c704ff2a1a722e335626ae20fc165db61d20b6be856291 51389 rhnlib-2.5.27.tar.gz Files: 3b5541a03a0690b26a2691d44076fa81 51567 python-rhnlib_2.5.27.orig.tar.gz 0eeb7eb764601bb89c6dd430cb150e0f 1675 python-rhnlib_2.5.27-1.diff.gz While correct output should be: Format: 1.0 Source: python-rhnlib Binary: python-rhnlib Architecture: all Version: 2.5.27-1 Maintainer: Miroslav Suchý <miroslav@suchy.cz> Homepage: https://fedorahosted.org/spacewalk/ Standards-Version: 3.7.3 Build-Depends: python-all-dev, python-support (>= 0.8), debhelper (>= 7) Checksums-Sha1: 444fe0994b77e6a9cc8a006fd1bcb003115c9091 51567 python-rhnlib_2.5.27.orig.tar.gz Checksums-Sha256: 31394cab7c60f25707c704ff2a1a722e335626ae20fc165db61d20b6be856291 51567 python-rhnlib_2.5.27.orig.tar.gz Files: 3b5541a03a0690b26a2691d44076fa81 51567 python-rhnlib_2.5.27.orig.tar.gz 0eeb7eb764601bb89c6dd430cb150e0f 1675 python-rhnlib_2.5.27-1.diff.gz Mind the diff: $ diff /var/tmp/build-root/usr/src/packages/SOURCES.DEB/python-rhnlib_2.5.27-1.dsc /var/tmp/foo2/python-rhnlib_2.5.27-1.dsc 10,11c10,11 < Checksums-Sha1: 444fe0994b77e6a9cc8a006fd1bcb003115c9091 51389 rhnlib-2.5.27.tar.gz < Checksums-Sha256: 31394cab7c60f25707c704ff2a1a722e335626ae20fc165db61d20b6be856291 51389 rhnlib-2.5.27.tar.gz ---
Checksums-Sha1: 444fe0994b77e6a9cc8a006fd1bcb003115c9091 51567 python-rhnlib_2.5.27.orig.tar.gz Checksums-Sha256: 31394cab7c60f25707c704ff2a1a722e335626ae20fc165db61d20b6be856291 51567 python-rhnlib_2.5.27.orig.tar.gz
With current output if you try to unpack tree using: dpkg-source -x python-rhnlib_2.5.27-1.dsc you get: # LC_ALL=C dpkg-source -x python-rhnlib_2.5.27-1.dsc dpkg-source: warning: extracting unsigned source package (python-rhnlib_2.5.27-1.dsc) dpkg-source: error: cannot fstat file ./rhnlib-2.5.27.tar.gz: No such file or directory when referencing that python-rhnlib_2.5.27.orig.tar.gz, then it produce no errors. Reproducible: Always Steps to Reproduce: 1. osc build (for some debian package) 2. cd /var/tmp/build-root/usr/src/packages/SOURCES.DEB/ 3. dpkg-source -x package.dsc Actual Results: dpkg-source could not find referenced files Expected Results: no errors when using dpkg-source -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=641233 https://bugzilla.novell.com/show_bug.cgi?id=641233#c1 Adrian Schröter <adrian@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Adrian Schröter <adrian@suse.com> 2012-04-02 09:36:11 UTC --- this got fixed with OBS 2.3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com